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/pc.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/pc.c')
-rw-r--r-- | hw/i386/pc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/i386/pc.c b/hw/i386/pc.c index 84669dd..f6b8431 100644 --- a/hw/i386/pc.c +++ b/hw/i386/pc.c @@ -91,6 +91,7 @@ #include "qapi/qmp/qerror.h" #include "config-devices.h" #include "e820_memory_layout.h" +#include "vmport.h" #include "fw_cfg.h" #include "trace.h" |