aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/Makefile.objs
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2017-10-17 13:44:24 -0300
committerMichael Tokarev <mjt@tls.msk.ru>2017-12-18 17:07:02 +0300
commit323d7d1d999d8be31e4d5a50ee18f7e2ca5d096a (patch)
tree4375dc2f7308091047fe8455196f272faa342f48 /hw/i386/Makefile.objs
parent0d5d8a3a906f782eab8a85079eede78879dc8155 (diff)
downloadqemu-323d7d1d999d8be31e4d5a50ee18f7e2ca5d096a.zip
qemu-323d7d1d999d8be31e4d5a50ee18f7e2ca5d096a.tar.gz
qemu-323d7d1d999d8be31e4d5a50ee18f7e2ca5d096a.tar.bz2
i386/pc: move vmport.c to hw/i386/
It's a x86-only device, so it does not make sense to keep it in the shared misc folder. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/i386/Makefile.objs')
-rw-r--r--hw/i386/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/i386/Makefile.objs b/hw/i386/Makefile.objs
index 2e5e129..1548ad1 100644
--- a/hw/i386/Makefile.objs
+++ b/hw/i386/Makefile.objs
@@ -5,6 +5,7 @@ obj-y += pc_sysfw.o
obj-y += x86-iommu.o intel_iommu.o
obj-y += amd_iommu.o
obj-$(CONFIG_XEN) += ../xenpv/ xen/
+obj-$(CONFIG_VMPORT) += vmport.o
obj-y += kvmvapic.o
obj-y += acpi-build.o