diff options
author | Liran Alon | 2020-03-12 17:54:22 +0100 |
---|---|---|
committer | Paolo Bonzini | 2020-06-10 18:09:45 +0200 |
commit | d8f23d619c495bc64977c00e92f3af4ff2c54046 (patch) | |
tree | 5e908e44fd293a411c04eab591dc1f934df71c49 /hw/i386/vmport.c | |
parent | hw/i386/vmport: Report vmware-vmx-type in CMD_GETVERSION (diff) | |
download | qemu-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.c | 2 |
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" |