| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'mingw' of git://qemu.weilnetz.de/qemu | Aurelien Jarno | 2013-04-13 | 1 | -0/+8 |
|\ |
|
| * | Ensure good ordering of memory instruction in cpu_exec | Olivier Hainque | 2013-04-12 | 1 | -0/+8 |
* | | cpu-exec: Allow "-d exec" in non-debug builds (drop CONFIG_DEBUG_EXEC) | Peter Maydell | 2013-04-12 | 1 | -9/+6 |
|/ |
|
* | target-i386: Don't modify env->eflags around cpu_dump_state | Richard Henderson | 2013-03-23 | 1 | -3/+0 |
* | Add top level changes for moxie | Anthony Green | 2013-03-23 | 1 | -0/+2 |
* | cpu: Replace do_interrupt() by CPUClass::do_interrupt method | Andreas Färber | 2013-03-12 | 1 | -16/+20 |
* | cpu: Move halted and interrupt_request fields to CPUState | Andreas Färber | 2013-03-12 | 1 | -16/+18 |
* | Handle CPU interrupts by inline checking of a flag | Peter Maydell | 2013-03-03 | 1 | -1/+24 |
* | cpu-exec: wrap tcg_qemu_tb_exec() in a fn to restore the PC | Peter Maydell | 2013-03-03 | 1 | -11/+18 |
* | tcg: Document tcg_qemu_tb_exec() and provide constants for low bit uses | Peter Maydell | 2013-03-03 | 1 | -4/+5 |
* | Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp() | Peter Maydell | 2013-02-23 | 1 | -3/+3 |
* | cpu: Move current_tb field to CPUState | Andreas Färber | 2013-02-16 | 1 | -5/+8 |
* | cpu: Move exit_request field to CPUState | Andreas Färber | 2013-02-16 | 1 | -4/+4 |
* | TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx | Evgeny Voevodin | 2013-02-16 | 1 | -10/+8 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | cpus: Pass CPUState to [qemu_]cpu_has_work() | Andreas Färber | 2012-10-31 | 1 | -5/+3 |
* | cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic | Peter Maydell | 2012-10-05 | 1 | -1/+1 |
* | Revert "i8259: add -no-spurious-interrupt-hack option" | malc | 2012-08-27 | 1 | -9/+5 |
* | i8259: add -no-spurious-interrupt-hack option | Matthew Ogilvie | 2012-08-24 | 1 | -5/+9 |
* | unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runable | Guan Xuetao | 2012-08-11 | 1 | -0/+1 |
* | Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemu | Blue Swirl | 2012-08-09 | 1 | -4/+1 |
|\ |
|
| * | cleanup cpu_set_debug_excp_handler | Igor Mammedov | 2012-06-25 | 1 | -4/+1 |
* | | target-or32: Add interrupt support | Jia Liu | 2012-07-27 | 1 | -0/+17 |
* | | target-or32: Add target stubs and QOM cpu | Jia Liu | 2012-07-27 | 1 | -0/+2 |
* | | apic: Defer interrupt updates to VCPU thread | Jan Kiszka | 2012-07-10 | 1 | -0/+6 |
* | | x86: avoid AREG0 for exceptions | Blue Swirl | 2012-06-28 | 1 | -4/+8 |
|/ |
|
* | cris: Fix NMI-flag handling on crisv10. | Lars Persson | 2012-06-15 | 1 | -5/+12 |
* | cpu-exec: Use cpu_reset() in cpu_exec() for TARGET_PPC | Andreas Färber | 2012-06-04 | 1 | -1/+4 |
* | target-i386: Pass X86CPU to do_cpu_{init,sipi}() | Andreas Färber | 2012-06-04 | 1 | -2/+2 |
* | cpu-exec: Remove non-portable type cast and fix format string | Stefan Weil | 2012-04-15 | 1 | -2/+2 |
* | qtest: add test framework | Anthony Liguori | 2012-03-30 | 1 | -0/+1 |
* | w64: Fix data type of next_tb and tcg_qemu_tb_exec | Stefan Weil | 2012-03-17 | 1 | -3/+3 |
* | Rename CPUState -> CPUArchState | Andreas Färber | 2012-03-14 | 1 | -8/+8 |
* | Rename cpu_reset() to cpu_state_reset() | Andreas Färber | 2012-03-14 | 1 | -1/+1 |
* | PPC: 405: Use proper CPU reset | Alexander Graf | 2012-03-14 | 1 | -2/+0 |
* | cpu-exec.c: Correct comment about this file and indentation cleanup | 陳韋任 | 2012-02-10 | 1 | -5/+5 |
* | PPC: Fix sync instructions problem in SMP | Elie Richa | 2011-10-06 | 1 | -0/+1 |
* | target-xtensa: implement exceptions | Max Filippov | 2011-09-10 | 1 | -0/+6 |
* | target-xtensa: add target stubs | Max Filippov | 2011-09-10 | 1 | -0/+2 |
* | cpu-exec: remove unnecessary assignment | Blue Swirl | 2011-09-10 | 1 | -2/+3 |
* | tcg: Reload local variables after return from longjmp | Jan Kiszka | 2011-07-12 | 1 | -0/+4 |
* | cpu-exec.c: avoid AREG0 use | Blue Swirl | 2011-06-26 | 1 | -54/+20 |
* | exec.h: fix coding style and change cpu_has_work to return bool | Blue Swirl | 2011-06-26 | 1 | -1/+1 |
* | cpu-exec: unify do_interrupt call | Blue Swirl | 2011-06-26 | 1 | -26/+0 |
* | m68k: use caller supplied CPUState for interrupt related stuff | Blue Swirl | 2011-06-26 | 1 | -2/+2 |
* | x86: use caller supplied CPUState for interrupt related stuff | Blue Swirl | 2011-06-26 | 1 | -26/+15 |
* | cpu_loop_exit: avoid using AREG0 | Blue Swirl | 2011-06-26 | 1 | -8/+8 |
* | Remove unneeded kvm.h from cpu-exec.c | Jan Kiszka | 2011-06-20 | 1 | -1/+0 |