vl.c: Check the asked ram_size later.
authorAnthony PERARD <anthony.perard@citrix.com>
Wed, 20 Jul 2011 08:17:44 +0000 (08:17 +0000)
committerAlexander Graf <agraf@suse.de>
Tue, 26 Jul 2011 05:02:10 +0000 (07:02 +0200)
commit834e76ea1cc3f6fb261fe6a40f7571600bcb25b1
tree052ffe3d18dc1b0075cfddd81c2fdcf4be6e25fd
parent8a369e20e701c9d220834e0daa027e65acd35214
vl.c: Check the asked ram_size later.

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.

[agraf] separate xen branch from ram_size check

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
vl.c