mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 19:14:58 -06:00
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>
This commit is contained in:
parent
c7358f4ee1
commit
e595112985
5 changed files with 37 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue