index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
/
op.c
Age
Commit message (
Expand
)
Author
2008-05-21
converted conditional jumps, SET and CMOVx to TCG
bellard
2008-05-21
converted env access to TCG
bellard
2008-05-21
convert eflags manipulation insns to TCG
bellard
2008-05-21
convert remaining segment handling to TCG
bellard
2008-05-21
converted LSL/LAR/VERW/VERR to TCG - force 16 bit memory access for LSL/LAR
bellard
2008-05-21
suppressed no longer used ops
bellard
2008-05-21
converted INTO/CMPXCHG8B to TCG
bellard
2008-05-21
converted BCD ops to TCG
bellard
2008-05-21
converted MUL/IMUL to TCG
bellard
2008-05-18
converted string OPs and LOOP insns to TCG
bellard
2008-05-17
converted sign extension ops to TCG
bellard
2008-05-17
MONITOR insn address generation fix - converted XLAT to TCG
bellard
2008-05-17
moved eflags computation outside op.c
bellard
2008-05-17
converted condition code supprot to TCG - converted shift ops to TCG
bellard
2008-05-15
converted more helpers to TCG - fixed some SVM issues
bellard
2008-05-12
converted more helpers to TCG
bellard
2008-05-12
converted x87 FPU ops to TCG
bellard
2008-05-12
converted SSE/MMX ops to TCG
bellard
2008-05-12
use TCG for MMX/SSE memory accesses
bellard
2008-02-01
use the TCG code generator
bellard
2007-12-09
Add rdpmc SVM intercept, by Bernhard Kauer.
balrog
2007-09-23
SVM Support, by Alexander Graf.
ths
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-06-26
DR6 single step exception status bit, by Juergen Keil.
ths
2007-02-01
cwde and cdq fix in 64 bit mode
bellard
2006-09-24
added SMM support
bellard
2006-07-10
monitor/mwait support
bellard
2006-05-03
bswapq fix
bellard
2006-04-23
SSE3 support (Joachim Henke)
bellard
2006-03-11
Add missing FORCE_RET()
pbrook
2005-11-23
added HF_HALTED bit
bellard
2005-08-15
16/32 stack operations fix on x86_64 (aka win2000 startup bug)
bellard
2005-07-23
added overflow exceptions in divisions
bellard
2005-07-23
x86_64 fixes (initial patch by Filip Navara)
bellard
2005-04-26
removed switches in op.c (Paul Brook)
bellard
2005-03-20
NaN support in FPU comparisons
bellard
2005-03-13
soft float support
bellard
2005-03-13
add missing FORCE_RET (Paul Brook)
bellard
2005-03-03
x86_64 fixes
bellard
2005-02-21
loop insn fix for non x86 hosts
bellard
2005-01-31
x86_64 call Ev fix
bellard
2005-01-23
avoid empty op
bellard
2005-01-23
CR8 support - FORCE_RET() fixes
bellard
2005-01-09
generalized use of GOTO_TB() macro
bellard
2005-01-08
MMX/SSE support
bellard
2005-01-06
div64 fix - raise_interrupt() fix - SSE fix
bellard
2005-01-04
syscall insn fix
bellard
2005-01-03
x86_64 target support
bellard
2004-11-14
enter insn fix
bellard
[next]