Re: [libvirt] [PATCH 0/3 v4] use qemu's dump-guest-meory when vm uses host device

2012-05-23 Thread Wen Congyang
Hi, All The qemu's patch has been applied to QMP tree. I think we can start this work now. Thanks Wen Congyang At 04/20/2012 03:20 PM, Wen Congyang Wrote: Currently, we use migrate to dump guest's memory. There is one restriction in migrate command: the device's status should be stored in

[libvirt] [PATCH 0/3 v4] use qemu's dump-guest-meory when vm uses host device

2012-04-20 Thread Wen Congyang
Currently, we use migrate to dump guest's memory. There is one restriction in migrate command: the device's status should be stored in qemu because the device's status should be passed to target machine. If we passthrough a host device to guest, the device's status is stored in the real device.