index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpu-exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-13
cpu: make CPU_INTERRUPT_RESET available on all targets
Paolo Bonzini
1
-10
/
+13
2014-04-04
cpu-exec: Unlock tb_lock if we longjmp out of code generation
Peter Maydell
1
-0
/
+8
2014-03-13
cpu-exec: Change cpu_resume_from_signal() argument to CPUState
Andreas Färber
1
-3
/
+1
2014-03-13
translate-all: Change tb_gen_code() argument to CPUState
Andreas Färber
1
-2
/
+2
2014-03-13
cpu-exec: Change cpu_loop_exit() argument to CPUState
Andreas Färber
1
-8
/
+6
2014-03-13
cpu: Move watchpoint fields from CPU_COMMON to CPUState
Andreas Färber
1
-2
/
+3
2014-03-13
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
1
-25
/
+25
2014-03-13
cpu: Move jmp_env field from CPU_COMMON to CPUState
Andreas Färber
1
-3
/
+5
2014-03-13
cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState
Andreas Färber
1
-2
/
+4
2014-03-13
cpu: Move icount_decr field from CPU_COMMON to CPUState
Andreas Färber
1
-2
/
+2
2014-03-13
cpu: Move icount_extra field from CPU_COMMON to CPUState
Andreas Färber
1
-5
/
+5
2014-03-13
cpu: Turn cpu_has_work() into a CPUClass hook
Andreas Färber
1
-5
/
+0
2014-02-26
target-arm: Store AIF bits in env->pstate for AArch32
Peter Maydell
1
-2
/
+2
2014-02-11
exec: Make ldl_*_phys input an AddressSpace
Edgar E. Iglesias
1
-1
/
+4
2014-01-10
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
1
-4
/
+10
2014-01-07
exec: Delay CPU_LOG_TB_CPU until we actually execute a TB
Richard Henderson
1
-17
/
+19
2013-12-24
cpu-exec: Optimize X86CPU usage in cpu_exec()
Andreas Färber
1
-4
/
+10
2013-12-23
target-i386: Move apic_state field from CPUX86State to X86CPU
Chen Fan
1
-1
/
+1
2013-10-07
cpu-exec: Also reload CPUClass *cc after longjmp return in cpu_exec()
Juergen Lock
1
-0
/
+4
2013-09-02
tcg: Fix next_tb type in cpu_exec
Richard Henderson
1
-1
/
+1
2013-09-02
tcg: Change tcg_qemu_tb_exec return to uintptr_t
Richard Henderson
1
-1
/
+1
2013-07-23
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
Andreas Färber
1
-1
/
+1
2013-07-23
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
Andreas Färber
1
-1
/
+7
2013-07-09
log: Change log_cpu_state[_mask]() argument to CPUState
Andreas Färber
1
-3
/
+3
2013-07-09
target-i386: Change do_smm_enter() argument to X86CPU
Andreas Färber
1
-1
/
+1
2013-07-09
cpu: Replace cpu_single_env with CPUState current_cpu
Andreas Färber
1
-6
/
+7
2013-06-15
target-i386/helper: remove DF macro
liguang
1
-2
/
+2
2013-04-13
Merge branch 'mingw' of git://qemu.weilnetz.de/qemu
Aurelien Jarno
1
-0
/
+8
2013-04-12
Ensure good ordering of memory instruction in cpu_exec
Olivier Hainque
1
-0
/
+8
2013-04-12
cpu-exec: Allow "-d exec" in non-debug builds (drop CONFIG_DEBUG_EXEC)
Peter Maydell
1
-9
/
+6
2013-03-23
target-i386: Don't modify env->eflags around cpu_dump_state
Richard Henderson
1
-3
/
+0
2013-03-23
Add top level changes for moxie
Anthony Green
1
-0
/
+2
2013-03-12
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
Andreas Färber
1
-16
/
+20
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
1
-16
/
+18
2013-03-03
Handle CPU interrupts by inline checking of a flag
Peter Maydell
1
-1
/
+24
2013-03-03
cpu-exec: wrap tcg_qemu_tb_exec() in a fn to restore the PC
Peter Maydell
1
-11
/
+18
2013-03-03
tcg: Document tcg_qemu_tb_exec() and provide constants for low bit uses
Peter Maydell
1
-4
/
+5
2013-02-23
Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()
Peter Maydell
1
-3
/
+3
2013-02-16
cpu: Move current_tb field to CPUState
Andreas Färber
1
-5
/
+8
2013-02-16
cpu: Move exit_request field to CPUState
Andreas Färber
1
-4
/
+4
2013-02-16
TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx
Evgeny Voevodin
1
-10
/
+8
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
1
-1
/
+1
2012-10-31
cpus: Pass CPUState to [qemu_]cpu_has_work()
Andreas Färber
1
-5
/
+3
2012-10-05
cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
Peter Maydell
1
-1
/
+1
2012-08-27
Revert "i8259: add -no-spurious-interrupt-hack option"
malc
1
-9
/
+5
2012-08-24
i8259: add -no-spurious-interrupt-hack option
Matthew Ogilvie
1
-5
/
+9
2012-08-11
unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runable
Guan Xuetao
1
-0
/
+1
2012-08-09
Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemu
Blue Swirl
1
-4
/
+1
[next]