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
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
2011-05-22
Delete unused tb_invalidate_page_range
Blue Swirl
1
-13
/
+0
2011-05-12
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
1
-2
/
+2
2011-05-08
target-sparc: Do not check CPU_INTERRUPT_TIMER.
Richard Henderson
1
-3
/
+0
2011-05-08
irq: Introduce and use CPU_INTERRUPT_SSTEP_MASK.
Richard Henderson
1
-4
/
+1
2011-05-08
Fix typos in comments and code (occured -> occurred and related)
Stefan Weil
1
-1
/
+1
2011-05-08
Fix typos in comments (interupt -> interrupt)
Stefan Weil
1
-1
/
+1
2011-04-20
Remove unused function parameter from cpu_restore_state
Stefan Weil
1
-1
/
+1
2011-04-18
s390x: Enable s390x-softmmu target
Alexander Graf
1
-0
/
+8
2011-04-12
unicore32: necessary modifications for other files to support unicore32
Guan Xuetao
1
-1
/
+11
2011-03-15
x86: Unbreak TCG support for hardware breakpoints
Jan Kiszka
1
-0
/
+27
2011-03-13
inline cpu_halted into sole caller
Paolo Bonzini
1
-2
/
+7
2011-03-07
LatticeMico32 target support
Michael Walle
1
-1
/
+12
2011-02-14
kvm: Separate TCG from KVM cpu execution
Jan Kiszka
1
-13
/
+6
2011-02-14
Move debug exception handling out of cpu_exec
Jan Kiszka
1
-24
/
+0
2010-12-27
target-mips: fix host CPU consumption when guest is idle
Aurelien Jarno
1
-5
/
+1
2010-12-05
Speedup 'tb_find_slow' by using the same heuristic as during memory page lookup
Kirill Batuzov
1
-0
/
+6
2010-08-06
mips: Add support for VInt and VEIC irq modes
Edgar E. Iglesias
1
-1
/
+1
2010-07-22
Fix cpu_exit for tcp_cpu_exec
Jan Kiszka
1
-2
/
+1
2010-07-22
Fix cpu_unlink_tb race
Jan Kiszka
1
-3
/
+4
2010-07-22
Introduce proper compiler barrier
Jan Kiszka
1
-2
/
+3
2010-06-11
tcg-s390: Compute is_write in cpu_signal_handler.
Richard Henderson
1
-3
/
+39
2010-05-11
make SIG_IPI to tcg vcpu thread reliable
Marcelo Tosatti
1
-0
/
+7
[prev]
[next]