aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu
diff options
context:
space:
mode:
authorRoman Bolshakov <r.bolshakov@yadro.com>2020-05-28 22:37:48 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2020-06-12 11:13:32 -0400
commit8598135dd6df2b2ad2ce10f68d9eae3e9e26da6d (patch)
treed5cd0b9fac372485aa8b22b0bcc95b11ea610542 /include/sysemu
parent583ae161b1d7ba8832260d1cca022afce7dcf957 (diff)
downloadqemu-8598135dd6df2b2ad2ce10f68d9eae3e9e26da6d.zip
qemu-8598135dd6df2b2ad2ce10f68d9eae3e9e26da6d.tar.gz
qemu-8598135dd6df2b2ad2ce10f68d9eae3e9e26da6d.tar.bz2
i386: hvf: Clean stray includes in sysemu
They have no use. Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com> Reviewed-by: Claudio Fontana <cfontana@suse.de> Message-Id: <20200528193758.51454-4-r.bolshakov@yadro.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/sysemu')
-rw-r--r--include/sysemu/hvf.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sysemu/hvf.h b/include/sysemu/hvf.h
index 2af32e5..5214ed5 100644
--- a/include/sysemu/hvf.h
+++ b/include/sysemu/hvf.h
@@ -13,14 +13,7 @@
#ifndef HVF_H
#define HVF_H
-#include "cpu.h"
-#include "qemu/bitops.h"
-
#ifdef CONFIG_HVF
-#include <Hypervisor/hv.h>
-#include <Hypervisor/hv_vmx.h>
-#include <Hypervisor/hv_error.h>
-#include "target/i386/cpu.h"
uint32_t hvf_get_supported_cpuid(uint32_t func, uint32_t idx,
int reg);
extern bool hvf_allowed;