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 /hw/i386/vmmouse.c | |
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 'hw/i386/vmmouse.c')
-rw-r--r-- | hw/i386/vmmouse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/i386/vmmouse.c b/hw/i386/vmmouse.c index e8e62bd..78b36f6 100644 --- a/hw/i386/vmmouse.c +++ b/hw/i386/vmmouse.c @@ -29,6 +29,7 @@ #include "hw/input/i8042.h" #include "hw/qdev-properties.h" #include "migration/vmstate.h" +#include "vmport.h" /* debug only vmmouse */ //#define DEBUG_VMMOUSE |