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
/
helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-10
x86 CPUID extended family/model (Andre Przywara).
balrog
1
-2
/
+7
2008-11-05
Add KVM support to QEMU
aliguori
1
-0
/
+73
2008-11-05
Split CPUID from op_helper
aliguori
1
-0
/
+166
2008-10-28
Fix cpuid ext_features value for Atom N270 (Blue Swirl).
balrog
1
-1
/
+1
2008-10-14
target-i386: Add Core Duo Definition
aurel32
1
-1
/
+20
2008-09-29
My core2duo patch introduced a vague statement of "missing features" in
pbrook
1
-7
/
+10
2008-09-28
Rename -cpu atom to -cpu n270.
balrog
1
-1
/
+1
2008-09-25
Add Atom (x86) cpu identification.
balrog
1
-3
/
+24
2008-09-25
Core 2 Duo specification (Alexander Graf).
balrog
1
-0
/
+18
2008-09-25
Clean up vendor identification (Alexander Graf).
balrog
1
-6
/
+6
2008-09-25
Use qemu_free() on env instead of free.
balrog
1
-1
/
+1
2008-08-18
i386: Catch all non-present ptes in cpu_get_phys_page_debug (Jan Kiszka)
aliguori
1
-0
/
+2
2008-07-23
Fix task register type after reset (Avi Kivity)
aliguori
1
-1
/
+1
2008-07-03
Fix constant truncation, spotted by Jindrich Makovicka.
ths
1
-3
/
+3
2008-06-20
added model_id and vendor cpu model options (initial patch by Dan Kenigsberg)...
bellard
1
-11
/
+29
2008-06-06
Fix i386 segment descriptor types on reset (Avi Kivity)
bellard
1
-9
/
+15
2008-06-04
reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...
bellard
1
-1
/
+1
2008-05-28
moved halted field to CPU_COMMON
bellard
1
-2
/
+2
2008-05-28
SVM rework
bellard
1
-5
/
+4
2008-05-28
consistent naming for i386 TCG helper file
bellard
1
-5193
/
+1011
2008-05-25
Fix off-by-one unwinding error.
pbrook
1
-5
/
+0
2008-05-22
cmpxchg8b fix - added cmpxchg16b
bellard
1
-2
/
+24
2008-05-22
fxsave/fxrstor 64 bit fix
bellard
1
-2
/
+20
2008-05-21
convert eflags manipulation insns to TCG
bellard
1
-0
/
+14
2008-05-21
converted LSL/LAR/VERW/VERR to TCG - force 16 bit memory access for LSL/LAR
bellard
1
-12
/
+12
2008-05-21
converted INTO/CMPXCHG8B to TCG
bellard
1
-0
/
+9
2008-05-21
converted MUL/IMUL to TCG
bellard
1
-24
/
+0
2008-05-17
BSR/BSF TCG conversion
bellard
1
-0
/
+31
2008-05-17
moved eflags computation outside op.c
bellard
1
-0
/
+79
2008-05-17
converted condition code supprot to TCG - converted shift ops to TCG
bellard
1
-0
/
+19
2008-05-15
converted more helpers to TCG - fixed some SVM issues
bellard
1
-130
/
+179
2008-05-12
converted more helpers to TCG
bellard
1
-75
/
+351
2008-05-12
converted x87 FPU ops to TCG
bellard
1
-21
/
+425
2008-05-12
converted SSE/MMX ops to TCG
bellard
1
-0
/
+29
2008-05-12
char is only for strings
bellard
1
-3
/
+3
2008-04-27
Use correct types to enable > 2G support, based on a patch from
aurel32
1
-1
/
+15
2008-04-13
x86: Introduce CPU_INTERRUPT_NMI
aurel32
1
-0
/
+2
2008-04-11
Remove unused phys_ram_base definition from target-i386/helper.c.
aurel32
1
-1
/
+0
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
1
-1
/
+1
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
1
-1
/
+5
2008-02-01
use the TCG code generator
bellard
1
-4
/
+4
2007-12-24
SVM enabled processor should provide cpuid Fn8000_000A (Bernhard Kauer).
balrog
1
-0
/
+6
2007-12-09
Make SVM IOIO intercept check all needed bits, by Bernhard Kauer.
balrog
1
-1
/
+2
2007-12-09
Add rdpmc SVM intercept, by Bernhard Kauer.
balrog
1
-0
/
+12
2007-11-18
Add statics and missing #includes for prototypes.
pbrook
1
-2
/
+2
2007-11-14
x86_64 linux user emulation
bellard
1
-3
/
+17
2007-11-04
For consistency, move muls64 / mulu64 prototypes to host-utils.h
j_mayer
1
-0
/
+1
2007-10-29
Adjust s390 addresses (the MSB is defined as "to be ignored").
ths
1
-1
/
+5
[prev]
[next]