Re: [Qemu-devel] [QEMU PATCH v10 1/3] migration: extend VMStateInfo

2016-11-03 Thread Juan Quintela
Jianjun Duan wrote: > On 11/02/2016 03:40 AM, Juan Quintela wrote: >> Jianjun Duan wrote: >>> Current migration code cannot handle some data structures such as >>> QTAILQ in qemu/queue.h. Here we extend the signatures of put/get >>> in VMStateInfo so that customized handling is supported. >>> >>>

Re: [Qemu-devel] [QEMU PATCH v10 1/3] migration: extend VMStateInfo

2016-11-02 Thread Jianjun Duan
On 11/02/2016 03:40 AM, Juan Quintela wrote: > Jianjun Duan wrote: >> Current migration code cannot handle some data structures such as >> QTAILQ in qemu/queue.h. Here we extend the signatures of put/get >> in VMStateInfo so that customized handling is supported. >> >> Signed-off-by: Jianjun Dua

Re: [Qemu-devel] [QEMU PATCH v10 1/3] migration: extend VMStateInfo

2016-11-02 Thread Juan Quintela
Jianjun Duan wrote: > Current migration code cannot handle some data structures such as > QTAILQ in qemu/queue.h. Here we extend the signatures of put/get > in VMStateInfo so that customized handling is supported. > > Signed-off-by: Jianjun Duan > +/* VMStateInfo allows customized migration of o

[Qemu-devel] [QEMU PATCH v10 1/3] migration: extend VMStateInfo

2016-10-31 Thread Jianjun Duan
Current migration code cannot handle some data structures such as QTAILQ in qemu/queue.h. Here we extend the signatures of put/get in VMStateInfo so that customized handling is supported. Signed-off-by: Jianjun Duan --- hw/display/virtio-gpu.c | 6 ++- hw/intc/s390_flic_kvm.c | 6 ++-