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

2012-04-19 Thread Eric Blake
On 04/18/2012 01:46 AM, Wen Congyang wrote: > Hi, Eric > > Luiz will accept the qemu's patch: > http://lists.nongnu.org/archive/html/qemu-devel/2012-04/msg02346.html > > Do you have any comment about this patchset? Thanks for the ping. It's on my list to review, but I'm hoping to tie up work on

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

2012-04-18 Thread Wen Congyang
Hi, Eric Luiz will accept the qemu's patch: http://lists.nongnu.org/archive/html/qemu-devel/2012-04/msg02346.html Do you have any comment about this patchset? Thanks Wen Congyang At 04/10/2012 04:03 PM, Wen Congyang Wrote: > Currently, we use migrate to dump guest's memory. There is one > restr

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

2012-04-10 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. So