398 Commits (4f2d31fbc0bfdf41feea7d1be49f4f7ffa005534)

Author SHA1 Message Date
Pavel Dovgalyuk 6f0609697f replay: interrupts and exceptions 11 years ago
Pavel Dovgalyuk 56c0269a9e cpu-exec: allow temporary disabling icount 11 years ago
Stefan Weil 0448f5f8b8 cpu-exec: Fix compiler warning (-Werror=clobbered) 11 years ago
Richard Henderson 89a82cd4b6 cpu-exec: Add "nochain" debug flag 11 years ago
Pavel Dovgalyuk 6220e900bc i386: partial revert of interrupt poll fix 11 years ago
Peter Crosthwaite 5abf9495ca cpu-exec: Migrate some generic fns to cpu-exec-common 11 years ago
Pavel Dovgalyuk 1c3c8af1fb cpu-exec: introduce loop exit with restore function 11 years ago
Paolo Bonzini 9fd1a94888 cpu-exec: fix lock hierarchy for user-mode emulation 11 years ago
KONRAD Frederic 677ef6230b replace spinlock by QemuMutex. 11 years ago
Paolo Bonzini e0c382113f tcg: signal-free qemu_cpu_kick 11 years ago
Paolo Bonzini aed807c8e2 tcg: synchronize exit_request and tcg_current_cpu accesses 11 years ago
Paolo Bonzini ab096a75cd tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accesses 11 years ago
Paolo Bonzini b0a46fa796 tcg: assign cpu->current_tb in a simpler place 11 years ago
Paolo Bonzini 9373e63297 tcg: introduce tcg_current_cpu 11 years ago
Paolo Bonzini 414b15c909 exec: drop cpu_can_do_io, just read cpu->can_do_io 11 years ago
Sergey Fedorov 02d57ea115 cpu-exec: Do not invalidate original TB in cpu_exec_nocache() 11 years ago
Peter Crosthwaite ea3e984740 cpu-exec: Purge all uses of ENV_GET_CPU() 11 years ago
Peter Crosthwaite e1b89321ba include/exec: Move tb hash functions out 11 years ago
Paolo Bonzini 79e2b9aecc exec: RCUify AddressSpaceDispatch 11 years ago
Paolo Bonzini 9d82b5a792 exec: make iotlb RCU-friendly 13 years ago
Paolo Bonzini 76e5c76f2e exec: introduce cpu_reload_memory_map 11 years ago
Paolo Bonzini 52851b7e3d cpu-exec: simplify icount code 11 years ago
Paolo Bonzini a7fa2e9783 cpu-exec: drop dead assignment 11 years ago
Paolo Bonzini 2e91cc62f2 cpu-exec: simplify init_delay_params 11 years ago
Paolo Bonzini a498d0ef37 cpu-exec: simplify align_clocks 11 years ago
Pavel Dovgalyuk d8a499f17e cpu-exec: invalidate nocache translation if they are interrupted 12 years ago
Pavel Dovgalyuk 626cf8f4c6 icount: set can_do_io outside TB execution 12 years ago
Pavel Dovgalyuk e511b4d783 cpu-exec: reset exception_index correctly 12 years ago
Pavel Dovgalyuk b4ac20b4df cpu-exec: fix cpu_exec_nocache 12 years ago
Richard Henderson 6a0fcbdf2d cpu-exec: Do CPU_INTERRUPT_HALT unconditionally 12 years ago
Richard Henderson 42f53fea9f target-i386: Use cpu_exec_interrupt qom hook 12 years ago
Richard Henderson 458dd76656 target-ppc: Use cpu_exec_interrupt qom hook 12 years ago
Richard Henderson e9854c3945 target-lm32: Use cpu_exec_interrupt qom hook 12 years ago
Richard Henderson 29cd33d3c7 target-microblaze: Use cpu_exec_interrupt qom hook 12 years ago
Richard Henderson fa4faba448 target-mips: Use cpu_exec_interrupt qom hook 12 years ago
Richard Henderson dfdb483454 target-tricore: Remove the dummy interrupt boilerplate 12 years ago
Richard Henderson fbb96c4b7f target-openrisc: Use cpu_exec_interrupt qom hook 12 years ago
Richard Henderson 87afe467e2 target-sparc: Use cpu_exec_interrupt qom hook 12 years ago
Richard Henderson e8925712e6 target-arm: Use cpu_exec_interrupt qom hook 12 years ago
Richard Henderson d8bb915972 target-unicore32: Use cpu_exec_interrupt qom hook 12 years ago
Richard Henderson f47ede195b target-sh4: Use cpu_exec_interrupt qom hook 12 years ago
Richard Henderson dde7c241e3 target-alpha: Use cpu_exec_interrupt qom hook 12 years ago
Richard Henderson 5a1f7f44cf target-cris: Use cpu_exec_interrupt qom hook 12 years ago
Richard Henderson ab409bb3fe target-m68k: Use cpu_exec_interrupt qom hook 12 years ago
Richard Henderson 02bb9bbf1d target-s390x: Use cpu_exec_interrupt qom hook 12 years ago
Richard Henderson 37f3616aa8 target-xtensa: Use cpu_exec_interrupt qom hook 12 years ago
Richard Henderson 9585db68c7 qom: Add cpu_exec_interrupt hook 12 years ago
Richard Henderson 774f0abeae target-ppc: Use cpu_exec_enter qom hook 12 years ago
Richard Henderson 00f3fd63e1 target-m68k: Use cpu_exec_enter/exit qom hooks 12 years ago
Richard Henderson 374e0cd4db target-i386: Use cpu_exec_enter/exit qom hooks 12 years ago