index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpu-exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2012-07-27
target-or32: Add interrupt support
Jia Liu
1
-0
/
+17
2012-07-27
target-or32: Add target stubs and QOM cpu
Jia Liu
1
-0
/
+2
2012-07-10
apic: Defer interrupt updates to VCPU thread
Jan Kiszka
1
-0
/
+6
2012-06-28
x86: avoid AREG0 for exceptions
Blue Swirl
1
-4
/
+8
2012-06-25
cleanup cpu_set_debug_excp_handler
Igor Mammedov
1
-4
/
+1
2012-06-15
cris: Fix NMI-flag handling on crisv10.
Lars Persson
1
-5
/
+12
2012-06-04
cpu-exec: Use cpu_reset() in cpu_exec() for TARGET_PPC
Andreas Färber
1
-1
/
+4
2012-06-04
target-i386: Pass X86CPU to do_cpu_{init,sipi}()
Andreas Färber
1
-2
/
+2
2012-04-15
cpu-exec: Remove non-portable type cast and fix format string
Stefan Weil
1
-2
/
+2
2012-03-30
qtest: add test framework
Anthony Liguori
1
-0
/
+1
2012-03-17
w64: Fix data type of next_tb and tcg_qemu_tb_exec
Stefan Weil
1
-3
/
+3
2012-03-14
Rename CPUState -> CPUArchState
Andreas Färber
1
-8
/
+8
2012-03-14
Rename cpu_reset() to cpu_state_reset()
Andreas Färber
1
-1
/
+1
2012-03-14
PPC: 405: Use proper CPU reset
Alexander Graf
1
-2
/
+0
2012-02-10
cpu-exec.c: Correct comment about this file and indentation cleanup
陳韋任
1
-5
/
+5
2011-10-06
PPC: Fix sync instructions problem in SMP
Elie Richa
1
-0
/
+1
2011-09-10
target-xtensa: implement exceptions
Max Filippov
1
-0
/
+6
2011-09-10
target-xtensa: add target stubs
Max Filippov
1
-0
/
+2
2011-09-10
cpu-exec: remove unnecessary assignment
Blue Swirl
1
-2
/
+3
[next]