Re: [Qemu-devel] [PATCH v3 00/14] virtio migration: Flip outer layer to vmstate

2016-07-15 Thread Amit Shah
On (Fri) 15 Jul 2016 [10:23:10], Cornelia Huck wrote: > On Thu, 14 Jul 2016 18:22:42 +0100 > "Dr. David Alan Gilbert (git)" wrote: > > > From: "Dr. David Alan Gilbert" > > > > Hi, > > This series converts the outer most layer of virtio to > > use VMState macros; this is the easy bit, but I'm

Re: [Qemu-devel] [PATCH v3 00/14] virtio migration: Flip outer layer to vmstate

2016-07-15 Thread Cornelia Huck
On Thu, 14 Jul 2016 18:22:42 +0100 "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Hi, > This series converts the outer most layer of virtio to > use VMState macros; this is the easy bit, but I'm hoping that > having done that, the next trick is to nibble away at t

[Qemu-devel] [PATCH v3 00/14] virtio migration: Flip outer layer to vmstate

2016-07-14 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Hi, This series converts the outer most layer of virtio to use VMState macros; this is the easy bit, but I'm hoping that having done that, the next trick is to nibble away at the virtio_save/load functions and all of the zillions of device/bus helpers. I think t