Paolo Bonzini
|
4a92a558f4
cpu: make CPU_INTERRUPT_RESET available on all targets
|
12 年之前 |
Peter Maydell
|
bae2c27090
cpu-exec: Unlock tb_lock if we longjmp out of code generation
|
11 年之前 |
Andreas Färber
|
0ea8cb8895
cpu-exec: Change cpu_resume_from_signal() argument to CPUState
|
12 年之前 |
Andreas Färber
|
648f034c6c
translate-all: Change tb_gen_code() argument to CPUState
|
12 年之前 |
Andreas Färber
|
5638d180d6
cpu-exec: Change cpu_loop_exit() argument to CPUState
|
12 年之前 |
Andreas Färber
|
ff4700b05c
cpu: Move watchpoint fields from CPU_COMMON to CPUState
|
12 年之前 |
Andreas Färber
|
27103424c4
cpu: Move exception_index field from CPU_COMMON to CPUState
|
12 年之前 |
Andreas Färber
|
6f03bef0ff
cpu: Move jmp_env field from CPU_COMMON to CPUState
|
12 年之前 |
Andreas Färber
|
8cd70437f3
cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState
|
12 年之前 |
Andreas Färber
|
28ecfd7a62
cpu: Move icount_decr field from CPU_COMMON to CPUState
|
12 年之前 |
Andreas Färber
|
efee734004
cpu: Move icount_extra field from CPU_COMMON to CPUState
|
12 年之前 |
Andreas Färber
|
8c2e1b0093
cpu: Turn cpu_has_work() into a CPUClass hook
|
12 年之前 |
Peter Maydell
|
4cc35614a0
target-arm: Store AIF bits in env->pstate for AArch32
|
11 年之前 |
Edgar E. Iglesias
|
fdfba1a298
exec: Make ldl_*_phys input an AddressSpace
|
11 年之前 |
Anthony Liguori
|
4cddc7f44f
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
|
11 年之前 |
Richard Henderson
|
03afa5f808
exec: Delay CPU_LOG_TB_CPU until we actually execute a TB
|
11 年之前 |
Andreas Färber
|
693fa551f9
cpu-exec: Optimize X86CPU usage in cpu_exec()
|
11 年之前 |
Chen Fan
|
02e5148334
target-i386: Move apic_state field from CPUX86State to X86CPU
|
11 年之前 |
Juergen Lock
|
6c78f29a24
cpu-exec: Also reload CPUClass *cc after longjmp return in cpu_exec()
|
12 年之前 |
Richard Henderson
|
3e9bd63acf
tcg: Fix next_tb type in cpu_exec
|
12 年之前 |
Richard Henderson
|
04d5a1da70
tcg: Change tcg_qemu_tb_exec return to uintptr_t
|
12 年之前 |
Andreas Färber
|
ed2803da58
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
|
12 年之前 |
Andreas Färber
|
bdf7ae5bbd
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
|
12 年之前 |
Andreas Färber
|
a0762859ae
log: Change log_cpu_state[_mask]() argument to CPUState
|
12 年之前 |
Andreas Färber
|
518e9d7d48
target-i386: Change do_smm_enter() argument to X86CPU
|
12 年之前 |
Andreas Färber
|
4917cf4432
cpu: Replace cpu_single_env with CPUState current_cpu
|
12 年之前 |
liguang
|
80cf2c81a1
target-i386/helper: remove DF macro
|
12 年之前 |
Aurelien Jarno
|
75312e745a
Merge branch 'mingw' of git://qemu.weilnetz.de/qemu
|
12 年之前 |
Olivier Hainque
|
ec9bd89fa4
Ensure good ordering of memory instruction in cpu_exec
|
12 年之前 |
Peter Maydell
|
c30d1aea14
cpu-exec: Allow "-d exec" in non-debug builds (drop CONFIG_DEBUG_EXEC)
|
12 年之前 |