diff options
author | SeokYeon Hwang <syeon.hwang@samsung.com> | 2014-04-24 14:43:27 +0900 |
---|---|---|
committer | SeokYeon Hwang <syeon.hwang@samsung.com> | 2014-04-24 14:43:27 +0900 |
commit | 52a021736ce739516e172048040e0ca8a19c05ff (patch) | |
tree | 876c0311ec0919d4ccc7b6ef877d335a616bdb75 /include/exec/cpu-defs.h | |
parent | 7199ab2a0d31345cca31c9196e012950a1b449fc (diff) | |
download | qemu-52a021736ce739516e172048040e0ca8a19c05ff.tar.gz qemu-52a021736ce739516e172048040e0ca8a19c05ff.tar.bz2 qemu-52a021736ce739516e172048040e0ca8a19c05ff.zip |
Revert "hax: modify some codes for QEMU 2.0"
This reverts commit 92d5793f73c463576a17d6a281cf7b3c8804aea0.
Diffstat (limited to 'include/exec/cpu-defs.h')
-rw-r--r-- | include/exec/cpu-defs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h index 01c0ee8eb0..2dd6206d4a 100644 --- a/include/exec/cpu-defs.h +++ b/include/exec/cpu-defs.h @@ -118,9 +118,5 @@ QEMU_BUILD_BUG_ON(sizeof(CPUTLBEntry) != (1 << CPU_TLB_ENTRY_BITS)); #define CPU_COMMON \ /* soft mmu support */ \ CPU_COMMON_TLB \ - \ - /* for hax */ \ - int hax_vcpu_dirty; \ - struct hax_vcpu_state *hax_vcpu; \ #endif |