aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i386
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-05-04 10:33:39 +0200
committerMichael S. Tsirkin <mst@redhat.com>2020-05-04 10:25:03 -0400
commitb4fa79eab5eeaaa6fbebeb03723b9b70dd4563c4 (patch)
treeedcc1f58ebb99b2d1e514fbbecfcc28db7a9d509 /include/hw/i386
parent1aaef7d809280388e4e0b73cd21f5aa0a6443b75 (diff)
downloadqemu-b4fa79eab5eeaaa6fbebeb03723b9b70dd4563c4.zip
qemu-b4fa79eab5eeaaa6fbebeb03723b9b70dd4563c4.tar.gz
qemu-b4fa79eab5eeaaa6fbebeb03723b9b70dd4563c4.tar.bz2
hw/i386/pc: Create 'vmport' device in place
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200504083342.24273-2-f4bug@amsat.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/hw/i386')
-rw-r--r--include/hw/i386/pc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h
index 6ab6eda..26e2a3d 100644
--- a/include/hw/i386/pc.h
+++ b/include/hw/i386/pc.h
@@ -132,12 +132,6 @@ GSIState *pc_gsi_create(qemu_irq **irqs, bool pci_enabled);
/* vmport.c */
#define TYPE_VMPORT "vmport"
typedef uint32_t (VMPortReadFunc)(void *opaque, uint32_t address);
-
-static inline void vmport_init(ISABus *bus)
-{
- isa_create_simple(bus, TYPE_VMPORT);
-}
-
void vmport_register(unsigned char command, VMPortReadFunc *func, void *opaque);
void vmmouse_get_data(uint32_t *data);
void vmmouse_set_data(const uint32_t *data);