index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
/
helper.c
Age
Commit message (
Expand
)
Author
2009-01-04
Update FSF address in GPL/LGPL boilerplate
aurel32
2008-12-22
Use the ARRAY_SIZE() macro where appropriate.
malc
2008-12-13
x86 cleanup
blueswir1
2008-12-02
Fix register name typo in dumping debug registers (Jan Kiszka)
aliguori
2008-11-25
Use sys-queue.h for break/watchpoint managment (Jan Kiszka)
aliguori
2008-11-18
x86: Dump debug registers (Jan Kiszka)
aliguori
2008-11-18
x86: Debug register emulation (Jan Kiszka)
aliguori
2008-11-17
TCG variable type checking.
pbrook
2008-11-13
x86: fix warning without CONFIG_KVM (Mark McLoughlin)
aliguori
2008-11-13
Fix CPUID ext2 features masking (Avi Kivity)
aliguori
2008-11-10
x86 CPUID extended family/model (Andre Przywara).
balrog
2008-11-05
Add KVM support to QEMU
aliguori
2008-11-05
Split CPUID from op_helper
aliguori
2008-10-28
Fix cpuid ext_features value for Atom N270 (Blue Swirl).
balrog
2008-10-14
target-i386: Add Core Duo Definition
aurel32
2008-09-29
My core2duo patch introduced a vague statement of "missing features" in
pbrook
2008-09-28
Rename -cpu atom to -cpu n270.
balrog
2008-09-25
Add Atom (x86) cpu identification.
balrog
2008-09-25
Core 2 Duo specification (Alexander Graf).
balrog
2008-09-25
Clean up vendor identification (Alexander Graf).
balrog
2008-09-25
Use qemu_free() on env instead of free.
balrog
2008-08-18
i386: Catch all non-present ptes in cpu_get_phys_page_debug (Jan Kiszka)
aliguori
2008-07-23
Fix task register type after reset (Avi Kivity)
aliguori
2008-07-03
Fix constant truncation, spotted by Jindrich Makovicka.
ths
2008-06-20
added model_id and vendor cpu model options (initial patch by Dan Kenigsberg)...
bellard
2008-06-06
Fix i386 segment descriptor types on reset (Avi Kivity)
bellard
2008-06-04
reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...
bellard
2008-05-28
moved halted field to CPU_COMMON
bellard
2008-05-28
SVM rework
bellard
2008-05-28
consistent naming for i386 TCG helper file
bellard
2008-05-25
Fix off-by-one unwinding error.
pbrook
2008-05-22
cmpxchg8b fix - added cmpxchg16b
bellard
2008-05-22
fxsave/fxrstor 64 bit fix
bellard
2008-05-21
convert eflags manipulation insns 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
converted INTO/CMPXCHG8B to TCG
bellard
2008-05-21
converted MUL/IMUL to TCG
bellard
2008-05-17
BSR/BSF TCG conversion
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
char is only for strings
bellard
2008-04-27
Use correct types to enable > 2G support, based on a patch from
aurel32
2008-04-13
x86: Introduce CPU_INTERRUPT_NMI
aurel32
2008-04-11
Remove unused phys_ram_base definition from target-i386/helper.c.
aurel32
2008-03-28
x86-64: recompute DF after eflags has been modified when emulating SYSCALL
aurel32
2008-03-09
Fix some functions declared () rather than (void) (Ian Jackson)
blueswir1
[next]