summaryrefslogtreecommitdiffstats
path: root/hw/i386/vmport.c
diff options
context:
space:
mode:
authorLiran Alon2020-03-12 17:54:22 +0100
committerPaolo Bonzini2020-06-10 18:09:45 +0200
commitd8f23d619c495bc64977c00e92f3af4ff2c54046 (patch)
tree5e908e44fd293a411c04eab591dc1f934df71c49 /hw/i386/vmport.c
parenthw/i386/vmport: Report vmware-vmx-type in CMD_GETVERSION (diff)
downloadqemu-d8f23d619c495bc64977c00e92f3af4ff2c54046.tar.gz
qemu-d8f23d619c495bc64977c00e92f3af4ff2c54046.tar.xz
qemu-d8f23d619c495bc64977c00e92f3af4ff2c54046.zip
hw/i386/vmport: Introduce vmport.h
No functional change. This is mere refactoring. Suggested-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Liran Alon <liran.alon@oracle.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200312165431.82118-8-liran.alon@oracle.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/i386/vmport.c')
-rw-r--r--hw/i386/vmport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/vmport.c b/hw/i386/vmport.c
index dabb443367..e6d169566d 100644
--- a/hw/i386/vmport.c
+++ b/hw/i386/vmport.c
@@ -30,10 +30,10 @@
#include "qemu/osdep.h"
#include "hw/isa/isa.h"
+#include "hw/i386/vmport.h"
#include "hw/qdev-properties.h"
#include "sysemu/hw_accel.h"
#include "qemu/log.h"
-#include "vmport.h"
#include "cpu.h"
#include "trace.h"