[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH V11 10/15] configure: Always use 64bits target physi
From: |
anthony . perard |
Subject: |
[Qemu-devel] [PATCH V11 10/15] configure: Always use 64bits target physical addresses with xen enabled. |
Date: |
Tue, 1 Mar 2011 18:35:24 +0000 |
From: Anthony PERARD <address@hidden>
With MapCache, we can handle a 64b target, even with a 32b host/qemu.
So, we need to have target_phys_addr_t to 64bits.
Signed-off-by: Anthony PERARD <address@hidden>
Acked-by: Alexander Graf <address@hidden>
---
configure | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure b/configure
index 4fd8696..ecab08c 100755
--- a/configure
+++ b/configure
@@ -3171,6 +3171,7 @@ echo "TARGET_ABI_DIR=$TARGET_ABI_DIR" >>
$config_target_mak
case "$target_arch2" in
i386|x86_64)
if test "$xen" = "yes" -a "$target_softmmu" = "yes" ; then
+ target_phys_bits=64
echo "CONFIG_XEN=y" >> $config_target_mak
if test "$cpu" = "i386" -o "$cpu" = "x86_64"; then
echo "CONFIG_XEN_MAPCACHE=y" >> $config_target_mak
--
1.7.2.3
- Re: [Qemu-devel] [PATCH V11 06/15] xen: Add the Xen platform pci device, (continued)
- [Qemu-devel] [PATCH V11 07/15] piix_pci: Introduces Xen specific call for irq., anthony . perard, 2011/03/01
- [Qemu-devel] [PATCH V11 08/15] xen: Introduce Xen Interrupt Controller, anthony . perard, 2011/03/01
- [Qemu-devel] [PATCH V11 11/15] Introduce qemu_put_ram_ptr, anthony . perard, 2011/03/01
- [Qemu-devel] [PATCH V11 12/15] vl.c: Introduce getter for shutdown_requested and reset_requested., anthony . perard, 2011/03/01
- [Qemu-devel] [PATCH V11 15/15] xen: Add Xen hypercall for sleep state in the cmos_s3 callback., anthony . perard, 2011/03/01
- [Qemu-devel] [PATCH V11 14/15] xen: Set running state in xenstore., anthony . perard, 2011/03/01
- [Qemu-devel] [PATCH V11 09/15] xen: Introduce the Xen mapcache, anthony . perard, 2011/03/01
- [Qemu-devel] [PATCH V11 10/15] configure: Always use 64bits target physical addresses with xen enabled.,
anthony . perard <=
- [Qemu-devel] [PATCH V11 13/15] xen: Initialize event channels and io rings, anthony . perard, 2011/03/01
- Re: [Qemu-devel] [PATCH V11 00/15] Xen device model support, Anthony Liguori, 2011/03/11
- Re: [Qemu-devel] [PATCH V11 00/15] Xen device model support, Alexander Graf, 2011/03/22