Re: [Qemu-devel] [PATCH 00/11] virtio migration: simplify vmstate helper

2016-10-03 Thread Paolo Bonzini
On 03/10/2016 12:04, Halil Pasic wrote: > > Another useful thing to do is to move code out of virtio_load and into a > > post_load callback of vmstate_virtio. > > thanks for the review. I agree, but I see this out of scope for this patch > series. If you like I could do something along the lines

Re: [Qemu-devel] [PATCH 00/11] virtio migration: simplify vmstate helper

2016-10-03 Thread Halil Pasic
On 09/30/2016 05:02 PM, Paolo Bonzini wrote: > > On 30/09/2016 16:19, Halil Pasic wrote: >> > As a part of the long term effort to convert migration to vmstate the >> > migration of virtio devices was recently partially switched to vmstate >> > starting with the outer layer (commit 5943124cc "v

Re: [Qemu-devel] [PATCH 00/11] virtio migration: simplify vmstate helper

2016-09-30 Thread Dr. David Alan Gilbert
* Paolo Bonzini (pbonz...@redhat.com) wrote: > > > On 30/09/2016 16:19, Halil Pasic wrote: > > As a part of the long term effort to convert migration to vmstate the > > migration of virtio devices was recently partially switched to vmstate > > starting with the outer layer (commit 5943124cc "vir

Re: [Qemu-devel] [PATCH 00/11] virtio migration: simplify vmstate helper

2016-09-30 Thread Paolo Bonzini
On 30/09/2016 16:19, Halil Pasic wrote: > As a part of the long term effort to convert migration to vmstate the > migration of virtio devices was recently partially switched to vmstate > starting with the outer layer (commit 5943124cc "virtio: Migration > helper function and macro" and the subse

[Qemu-devel] [PATCH 00/11] virtio migration: simplify vmstate helper

2016-09-30 Thread Halil Pasic
As a part of the long term effort to convert migration to vmstate the migration of virtio devices was recently partially switched to vmstate starting with the outer layer (commit 5943124cc "virtio: Migration helper function and macro" and the subsequent "virtio-*: Wrap in vmstate" commits). This w