qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] hw/ipmi: Don't call vmstate_register() from instance_init()


From: Juan Quintela
Subject: Re: [PATCH] hw/ipmi: Don't call vmstate_register() from instance_init() functions
Date: Mon, 23 Oct 2023 13:30:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.3 (gnu/linux)

Thomas Huth <thuth@redhat.com> wrote:
> instance_init() can be called multiple times, e.g. during introspection
> of the device. We should not install the vmstate handlers here. Do it
> in the realize() function instead.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Reviewed-by: Juan Quintela <quintela@redhat.com>

It fixes my issues.

Should I take this through the Migration tree?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]