[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH V12 02/17] xen: Make Xen build once.
From: |
anthony . perard |
Subject: |
[Qemu-devel] [PATCH V12 02/17] xen: Make Xen build once. |
Date: |
Tue, 29 Mar 2011 19:27:55 +0100 |
From: Anthony PERARD <address@hidden>
xen_domainbuild and xen_machine_pv are built only for i386 targets.
Signed-off-by: Anthony PERARD <address@hidden>
---
Makefile.target | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.target b/Makefile.target
index 62b102a..e8ffc7c 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -206,7 +206,7 @@ QEMU_CFLAGS += $(VNC_JPEG_CFLAGS)
QEMU_CFLAGS += $(VNC_PNG_CFLAGS)
# xen backend driver support
-obj-$(CONFIG_XEN) += xen_machine_pv.o xen_domainbuild.o
+obj-i386-$(CONFIG_XEN) += xen_machine_pv.o xen_domainbuild.o
# Inter-VM PCI shared memory
obj-$(CONFIG_KVM) += ivshmem.o
--
1.7.2.3
- [Qemu-devel] [PATCH V12 00/17] Xen device model support, anthony . perard, 2011/03/29
- [Qemu-devel] [PATCH V12 02/17] xen: Make Xen build once.,
anthony . perard <=
- [Qemu-devel] [PATCH V12 04/17] xen: Add initialisation of Xen, anthony . perard, 2011/03/29
- [Qemu-devel] [PATCH V12 05/17] xen: Add xenfv machine, anthony . perard, 2011/03/29
- [Qemu-devel] [PATCH V12 03/17] xen: Support new libxc calls from xen unstable., anthony . perard, 2011/03/29
- [Qemu-devel] [PATCH V12 06/17] xen: Add the Xen platform pci device, anthony . perard, 2011/03/29
- [Qemu-devel] [PATCH V12 07/17] piix_pci: Introduces Xen specific call for irq., anthony . perard, 2011/03/29
- [Qemu-devel] [PATCH V12 08/17] xen: Introduce Xen Interrupt Controller, anthony . perard, 2011/03/29
- [Qemu-devel] [PATCH V12 01/17] xen: Replace some tab-indents with spaces (clean-up)., anthony . perard, 2011/03/29
- [Qemu-devel] [PATCH V12 11/17] configure: Always use 64bits target physical addresses with xen enabled., anthony . perard, 2011/03/29
- [Qemu-devel] [PATCH V12 09/17] xen: Introduce the Xen mapcache, anthony . perard, 2011/03/29
- [Qemu-devel] [PATCH V12 12/17] Introduce qemu_put_ram_ptr, anthony . perard, 2011/03/29