aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-12-16 13:27:58 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2021-01-02 21:03:36 +0100
commit3b9bd3f46b3b92501186acd18e81d3e8510b7b09 (patch)
tree5cad86c996f731f980cb9c0ff0ac6af2ed30a064 /hw/i386
parent953d5a9ef326da80b2abc37f73c6e8525c3da033 (diff)
downloadqemu-3b9bd3f46b3b92501186acd18e81d3e8510b7b09.zip
qemu-3b9bd3f46b3b92501186acd18e81d3e8510b7b09.tar.gz
qemu-3b9bd3f46b3b92501186acd18e81d3e8510b7b09.tar.bz2
remove TCG includes from common code
Enable removing tcg/$tcg_arch from the include path when TCG is disabled. Move translate-all.h to include/exec, since stubs exist for the functions defined therein. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/i386')
-rw-r--r--hw/i386/kvmvapic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/i386/kvmvapic.c b/hw/i386/kvmvapic.c
index 077c3f4..2c18980 100644
--- a/hw/i386/kvmvapic.c
+++ b/hw/i386/kvmvapic.c
@@ -21,7 +21,6 @@
#include "hw/sysbus.h"
#include "hw/boards.h"
#include "migration/vmstate.h"
-#include "tcg/tcg.h"
#include "qom/object.h"
#define VAPIC_IO_PORT 0x7e