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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
target-i386
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-21
converted env access to TCG
bellard
2
-67
/
+32
2008-05-21
convert eflags manipulation insns to TCG
bellard
5
-148
/
+46
2008-05-21
convert remaining segment handling to TCG
bellard
3
-49
/
+38
2008-05-21
converted LSL/LAR/VERW/VERR to TCG - force 16 bit memory access for LSL/LAR
bellard
4
-61
/
+39
2008-05-21
suppressed no longer used ops
bellard
2
-17
/
+0
2008-05-21
converted INTO/CMPXCHG8B to TCG
bellard
4
-20
/
+12
2008-05-21
converted BCD ops to TCG
bellard
2
-38
/
+6
2008-05-21
converted MUL/IMUL to TCG
bellard
3
-133
/
+129
2008-05-18
converted string OPs and LOOP insns to TCG
bellard
3
-294
/
+147
2008-05-18
fixed INC/DEC condition codes
bellard
1
-1
/
+1
2008-05-17
converted sign extension ops to TCG
bellard
2
-76
/
+31
2008-05-17
MONITOR insn address generation fix - converted XLAT to TCG
bellard
2
-40
/
+20
2008-05-17
BSR/BSF TCG conversion
bellard
4
-72
/
+54
2008-05-17
converted bit test operations to TCG
bellard
2
-98
/
+53
2008-05-17
moved eflags computation outside op.c
bellard
4
-293
/
+296
2008-05-17
converted adc, sbb, cmpxchg to TCG
bellard
3
-305
/
+151
2008-05-17
converted condition code supprot to TCG - converted shift ops to TCG
bellard
9
-1132
/
+762
2008-05-15
converted more helpers to TCG - fixed some SVM issues
bellard
10
-485
/
+404
2008-05-13
i386 specific TODO
bellard
1
-0
/
+29
2008-05-12
compilation fix
bellard
1
-1
/
+3
2008-05-12
converted more helpers to TCG
bellard
5
-647
/
+498
2008-05-12
removed unused code
bellard
1
-6
/
+0
2008-05-12
FPU fixes
bellard
1
-11
/
+11
2008-05-12
converted x87 FPU ops to TCG
bellard
5
-945
/
+756
2008-05-12
converted SSE/MMX ops to TCG
bellard
6
-671
/
+715
2008-05-12
use TCG for MMX/SSE memory accesses
bellard
3
-221
/
+58
2008-05-12
char is only for strings
bellard
1
-3
/
+3
2008-05-10
no need to define global registers in cpu-exec.c
bellard
1
-41
/
+4
2008-05-04
Correctly save and restore env->a20_mask now that it is a 64-bit
aurel32
1
-2
/
+6
2008-05-04
remove target ifdefs from vl.c
aurel32
1
-0
/
+264
2008-04-28
Factorize code in translate.c
aurel32
1
-0
/
+23
2008-04-27
Use correct types to enable > 2G support, based on a patch from
aurel32
2
-3
/
+26
2008-04-22
Fix PHYS_ADDR_MASK: upper bits of a PTE are reserved so they are 52 bits
aurel32
1
-1
/
+2
2008-04-22
x86/x86-64 MMU PAE fixes
aurel32
2
-20
/
+24
2008-04-13
x86: Introduce CPU_INTERRUPT_NMI
aurel32
3
-2
/
+7
2008-04-11
Remove osdep.c/qemu-img code duplication
aurel32
1
-0
/
+1
2008-04-11
Remove unused phys_ram_base definition from target-i386/helper.c.
aurel32
1
-1
/
+0
2008-04-09
Check for 3DNow! CPUID at translation time
aurel32
1
-2
/
+13
2008-04-08
Fix typo in x86 CPU definitions introduced in r4181
aurel32
1
-1
/
+1
2008-04-08
Remove hardcoded values in x86 CPU definitions
aurel32
1
-4
/
+11
2008-04-08
3DNow! instruction set emulation
aurel32
4
-10
/
+246
2008-03-28
x86-64: recompute DF after eflags has been modified when emulating SYSCALL
aurel32
1
-0
/
+1
2008-03-09
Fix some functions declared () rather than (void) (Ian Jackson)
blueswir1
2
-2
/
+2
2008-02-24
More helper types, rearrange generic definitions
blueswir1
1
-64
/
+0
2008-02-03
Add TCG variable opaque type.
pbrook
1
-3
/
+3
2008-02-03
NMI and INTR events injection should not be handled as software interrupts (B...
balrog
1
-2
/
+2
2008-02-03
Make SVM env->cr[8] a valid register (patch from TeLeMan).
balrog
2
-2
/
+6
2008-02-01
use the TCG code generator
bellard
6
-1160
/
+794
2007-12-24
Correct the max cpuid level for each x86 cpu model (Dan Kenigsberg).
balrog
1
-1
/
+8
2007-12-24
SVM enabled processor should provide cpuid Fn8000_000A (Bernhard Kauer).
balrog
2
-1
/
+7
[next]