]> git.proxmox.com Git - mirror_qemu.git/commit - cpu.c
remove TCG includes from common code
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 16 Dec 2020 12:27:58 +0000 (13:27 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 2 Jan 2021 20:03:36 +0000 (21:03 +0100)
commit3b9bd3f46b3b92501186acd18e81d3e8510b7b09
tree5cad86c996f731f980cb9c0ff0ac6af2ed30a064
parent953d5a9ef326da80b2abc37f73c6e8525c3da033
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>
accel/stubs/tcg-stub.c
accel/tcg/cputlb.c
accel/tcg/translate-all.c
accel/tcg/translate-all.h [deleted file]
accel/tcg/user-exec.c
cpu.c
hw/i386/kvmvapic.c
include/exec/translate-all.h [new file with mode: 0644]
monitor/misc.c
softmmu/physmem.c