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
2009-06-22
Handle init/sipi in a main cpu exec loop. (v2)
Gleb Natapov
1
-1
/
+8
2009-05-26
microblaze: linux-user support.
Edgar E. Iglesias
1
-1
/
+67
2009-04-25
Recognize V9 stores and CAS accesses as writes
Blue Swirl
1
-0
/
+12
2009-04-24
qemu: per-arch cpu_has_work (Marcelo Tosatti)
aliguori
1
-0
/
+5
2009-04-19
kqemu: merge CONFIG_KQEMU and USE_KQEMU
blueswir1
1
-3
/
+3
2009-04-10
BSD user: add support for OpenBSD/amd64 host
blueswir1
1
-11
/
+19
2009-04-10
BSD user: add support for OpenBSD/i386 host
blueswir1
1
-1
/
+12
2009-04-04
Make i386-softmmu boot on Sparc host
blueswir1
1
-0
/
+10
2009-03-16
Delete some unused macros detected with -Wp,-Wunused-macros use
blueswir1
1
-1
/
+0
2009-03-06
Fix race condition on access to env->interrupt_request
aurel32
1
-8
/
+8
2009-01-15
global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)
aliguori
1
-1
/
+1
2009-01-15
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
1
-19
/
+14
2009-01-14
Get rid of user_mode_only
aurel32
1
-2
/
+4
2009-01-14
Remove all traces of __powerpc__
malc
1
-1
/
+1
2009-01-04
Update FSF address in GPL/LGPL boilerplate
aurel32
1
-1
/
+1
2008-12-20
Fix remaining compiler warnings for mips targets.
ths
1
-1
/
+1
2008-12-19
When -icount is used and a TB is recompiled due to an IO access
pbrook
1
-0
/
+1
2008-12-13
target-i386: SVM: acknowledge interrupt only after it is taken
aurel32
1
-1
/
+1
2008-12-11
target-ppc: rework exception code
aurel32
1
-1
/
+1
2008-12-05
Attached patch make cpu-exec.c compile on NetBSD.
blueswir1
1
-4
/
+19
2008-11-25
Use sys-queue.h for break/watchpoint managment (Jan Kiszka)
aliguori
1
-1
/
+1
2008-11-22
target-ppc: convert exceptions generation to TCG
aurel32
1
-1
/
+1
2008-11-18
Add debug exception hook (Jan Kiszka)
aliguori
1
-0
/
+13
2008-11-18
Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka)
aliguori
1
-0
/
+11
2008-11-18
Refactor translation block CPU state handling (Jan Kiszka)
aliguori
1
-61
/
+2
2008-11-18
Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)
aliguori
1
-2
/
+2
2008-11-17
TCG variable type checking.
pbrook
1
-3
/
+3
2008-11-10
KVM: simplify kvm_cpu_exec hook
aliguori
1
-10
/
+2
2008-11-06
Fix interrupt exclusion via SSTEP_NOIRQ
malc
1
-2
/
+8
2008-11-06
Remove unused reg_T2 definition
aurel32
1
-4
/
+0
2008-11-05
Add KVM support to QEMU
aliguori
1
-0
/
+14
2008-11-04
Add safety net against potential infinite loop
malc
1
-0
/
+8
2008-10-26
Preliminary BSD user emulator support
blueswir1
1
-0
/
+16
2008-10-07
CRIS: Fix brk 8 and add S-flag emulation.
edgar_igl
1
-1
/
+1
2008-09-15
SH4: Privilege check for instructions
aurel32
1
-1
/
+4
2008-07-17
Support for address masking
blueswir1
1
-2
/
+3
2008-07-08
Fix r4641 (invalid token "=<" in a preprocessor expression)
blueswir1
1
-1
/
+1
2008-07-03
Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.
ths
1
-3
/
+3
2008-06-30
Spelling fixes, spotted by Stuart Brady.
ths
1
-1
/
+1
2008-06-29
Add instruction counter.
pbrook
1
-30
/
+63
2008-06-27
More efficient target register / TC accesses.
ths
1
-1
/
+1
2008-06-09
CRIS: Emulate NMIs.
edgar_igl
1
-1
/
+9
2008-06-07
Multithreaded locking fixes.
pbrook
1
-14
/
+11
2008-06-06
CRIS: Add the P flag to the tb dependent flags.
edgar_igl
1
-1
/
+1
2008-06-04
reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...
bellard
1
-44
/
+45
2008-06-02
Restore ARM signal handler compilation on glibc < 2.5 (Blue Swirl).
balrog
1
-0
/
+4
2008-05-29
Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa)
blueswir1
1
-13
/
+0
2008-05-28
SVM rework
bellard
1
-1
/
+0
2008-05-27
removed unused code
bellard
1
-7
/
+0
2008-05-27
CRIS: Re-add the X flag to the tb flags, it allows for better code generation...
edgar_igl
1
-1
/
+1
[next]