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
/
op_helper.c
Age
Commit message (
Expand
)
Author
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-09
QEMU: MCE: Add MCE simulation to qemu/tcg
Huang Ying
2009-05-22
x86: Add support for resume flag
Jan Kiszka
2009-04-23
Fix i386-linux-user build (Laurent Desnogues)
aliguori
2009-04-22
put valid data into exit_int_info if needed (Gleb Natapov)
aliguori
2009-04-19
kqemu: merge CONFIG_KQEMU and USE_KQEMU
blueswir1
2009-03-20
x86: Add NULL check to lsl (Jan Kiszka)
aliguori
2009-02-27
x86: use qemu_log_mask on triple faults (Chris Wright)
aliguori
2009-02-09
KVM: CPUID takes ecx as input value for some functions (Amit Shah)
aliguori
2009-02-02
Implement FFXSR (Alexander Graf)
aliguori
2009-02-01
Replace noreturn with QEMU_NORETURN
malc
2009-01-29
Use new logging API in reset handling (Jan Kiszka)
aliguori
2009-01-29
MTRR support on x86, part 2 (Carl-Daniel Hailfinger)
aliguori
2009-01-26
x86: Issue reset on triple faults (Jan Kiszka)
aliguori
2009-01-26
MTRR support on x86 (Carl-Daniel Hailfinger)
aliguori
2009-01-15
global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)
aliguori
2009-01-15
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
2009-01-15
Clean up debugging code #ifdefs (Eduardo Habkost)
aliguori
2009-01-14
Suppress i386 warnings
blueswir1
2009-01-14
Add noreturn function attribute
blueswir1
2009-01-04
Update FSF address in GPL/LGPL boilerplate
aurel32
2008-12-13
x86 cleanup
blueswir1
2008-12-07
Remove FORCE_RET() and RETURN()
aurel32
2008-11-18
x86: Debug register emulation (Jan Kiszka)
aliguori
2008-11-17
TCG variable type checking.
pbrook
2008-11-05
Split CPUID from op_helper
aliguori
2008-10-26
Fix undeclared symbol warnings from sparse
blueswir1
2008-10-17
i386/SVM: return amount of ASIDs
aurel32
2008-10-14
target-i386: Add Core Duo Definition
aurel32
2008-10-02
Do not use load_seg_vm to load CS in real mode iret handling
malc
2008-09-30
Handle MSR_IA32_PERF_STATUS in rdmsr (Alexander Graf).
balrog
2008-09-29
My core2duo patch introduced a vague statement of "missing features" in
pbrook
2008-09-25
SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).
balrog
2008-09-25
Core 2 Duo specification (Alexander Graf).
balrog
2008-09-09
Fix up pxe boot (Glauber Costa)
aliguori
2008-09-06
Fix most warnings that would be caused by gcc flag -Wundef
blueswir1
2008-06-20
cmpxchg fixes
bellard
2008-06-18
HLT, MWAIT and MONITOR insn fixes (initial patch by Alexander Graf)
bellard
2008-06-09
SVM: Fix segment attribute clobbering (Alexander Graf)
bellard
2008-06-04
SVM: added tsc_offset
bellard
2008-06-04
GIF flag handling fix (Alexander Graf)
bellard
2008-06-04
reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...
bellard
2008-06-04
32 bit SVM fixes - INVLPG and INVLPGA updates
bellard
2008-06-04
EFER loading fixes, including SVME bit
bellard
2008-06-03
Spelling fixes, by Stefan Weil.
ths
2008-05-30
kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host
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