diff options
author | Philippe Mathieu-Daudé | 2020-05-04 10:33:41 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2020-05-04 16:25:03 +0200 |
commit | e5951129851798620c4f5179dca503a4d6077f50 (patch) | |
tree | ba95e54bbd24195b4b2e63c8c9626813561a7faf /hw/i386/vmport.c | |
parent | hw/i386/vmport: Remove unused 'hw/input/i8042.h' include (diff) | |
download | qemu-e5951129851798620c4f5179dca503a4d6077f50.tar.gz qemu-e5951129851798620c4f5179dca503a4d6077f50.tar.xz qemu-e5951129851798620c4f5179dca503a4d6077f50.zip |
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/vmport.c')
-rw-r--r-- | hw/i386/vmport.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/i386/vmport.c b/hw/i386/vmport.c index 114141c6f3..00d47e0c4c 100644 --- a/hw/i386/vmport.c +++ b/hw/i386/vmport.c @@ -26,6 +26,7 @@ #include "hw/i386/pc.h" #include "sysemu/hw_accel.h" #include "qemu/log.h" +#include "vmport.h" #include "trace.h" #define VMPORT_CMD_GETVERSION 0x0a |