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

2011-07-27 Thread Alexander Graf
On 07/20/2011 08:17 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 PERARDanthony.per...@citrix.com --- vl.c | 14 -- 1 files changed, 8

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

2011-07-20 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 anthony.per...@citrix.com --- vl.c | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/vl.c b/vl.c