aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-12-12 15:54:59 +0100
committerGerd Hoffmann <kraxel@redhat.com>2013-01-04 08:51:57 +0100
commitbb355b1859dde19fbb4f856c6d0b8f46733142d7 (patch)
tree4d51a851d0be70b31b4e4bc6370919541aaf6dfc /hw/i386
parente8ba1ce92d8cbc4e77efcaf040077d3901098e5f (diff)
downloadqemu-bb355b1859dde19fbb4f856c6d0b8f46733142d7.zip
qemu-bb355b1859dde19fbb4f856c6d0b8f46733142d7.tar.gz
qemu-bb355b1859dde19fbb4f856c6d0b8f46733142d7.tar.bz2
add isa-debug-exit device.
When present it makes qemu exit on any write. Mapped to port 0x501 by default. Without this patch Anthony doesn't allow me to remove the bochs bios debug ports because his test suite uses this. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/i386')
-rw-r--r--hw/i386/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/Makefile.objs b/hw/i386/Makefile.objs
index 257f3c1..2ba04db 100644
--- a/hw/i386/Makefile.objs
+++ b/hw/i386/Makefile.objs
@@ -3,7 +3,7 @@ obj-y += apic_common.o apic.o kvmvapic.o
obj-y += sga.o ioapic_common.o ioapic.o piix_pci.o
obj-y += vmport.o
obj-y += pci/pci-hotplug.o smbios.o wdt_ib700.o
-obj-y += debugcon.o multiboot.o
+obj-y += debugcon.o debugexit.o multiboot.o
obj-y += pc_piix.o
obj-y += pc_sysfw.o
obj-y += lpc_ich9.o q35.o pc_q35.o