Re: [Qemu-devel] [PATCH] Fix virtio migration

2016-01-29 Thread Peter Maydell
On 29 January 2016 at 13:18, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > I misunderstood the vmstate macro definition when I reworked the > virtio .get/.put. > The VMSTATE_STRUCT_VARRAY_KNOWN, was described as being for "a > variable length array (i.e. _type *_field)

Re: [Qemu-devel] [PATCH] Fix virtio migration

2016-01-29 Thread Cornelia Huck
On Fri, 29 Jan 2016 13:18:56 + "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > I misunderstood the vmstate macro definition when I reworked the > virtio .get/.put. > The VMSTATE_STRUCT_VARRAY_KNOWN, was described as being for "a > variable length array (i.e. _type