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

2011-11-24 Thread Anthony PERARD
On Thu, Nov 24, 2011 at 17:23, Stefano Stabellini wrote: > On Thu, 24 Nov 2011, 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. > > Maybe we can unregister these handlers in th

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

2011-11-24 Thread Stefano Stabellini
On Thu, 24 Nov 2011, 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. Maybe we can unregister these handlers in the Xen specific initialization code, before we start receiving save

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

2011-11-24 Thread Anthony PERARD
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 --git a/vl.c b/vl.c index f5afed4..e7dced2 100644