summaryrefslogtreecommitdiffstats
path: root/cpu-exec.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: Fix next_tb type in cpu_execRichard Henderson2013-09-021-1/+1
* tcg: Change tcg_qemu_tb_exec return to uintptr_tRichard Henderson2013-09-021-1/+1
* cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber2013-07-231-1/+1
* cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber2013-07-231-1/+7
* log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber2013-07-091-3/+3
* target-i386: Change do_smm_enter() argument to X86CPUAndreas Färber2013-07-091-1/+1
* cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-6/+7
* target-i386/helper: remove DF macroliguang2013-06-151-2/+2
* Merge branch 'mingw' of git://qemu.weilnetz.de/qemuAurelien Jarno2013-04-131-0/+8
|\
| * Ensure good ordering of memory instruction in cpu_execOlivier Hainque2013-04-121-0/+8
* | cpu-exec: Allow "-d exec" in non-debug builds (drop CONFIG_DEBUG_EXEC)Peter Maydell2013-04-121-9/+6
|/
* target-i386: Don't modify env->eflags around cpu_dump_stateRichard Henderson2013-03-231-3/+0
* Add top level changes for moxieAnthony Green2013-03-231-0/+2
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-121-16/+20
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-16/+18
* Handle CPU interrupts by inline checking of a flagPeter Maydell2013-03-031-1/+24
* cpu-exec: wrap tcg_qemu_tb_exec() in a fn to restore the PCPeter Maydell2013-03-031-11/+18
* tcg: Document tcg_qemu_tb_exec() and provide constants for low bit usesPeter Maydell2013-03-031-4/+5
* Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell2013-02-231-3/+3
* cpu: Move current_tb field to CPUStateAndreas Färber2013-02-161-5/+8
* cpu: Move exit_request field to CPUStateAndreas Färber2013-02-161-4/+4
* TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin2013-02-161-10/+8
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-311-5/+3
* cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell2012-10-051-1/+1
* Revert "i8259: add -no-spurious-interrupt-hack option"malc2012-08-271-9/+5
* i8259: add -no-spurious-interrupt-hack optionMatthew Ogilvie2012-08-241-5/+9
* unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runableGuan Xuetao2012-08-111-0/+1
* Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemuBlue Swirl2012-08-091-4/+1
|\
| * cleanup cpu_set_debug_excp_handlerIgor Mammedov2012-06-251-4/+1
* | target-or32: Add interrupt supportJia Liu2012-07-271-0/+17
* | target-or32: Add target stubs and QOM cpuJia Liu2012-07-271-0/+2
* | apic: Defer interrupt updates to VCPU threadJan Kiszka2012-07-101-0/+6
* | x86: avoid AREG0 for exceptionsBlue Swirl2012-06-281-4/+8
|/
* cris: Fix NMI-flag handling on crisv10.Lars Persson2012-06-151-5/+12
* cpu-exec: Use cpu_reset() in cpu_exec() for TARGET_PPCAndreas Färber2012-06-041-1/+4
* target-i386: Pass X86CPU to do_cpu_{init,sipi}()Andreas Färber2012-06-041-2/+2
* cpu-exec: Remove non-portable type cast and fix format stringStefan Weil2012-04-151-2/+2
* 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
OpenPOWER on IntegriCloud