The vmstate_vmbus_dev structure is currently completely unused. Looks like this has been forgotten to get wired up in the vmbus_dev_class_init() function.
Signed-off-by: Thomas Huth <th...@redhat.com> --- hw/hyperv/vmbus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/hyperv/vmbus.c b/hw/hyperv/vmbus.c index 984caf898d..2384103cb0 100644 --- a/hw/hyperv/vmbus.c +++ b/hw/hyperv/vmbus.c @@ -2445,6 +2445,7 @@ static void vmbus_dev_class_init(ObjectClass *klass, void *data) kdev->realize = vmbus_dev_realize; kdev->unrealize = vmbus_dev_unrealize; kdev->reset = vmbus_dev_reset; + kdev->vmsd = &vmstate_vmbus_dev; } static Property vmbus_dev_instanceid = -- 2.27.0