ioemu: Do not pass -m (memory) option to qemu, as ioemu-remote rejects
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 5 Aug 2008 12:23:59 +0000 (13:23 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 5 Aug 2008 12:23:59 +0000 (13:23 +0100)
commit95d4283bb4284ffb463bde3670d80d06cf96c151
tree6dc3ff8a0f683c22fe591f64ba82fdcd67d74888
parent92148d2eda828b038eb0137668bcedb1754a4159
ioemu: Do not pass -m (memory) option to qemu, as ioemu-remote rejects
memory sizes greater than 2GB when built as a 32-bit binary.

Instead, direct HVM Linux loading approximates end of low memory via a
different method.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/ioemu/hw/pc.c
tools/python/xen/xend/image.py