|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH V7 10/15] 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 | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/configure b/configure
index 7625054..7688b20 100755
--- a/configure
+++ b/configure
@@ -2950,6 +2950,9 @@ case "$target_arch2" in
exit 1
;;
esac
+if test "$xen" = yes; then
+ target_phys_bits=64
+fi
echo "TARGET_ARCH=$TARGET_ARCH" >> $config_target_mak
target_arch_name="`echo $TARGET_ARCH | tr '[:lower:]' '[:upper:]'`"
echo "TARGET_$target_arch_name=y" >> $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 V7 00/15] Xen device model support, anthony . perard
- [Xen-devel] [PATCH V7 01/15] xen: Replace some tab-indents with spaces (clean-up)., anthony . perard
- [Xen-devel] [PATCH V7 02/15] xen: Add a generic layer for xc calls, anthony . perard
- [Xen-devel] [PATCH V7 03/15] xen: Support new libxc calls from xen unstable., anthony . perard
- [Xen-devel] [PATCH V7 05/15] xen: Add initialisation of Xen, anthony . perard
- [Xen-devel] [PATCH V7 04/15] xen: Add xen_machine_fv, anthony . perard
- [Xen-devel] [PATCH V7 07/15] piix_pci: Introduces Xen specific call for irq., anthony . perard
- [Xen-devel] [PATCH V7 08/15] xen: add a 8259 Interrupt Controller, anthony . perard
- [Xen-devel] [PATCH V7 06/15] xen: Add the Xen platform pci device, anthony . perard
- [Xen-devel] [PATCH V7 09/15] xen: Introduce the Xen mapcache, anthony . perard
- [Xen-devel] [PATCH V7 10/15] configure: Always use 64bits target physical addresses with xen enabled.,
anthony . perard <=
- [Xen-devel] [PATCH V7 11/15] Introduce qemu_ram_ptr_unlock., anthony . perard
- [Xen-devel] [PATCH V7 12/15] vl.c: Introduce getter for shutdown_requested and reset_requested., anthony . perard
- [Xen-devel] [PATCH V7 14/15] xen: Set running state in xenstore., anthony . perard
- [Xen-devel] [PATCH V7 13/15] xen: Initialize event channels and io rings, anthony . perard
- [Xen-devel] [PATCH V7 15/15] acpi-piix4: Add Xen hypercall for sleep state., anthony . perard
- [Xen-devel] Re: [Qemu-devel] [PATCH V7 00/15] Xen device model support, Alexander Graf
|
|
|
|
|