diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-05-04 10:33:41 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-05-04 10:25:03 -0400 |
commit | e5951129851798620c4f5179dca503a4d6077f50 (patch) | |
tree | ba95e54bbd24195b4b2e63c8c9626813561a7faf /include/hw/i386 | |
parent | c7358f4ee13de0e546ff457da95a9026098e37a9 (diff) | |
download | qemu-e5951129851798620c4f5179dca503a4d6077f50.zip qemu-e5951129851798620c4f5179dca503a4d6077f50.tar.gz qemu-e5951129851798620c4f5179dca503a4d6077f50.tar.bz2 |
hw/i386: Add 'vmport.h' local header
Move 'vmport' related declarations in a target-specific header.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200504083342.24273-4-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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index 26e2a3d..de49a57 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -130,9 +130,6 @@ typedef struct PCMachineClass { 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); -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); |