Re: [Qemu-devel] [PATCH V2 4/5] xen: Change memory access behavior during migration.

2011-12-12 Thread Stefano Stabellini
On Fri, 9 Dec 2011, Anthony PERARD wrote: > Do not allocate RAM during pre-migration runstate. > Do not actually "do" set_memory during migration. > > Signed-off-by: Anthony PERARD > --- > xen-all.c | 13 + > 1 files changed, 13 insertions(+), 0 deletions(-) > > diff --git a/xen-a

[Qemu-devel] [PATCH V2 4/5] xen: Change memory access behavior during migration.

2011-12-09 Thread Anthony PERARD
Do not allocate RAM during pre-migration runstate. Do not actually "do" set_memory during migration. Signed-off-by: Anthony PERARD --- xen-all.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/xen-all.c b/xen-all.c index b2e9853..c1fed87 100644 --- a/xen-all