]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commit
remove check on ram_size
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 4 Sep 2009 15:13:52 +0000 (16:13 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 4 Sep 2009 15:13:52 +0000 (16:13 +0100)
commitf5b4a6be712e2a3a0bdb444e5e87de3d17019965
treee0c6efa4ffe5c19bedc5725a7a6ea237d03252fc
parent9c58cf9321f746b223bdd778c49c31ff756b6b1b
remove check on ram_size

the initial check on the ram_size in qemu is completely unnecessary and
it is even broken on systems where dom0 is 32 bits while xen is 64 bits.
This patch solves the problem removing the check.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
vl.c