]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target/i386: add the tcg_enabled() in target/i386/
authorYang Zhong <yang.zhong@intel.com>
Mon, 3 Jul 2017 10:12:22 +0000 (18:12 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 5 Jul 2017 07:12:44 +0000 (09:12 +0200)
commit79c664f62d75cfba89a5bbe998622c8d5fdf833b
tree2e66cc569f0d24cdf796f40698122f91f34e1d8c
parent6578eb25a07c0056976f466baf640ef59ae45ab5
target/i386: add the tcg_enabled() in target/i386/

Add the tcg_enabled() where the x86 target needs to disable
TCG-specific code.

Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.c
target/i386/cpu.h
target/i386/helper.c
target/i386/machine.c