|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH V8 11/16] configure: Always use 64bits target physica
From: Anthony PERARD <anthony.perard@xxxxxxxxxx>
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 <anthony.perard@xxxxxxxxxx>
---
configure | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure b/configure
index a7a06ed..f3c524e 100755
--- a/configure
+++ b/configure
@@ -2958,6 +2958,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
echo "LIBS+=$xen_libs" >> $config_target_mak
echo "CONFIG_XEN_CTRL_INTERFACE_VERSION=$xen_ctrl_version" >>
$config_target_mak
--
1.7.1
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH V8 00/16] Xen device model support, anthony . perard
- [Xen-devel] [PATCH V8 02/16] xen: Make xen build only on x86 target., anthony . perard
- [Xen-devel] [PATCH V8 03/16] xen: Add a generic layer for xc calls, anthony . perard
- [Xen-devel] [PATCH V8 11/16] configure: Always use 64bits target physical addresses with xen enabled.,
anthony . perard <=
- [Xen-devel] [PATCH V8 09/16] xen: add a 8259 Interrupt Controller, anthony . perard
- [Xen-devel] [PATCH V8 08/16] piix_pci: Introduces Xen specific call for irq., anthony . perard
- [Xen-devel] [PATCH V8 13/16] vl.c: Introduce getter for shutdown_requested and reset_requested., anthony . perard
- [Xen-devel] [PATCH V8 10/16] xen: Introduce the Xen mapcache, anthony . perard
- [Xen-devel] [PATCH V8 05/16] xen: Add xen_machine_fv, anthony . perard
- [Xen-devel] [PATCH V8 07/16] xen: Add the Xen platform pci device, anthony . perard
- [Xen-devel] [PATCH V8 06/16] xen: Add initialisation of Xen, anthony . perard
- [Xen-devel] [PATCH V8 12/16] Introduce qemu_ram_ptr_unlock., anthony . perard
- [Xen-devel] [PATCH V8 04/16] xen: Support new libxc calls from xen unstable., anthony . perard
- [Xen-devel] [PATCH V8 14/16] xen: Initialize event channels and io rings, anthony . perard
|
|
|
|
|