index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cpu-exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-2
/
+4
*
cpu: Move icount_decr field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-2
/
+2
*
cpu: Move icount_extra field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-5
/
+5
*
cpu: Turn cpu_has_work() into a CPUClass hook
Andreas Färber
2014-03-13
1
-5
/
+0
*
target-arm: Store AIF bits in env->pstate for AArch32
Peter Maydell
2014-02-26
1
-2
/
+2
*
exec: Make ldl_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-1
/
+4
*
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
2014-01-10
1
-4
/
+10
|
\
|
*
cpu-exec: Optimize X86CPU usage in cpu_exec()
Andreas Färber
2013-12-24
1
-4
/
+10
|
*
target-i386: Move apic_state field from CPUX86State to X86CPU
Chen Fan
2013-12-23
1
-1
/
+1
*
|
exec: Delay CPU_LOG_TB_CPU until we actually execute a TB
Richard Henderson
2014-01-07
1
-17
/
+19
|
/
*
cpu-exec: Also reload CPUClass *cc after longjmp return in cpu_exec()
Juergen Lock
2013-10-07
1
-0
/
+4
*
tcg: Fix next_tb type in cpu_exec
Richard Henderson
2013-09-02
1
-1
/
+1
*
tcg: Change tcg_qemu_tb_exec return to uintptr_t
Richard Henderson
2013-09-02
1
-1
/
+1
*
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
Andreas Färber
2013-07-23
1
-1
/
+1
*
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
Andreas Färber
2013-07-23
1
-1
/
+7
*
log: Change log_cpu_state[_mask]() argument to CPUState
Andreas Färber
2013-07-09
1
-3
/
+3
*
target-i386: Change do_smm_enter() argument to X86CPU
Andreas Färber
2013-07-09
1
-1
/
+1
*
cpu: Replace cpu_single_env with CPUState current_cpu
Andreas Färber
2013-07-09
1
-6
/
+7
*
target-i386/helper: remove DF macro
liguang
2013-06-15
1
-2
/
+2
*
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
[prev]
[next]