aboutsummaryrefslogtreecommitdiff
path: root/cpu-exec.c
AgeCommit message (Expand)Author
2014-01-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2014-01-07exec: Delay CPU_LOG_TB_CPU until we actually execute a TBRichard Henderson
2013-12-24cpu-exec: Optimize X86CPU usage in cpu_exec()Andreas Färber
2013-12-23target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan
2013-10-07cpu-exec: Also reload CPUClass *cc after longjmp return in cpu_exec()Juergen Lock
2013-09-02tcg: Fix next_tb type in cpu_execRichard Henderson
2013-09-02tcg: Change tcg_qemu_tb_exec return to uintptr_tRichard Henderson
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber
2013-07-09target-i386: Change do_smm_enter() argument to X86CPUAndreas Färber
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber
2013-06-15target-i386/helper: remove DF macroliguang
2013-04-13Merge branch 'mingw' of git://qemu.weilnetz.de/qemuAurelien Jarno
2013-04-12Ensure good ordering of memory instruction in cpu_execOlivier Hainque
2013-04-12cpu-exec: Allow "-d exec" in non-debug builds (drop CONFIG_DEBUG_EXEC)Peter Maydell
2013-03-23target-i386: Don't modify env->eflags around cpu_dump_stateRichard Henderson
2013-03-23Add top level changes for moxieAnthony Green
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-03Handle CPU interrupts by inline checking of a flagPeter Maydell
2013-03-03cpu-exec: wrap tcg_qemu_tb_exec() in a fn to restore the PCPeter Maydell
2013-03-03tcg: Document tcg_qemu_tb_exec() and provide constants for low bit usesPeter Maydell
2013-02-23Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell
2013-02-16cpu: Move current_tb field to CPUStateAndreas Färber
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber
2013-02-16TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber
2012-10-05cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell
2012-08-27Revert "i8259: add -no-spurious-interrupt-hack option"malc
2012-08-24i8259: add -no-spurious-interrupt-hack optionMatthew Ogilvie
2012-08-11unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runableGuan Xuetao
2012-08-09Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemuBlue Swirl
2012-07-27target-or32: Add interrupt supportJia Liu
2012-07-27target-or32: Add target stubs and QOM cpuJia Liu
2012-07-10apic: Defer interrupt updates to VCPU threadJan Kiszka
2012-06-28x86: avoid AREG0 for exceptionsBlue Swirl
2012-06-25cleanup cpu_set_debug_excp_handlerIgor Mammedov
2012-06-15cris: Fix NMI-flag handling on crisv10.Lars Persson
2012-06-04cpu-exec: Use cpu_reset() in cpu_exec() for TARGET_PPCAndreas Färber
2012-06-04target-i386: Pass X86CPU to do_cpu_{init,sipi}()Andreas Färber
2012-04-15cpu-exec: Remove non-portable type cast and fix format stringStefan Weil
2012-03-30qtest: add test frameworkAnthony Liguori
2012-03-17w64: Fix data type of next_tb and tcg_qemu_tb_execStefan Weil
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-03-14PPC: 405: Use proper CPU resetAlexander Graf