Re: [Qemu-devel] [PATCH 5/5] vl.c: Check the asked ram_size later.

2011-07-15 Thread Paolo Bonzini
On 07/15/2011 04:32 PM, Anthony PERARD wrote: As a Xen guest can have more than 2GB of RAM on a 32bit host, we move the conditions after than we now if we run one Xen or not. Signed-off-by: Anthony PERARD --- vl.c | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff -

[Qemu-devel] [PATCH 5/5] vl.c: Check the asked ram_size later.

2011-07-15 Thread Anthony PERARD
As a Xen guest can have more than 2GB of RAM on a 32bit host, we move the conditions after than we now if we run one Xen or not. Signed-off-by: Anthony PERARD --- vl.c | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/vl.c b/vl.c index fcd7395..c2efedf 100644