Re: [Qemu-devel] [PATCH 1/1] virtio/pci/migration: Convert to VMState

2017-10-05 Thread Dr. David Alan Gilbert
* Dr. David Alan Gilbert (git) (dgilb...@redhat.com) wrote: > From: "Dr. David Alan Gilbert" > > Convert the 'modern_state' part of virtio-pci to modern migration > macros. Ping. Dave > Signed-off-by: Dr. David Alan Gilbert > --- > hw/virtio/virtio-pci.c | 108 > +---

[Qemu-devel] [PATCH 1/1] virtio/pci/migration: Convert to VMState

2017-09-25 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Convert the 'modern_state' part of virtio-pci to modern migration macros. Signed-off-by: Dr. David Alan Gilbert --- hw/virtio/virtio-pci.c | 108 + 1 file changed, 27 insertions(+), 81 deletions(-) diff --git a/hw/