summaryrefslogtreecommitdiffstats
path: root/cpu-exec.c
Commit message (Expand)AuthorAgeFilesLines
* qtest: add test frameworkAnthony Liguori2012-03-301-0/+1
* w64: Fix data type of next_tb and tcg_qemu_tb_execStefan Weil2012-03-171-3/+3
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-8/+8
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-1/+1
* PPC: 405: Use proper CPU resetAlexander Graf2012-03-141-2/+0
* cpu-exec.c: Correct comment about this file and indentation cleanup陳韋任2012-02-101-5/+5
* PPC: Fix sync instructions problem in SMPElie Richa2011-10-061-0/+1
* target-xtensa: implement exceptionsMax Filippov2011-09-101-0/+6
* target-xtensa: add target stubsMax Filippov2011-09-101-0/+2
* cpu-exec: remove unnecessary assignmentBlue Swirl2011-09-101-2/+3
* tcg: Reload local variables after return from longjmpJan Kiszka2011-07-121-0/+4
* cpu-exec.c: avoid AREG0 useBlue Swirl2011-06-261-54/+20
* exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl2011-06-261-1/+1
* cpu-exec: unify do_interrupt callBlue Swirl2011-06-261-26/+0
* m68k: use caller supplied CPUState for interrupt related stuffBlue Swirl2011-06-261-2/+2
* x86: use caller supplied CPUState for interrupt related stuffBlue Swirl2011-06-261-26/+15
* cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-8/+8
* Remove unneeded kvm.h from cpu-exec.cJan Kiszka2011-06-201-1/+0
* target-alpha: Disable interrupts properly.Richard Henderson2011-05-311-3/+30
* Move user emulator stuff from cpu-exec.c to user-exec.cBlue Swirl2011-05-281-655/+0
* cpu-exec: prepare for user and softmmu splitBlue Swirl2011-05-281-131/+172
* Delete unused tb_invalidate_page_rangeBlue Swirl2011-05-221-13/+0
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-05-121-2/+2
|\
| * Fix typos in comments and code (occured -> occurred and related)Stefan Weil2011-05-081-1/+1
| * Fix typos in comments (interupt -> interrupt)Stefan Weil2011-05-081-1/+1
* | target-sparc: Do not check CPU_INTERRUPT_TIMER.Richard Henderson2011-05-081-3/+0
* | irq: Introduce and use CPU_INTERRUPT_SSTEP_MASK.Richard Henderson2011-05-081-4/+1
|/
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-1/+1
* s390x: Enable s390x-softmmu targetAlexander Graf2011-04-181-0/+8
* unicore32: necessary modifications for other files to support unicore32Guan Xuetao2011-04-121-1/+11
* x86: Unbreak TCG support for hardware breakpointsJan Kiszka2011-03-151-0/+27
* inline cpu_halted into sole callerPaolo Bonzini2011-03-131-2/+7
* LatticeMico32 target supportMichael Walle2011-03-071-1/+12
* kvm: Separate TCG from KVM cpu executionJan Kiszka2011-02-141-13/+6
* Move debug exception handling out of cpu_execJan Kiszka2011-02-141-24/+0
* target-mips: fix host CPU consumption when guest is idleAurelien Jarno2010-12-271-5/+1
* Speedup 'tb_find_slow' by using the same heuristic as during memory page lookupKirill Batuzov2010-12-051-0/+6
* mips: Add support for VInt and VEIC irq modesEdgar E. Iglesias2010-08-061-1/+1
* Fix cpu_exit for tcp_cpu_execJan Kiszka2010-07-221-2/+1
* Fix cpu_unlink_tb raceJan Kiszka2010-07-221-3/+4
* Introduce proper compiler barrierJan Kiszka2010-07-221-2/+3
* tcg-s390: Compute is_write in cpu_signal_handler.Richard Henderson2010-06-111-3/+39
* make SIG_IPI to tcg vcpu thread reliableMarcelo Tosatti2010-05-111-0/+7
* Enable -d cpu logging by default.Richard Henderson2010-05-051-19/+3
* tcg-hppa: Compute is_write in cpu_signal_handler.Richard Henderson2010-04-081-7/+31
* linux-user/ia64: workaround ia64 strangenessesAurelien Jarno2010-04-011-1/+5
* Add tb_page_addr_tPaul Brook2010-03-121-3/+4
* declare saved_env_reg as volatilePaolo Bonzini2010-02-231-1/+1
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2010-02-221-5/+7
|\
| * kvm: Fix eflags corruption in kvm modeJan Kiszka2010-02-211-5/+7
OpenPOWER on IntegriCloud