Re: [Qemu-devel] [PATCH V2 1/5] vl.c: Do not save RAM state when Xen is used.

2011-12-20 Thread Anthony PERARD
On Sun, 18 Dec 2011, Avi Kivity wrote: > On 12/15/2011 05:12 PM, Anthony Liguori wrote: > > On 12/09/2011 03:54 PM, Anthony PERARD wrote: > >> In Xen case, the guest RAM is not handle by QEMU, and it is saved by > >> Xen tools. > >> So, we just avoid to register the RAM save state handler. > >> >

Re: [Qemu-devel] [PATCH V2 1/5] vl.c: Do not save RAM state when Xen is used.

2011-12-18 Thread Avi Kivity
On 12/15/2011 05:12 PM, Anthony Liguori wrote: > On 12/09/2011 03:54 PM, Anthony PERARD wrote: >> In Xen case, the guest RAM is not handle by QEMU, and it is saved by >> Xen tools. >> So, we just avoid to register the RAM save state handler. >> >> -register_savevm_live(NULL, "ram", 0, 4, NULL,

Re: [Qemu-devel] [PATCH V2 1/5] vl.c: Do not save RAM state when Xen is used.

2011-12-15 Thread Anthony Liguori
On 12/09/2011 03:54 PM, Anthony PERARD wrote: In Xen case, the guest RAM is not handle by QEMU, and it is saved by Xen tools. So, we just avoid to register the RAM save state handler. Signed-off-by: Anthony PERARD --- vl.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff