Sign in
qemu
/
qemu
/
ad0504b5df46e745532a4e794810b749b487927e
/
target-i386
26a1662
darwin fix
by bellard
· 18 years ago
d80c7d1
64 bit syscall fixes - more logical mwait/monitor ECX test
by bellard
· 18 years ago
0499e4a
cwde and cdq fix in 64 bit mode
by bellard
· 18 years ago
5a7b542
siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.
by ths
· 18 years ago
dabd98d
fixed movd mmx/sse insn
by bellard
· 18 years ago
9042c0e
Check ELF binaries for machine type and endianness.
by ths
· 18 years ago
8d7b0fb
32 bit RSP update fix (aka Open Solaris x86_64 bug)
by bellard
· 18 years ago
74ce674
fixed user mode emulation
by bellard
· 18 years ago
8988ae8
SMM fix for x86_64
by bellard
· 18 years ago
69c3bcb
enabled PSE36 for x86_64 (fix for OpenSolaris as guest)
by bellard
· 18 years ago
3b21e03
added SMM support
by bellard
· 18 years ago
e17a36c
multi byte nop support
by bellard
· 19 years ago
3d7374c
monitor/mwait support
by bellard
· 19 years ago
26a7646
C99 64 bit printf
by bellard
· 19 years ago
480c1cd
fix for movq2dq, movdq2q and cvttps2dq (thanx to Julian Seward and malc)
by bellard
· 19 years ago
a891c7a
fxam fix (Julian Seward)
by bellard
· 19 years ago
447c2ce
switch_tss eflags restore fix (malc)
by bellard
· 19 years ago
d1e42c5
x86_64 mmx/sse fix
by bellard
· 19 years ago
83fcb51
use glibc syscall (David Woodhouse)
by bellard
· 19 years ago
68cae3d
bswapq fix
by bellard
· 19 years ago
96b74a0
enable APIC by default
by bellard
· 19 years ago
ad1a5b7
rol/ror cc fix
by bellard
· 19 years ago
ba6526d
movddup fix
by bellard
· 19 years ago
465e983
SSE3 support (Joachim Henke)
by bellard
· 19 years ago
33698e5
btx decode fix on x86_64
by bellard
· 19 years ago
647c593
Add missing FORCE_RET()
by pbrook
· 19 years ago
9540a78
x86_64 stack alignment fixes - x86_64 32 bit syscall fix
by bellard
· 19 years ago
1247c5f
always compile 'int' traces
by bellard
· 19 years ago
f1c8567
added last_io_time field
by bellard
· 19 years ago
0fd14b7
fxsave/fxrstor fix
by bellard
· 19 years ago
cd072e0
fixed null segment validation (aka x86_64 regression bug)
by bellard
· 19 years ago
265d349
switch_tss fix (aka spoon OS bug)
by bellard
· 19 years ago
89984cd
segment validation fix in lret/iret
by bellard
· 19 years ago
54ca909
generate GPF if non canonical addresses
by bellard
· 19 years ago
4b4f782
NX support
by bellard
· 19 years ago
5cf3839
nx defines
by bellard
· 19 years ago
5732fd2
x86_64 ldl fix
by bellard
· 19 years ago
649ea05
x86_64 lcall fix
by bellard
· 19 years ago
d2ac63e
added HF_HALTED bit
by bellard
· 19 years ago
173d6cf
cpu_exec_init() change
by bellard
· 19 years ago
a316d33
added CPU_COMMON and CPUState.tb_jmp_cache[]
by bellard
· 19 years ago
6e256c9
use direct jump only for jumps in the same page
by bellard
· 19 years ago
a9049a0
moved common softmmu code to common header (Paul Brook)
by bellard
· 19 years ago
c0b24a1
div64 fix (aka ssh bug)
by bellard
· 20 years ago
3f20e1d
TSS error code push fix (malc)
by bellard
· 20 years ago
ecada8a
CR4.TSD flag support (Matt Schulkind)
by bellard
· 20 years ago
2c8e030
RSP update fix for x86_64 in iret
by bellard
· 20 years ago
bc3fc8d
16/32 stack operations fix on x86_64 (aka win2000 startup bug)
by bellard
· 20 years ago
1f3358c
CLFLUSH cpuid fix (aka Linux 2.6 hang on x86_64)
by bellard
· 20 years ago
57e4c06
fscale fix (bug noticed by Kuwanger, fix by malc)
by bellard
· 20 years ago
45bbbb4
added overflow exceptions in divisions
by bellard
· 20 years ago
8f091a5
x86_64 fixes (initial patch by Filip Navara)
by bellard
· 20 years ago
2157fa0
better fpu state dump
by bellard
· 20 years ago
43fb823
removed switches in op.c (Paul Brook)
by bellard
· 20 years ago
b359d4e
fixed zero ss selector case in x86_64 emulation
by bellard
· 20 years ago
aba9d61
lcall and ljmp fixes in 64 bit mode - sysret fix
by bellard
· 20 years ago
a6f3798
return model id in cpuid for x86_64
by bellard
· 20 years ago
f419b32
sysret fix - better cpuid support - lcall support for x86_64 - efer access in i386 emulation
by bellard
· 20 years ago
8d9bfc2
enable EFER usage in i386 emulation - more cpuid bits
by bellard
· 20 years ago
5516d67
make lsl, lar verr and verw exception safe
by bellard
· 20 years ago
cc6f538
verr and verw eflags opt fix
by bellard
· 20 years ago
1fddef4
gdb support for user mode (Paul Brook)
by bellard
· 20 years ago
b7e2c11
helper_lret_protected fix for kqemu (Paul Brook)
by bellard
· 20 years ago
8422b11
NaN support in FPU comparisons
by bellard
· 20 years ago
7a0e1f4
soft float support
by bellard
· 20 years ago
6eea2b1
add missing FORCE_RET (Paul Brook)
by bellard
· 20 years ago
3131321
x86_64 fixes
by bellard
· 20 years ago
d785e6b
x86_64 support
by bellard
· 20 years ago
0b9dc5e
loop insn fix for non x86 hosts
by bellard
· 20 years ago
824d560
fixed kqemu config
by bellard
· 20 years ago
9117a4a
disable USE_KQEMU if no source
by bellard
· 20 years ago
bf079a1
enabled MMX, PAE and SEP
by bellard
· 20 years ago
9df217a
kqemu support
by bellard
· 20 years ago
90f11f9
pusha, popa and enter fix
by bellard
· 20 years ago
1ef3868
x86_64 call Ev fix
by bellard
· 20 years ago
8df1cd0
physical memory access functions
by bellard
· 20 years ago
f51589d
Support resolving addresses in PAE mode in cpu_get_phys_page_debug
by bellard
· 20 years ago
82e4163
avoid empty op
by bellard
· 20 years ago
9230e66
CR8 support
by bellard
· 20 years ago
0523c6b
FORCE_RET() fixes - fpu fixes
by bellard
· 20 years ago
39c61f4
CR8 support - FORCE_RET() fixes
by bellard
· 20 years ago
4d6b6c0
more fpu functions - x86_64 fixes
by bellard
· 20 years ago
79f91c2
more fpu functions
by bellard
· 20 years ago
ca954f6
x86_64 fixes
by bellard
· 20 years ago
d52cf7a
sse fix
by bellard
· 20 years ago
e5843bc
enable MMX for x86_64 too
by bellard
· 20 years ago
d3c6172
fxsr fixes
by bellard
· 20 years ago
735a8fd
fixed performance regression
by bellard
· 20 years ago
7c2e623
removed debug code
by bellard
· 20 years ago
977d571
DATA_MASK fix
by bellard
· 20 years ago
e995898
removed trace
by bellard
· 20 years ago
ae063a6
generalized use of GOTO_TB() macro
by bellard
· 20 years ago
664e0f1
MMX/SSE support
by bellard
· 20 years ago
a8ede8b
div64 fix - raise_interrupt() fix - SSE fix
by bellard
· 20 years ago
826461b
big endian SSE fix
by bellard
· 20 years ago
06c2f50
syscall insn fix
by bellard
· 20 years ago
14ce26e
x86_64 target support
by bellard
· 20 years ago
9772c73
fixed ins in case of page fault
by bellard
· 20 years ago
c169c90
added undocumented FPU ops support
by bellard
· 20 years ago
61a8c4e
enter insn fix
by bellard
· 20 years ago
Next »