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
*
global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)
aliguori
2009-01-15
1
-1
/
+1
*
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
2009-01-15
1
-19
/
+14
*
Get rid of user_mode_only
aurel32
2009-01-14
1
-2
/
+4
*
Remove all traces of __powerpc__
malc
2009-01-14
1
-1
/
+1
*
Update FSF address in GPL/LGPL boilerplate
aurel32
2009-01-04
1
-1
/
+1
*
Fix remaining compiler warnings for mips targets.
ths
2008-12-20
1
-1
/
+1
*
When -icount is used and a TB is recompiled due to an IO access
pbrook
2008-12-19
1
-0
/
+1
*
target-i386: SVM: acknowledge interrupt only after it is taken
aurel32
2008-12-13
1
-1
/
+1
*
target-ppc: rework exception code
aurel32
2008-12-11
1
-1
/
+1
*
Attached patch make cpu-exec.c compile on NetBSD.
blueswir1
2008-12-05
1
-4
/
+19
*
Use sys-queue.h for break/watchpoint managment (Jan Kiszka)
aliguori
2008-11-25
1
-1
/
+1
*
target-ppc: convert exceptions generation to TCG
aurel32
2008-11-22
1
-1
/
+1
*
Add debug exception hook (Jan Kiszka)
aliguori
2008-11-18
1
-0
/
+13
*
Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka)
aliguori
2008-11-18
1
-0
/
+11
*
Refactor translation block CPU state handling (Jan Kiszka)
aliguori
2008-11-18
1
-61
/
+2
*
Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)
aliguori
2008-11-18
1
-2
/
+2
*
TCG variable type checking.
pbrook
2008-11-17
1
-3
/
+3
*
KVM: simplify kvm_cpu_exec hook
aliguori
2008-11-10
1
-10
/
+2
*
Fix interrupt exclusion via SSTEP_NOIRQ
malc
2008-11-06
1
-2
/
+8
*
Remove unused reg_T2 definition
aurel32
2008-11-06
1
-4
/
+0
*
Add KVM support to QEMU
aliguori
2008-11-05
1
-0
/
+14
*
Add safety net against potential infinite loop
malc
2008-11-04
1
-0
/
+8
*
Preliminary BSD user emulator support
blueswir1
2008-10-26
1
-0
/
+16
*
CRIS: Fix brk 8 and add S-flag emulation.
edgar_igl
2008-10-07
1
-1
/
+1
*
SH4: Privilege check for instructions
aurel32
2008-09-15
1
-1
/
+4
*
Support for address masking
blueswir1
2008-07-17
1
-2
/
+3
*
Fix r4641 (invalid token "=<" in a preprocessor expression)
blueswir1
2008-07-08
1
-1
/
+1
*
Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.
ths
2008-07-03
1
-3
/
+3
*
Spelling fixes, spotted by Stuart Brady.
ths
2008-06-30
1
-1
/
+1
*
Add instruction counter.
pbrook
2008-06-29
1
-30
/
+63
*
More efficient target register / TC accesses.
ths
2008-06-27
1
-1
/
+1
*
CRIS: Emulate NMIs.
edgar_igl
2008-06-09
1
-1
/
+9
*
Multithreaded locking fixes.
pbrook
2008-06-07
1
-14
/
+11
*
CRIS: Add the P flag to the tb dependent flags.
edgar_igl
2008-06-06
1
-1
/
+1
*
reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...
bellard
2008-06-04
1
-44
/
+45
*
Restore ARM signal handler compilation on glibc < 2.5 (Blue Swirl).
balrog
2008-06-02
1
-0
/
+4
*
Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa)
blueswir1
2008-05-29
1
-13
/
+0
*
SVM rework
bellard
2008-05-28
1
-1
/
+0
*
removed unused code
bellard
2008-05-27
1
-7
/
+0
*
CRIS: Re-add the X flag to the tb flags, it allows for better code generation...
edgar_igl
2008-05-27
1
-1
/
+1
*
Move non-op functions from op_helper.c to helper.c and vice versa.
blueswir1
2008-05-27
1
-2
/
+3
*
Fix Sparc32 compilation broken by r4484
blueswir1
2008-05-19
1
-1
/
+1
*
Fix Sparc64 host signal handling
blueswir1
2008-05-18
1
-5
/
+10
*
Improved workaround for the annoying glibc global register mangling bug
blueswir1
2008-05-17
1
-47
/
+11
*
Always process real timers regardless of singlestep mode (Jason Wessel).
edgar_igl
2008-05-15
1
-1
/
+1
*
Fix compilation on Sparc host, implement ld and st
blueswir1
2008-05-14
1
-5
/
+0
*
CRIS: Improve TLB management and handle delayslots at page boundaries.
edgar_igl
2008-05-13
1
-0
/
+1
*
use new helper name
bellard
2008-05-12
1
-1
/
+1
*
the double/triple fault handling was not tested in user mode.
bellard
2008-05-12
1
-0
/
+2
*
initial global prologue/epilogue implementation
bellard
2008-05-10
1
-62
/
+3
[next]