diff options
Diffstat (limited to 'include/sysemu/hvf.h')
-rw-r--r-- | include/sysemu/hvf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sysemu/hvf.h b/include/sysemu/hvf.h index d275b5a843..d211e808e9 100644 --- a/include/sysemu/hvf.h +++ b/include/sysemu/hvf.h @@ -13,6 +13,7 @@ #ifndef HVF_H #define HVF_H +#include "cpu.h" #include "qemu/bitops.h" #include "exec/memory.h" #include "sysemu/accel.h" @@ -23,7 +24,6 @@ extern bool hvf_allowed; #include <Hypervisor/hv_vmx.h> #include <Hypervisor/hv_error.h> #include "target/i386/cpu.h" -#include "hw/hw.h" uint32_t hvf_get_supported_cpuid(uint32_t func, uint32_t idx, int reg); #define hvf_enabled() (hvf_allowed) |