index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpu-exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2011-07-12
tcg: Reload local variables after return from longjmp
Jan Kiszka
1
-0
/
+4
2011-06-26
cpu-exec.c: avoid AREG0 use
Blue Swirl
1
-54
/
+20
2011-06-26
exec.h: fix coding style and change cpu_has_work to return bool
Blue Swirl
1
-1
/
+1
2011-06-26
cpu-exec: unify do_interrupt call
Blue Swirl
1
-26
/
+0
2011-06-26
m68k: use caller supplied CPUState for interrupt related stuff
Blue Swirl
1
-2
/
+2
2011-06-26
x86: use caller supplied CPUState for interrupt related stuff
Blue Swirl
1
-26
/
+15
2011-06-26
cpu_loop_exit: avoid using AREG0
Blue Swirl
1
-8
/
+8
2011-06-20
Remove unneeded kvm.h from cpu-exec.c
Jan Kiszka
1
-1
/
+0
2011-05-31
target-alpha: Disable interrupts properly.
Richard Henderson
1
-3
/
+30
2011-05-28
Move user emulator stuff from cpu-exec.c to user-exec.c
Blue Swirl
1
-655
/
+0
2011-05-28
cpu-exec: prepare for user and softmmu split
Blue Swirl
1
-131
/
+172
[next]