target-i386: set target_phys_bits to 64
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 9 Feb 2011 18:35:50 +0000 (19:35 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 20 Feb 2011 14:13:57 +0000 (15:13 +0100)
commitd1f670f3ec7ccd3d74ce0128427975f5c59b3913
tree579a99e49d72459d5775a8a4f4cfbc9bcaae216a
parent32ad8059f910bea6dea251a88c03ab67e9fb43d2
target-i386: set target_phys_bits to 64

qemu i386 used to support more than 4GB of RAM through PAE, but it has
been disabled for an unknown reason. Reenable it.

Note that simply running qemu x86_64 and emulating a 32-bit CPU is not
a solution to this problem as it is about 15% slower (it needs to
emulate 64 bit registers even if half of them are not used). On the
other hand, I haven't seen any measurable impact by switching
target_phys_bits to 64.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
configure