summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* target-i386: implement lzcnt emulationAndre Przywara2009-10-231-2/+12
* target-i386: Fix exceptions for fxsave/fxrstorKevin Wolf2009-10-041-0/+10
* target-i386: add RDTSCP supportAndre Przywara2009-10-041-0/+12
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-4/+4
* Get rid of _t suffixmalc2009-10-011-4/+4
* ioports: remove unused env parameter and compile only onceBlue Swirl2009-09-201-6/+6
* Unbreak large mem support by removing kqemuAnthony Liguori2009-08-241-42/+0
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying2009-07-091-0/+34
* x86: Add support for resume flagJan Kiszka2009-05-221-0/+5
* Fix i386-linux-user build (Laurent Desnogues)aliguori2009-04-231-0/+8
* put valid data into exit_int_info if needed (Gleb Natapov)aliguori2009-04-221-27/+52
* kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir12009-04-191-6/+6
* x86: Add NULL check to lsl (Jan Kiszka)aliguori2009-03-201-0/+2
* x86: use qemu_log_mask on triple faults (Chris Wright)aliguori2009-02-271-2/+1
* KVM: CPUID takes ecx as input value for some functions (Amit Shah)aliguori2009-02-091-1/+1
* Implement FFXSR (Alexander Graf)aliguori2009-02-021-8/+20
* Replace noreturn with QEMU_NORETURNmalc2009-02-011-2/+2
* Use new logging API in reset handling (Jan Kiszka)aliguori2009-01-291-1/+1
* MTRR support on x86, part 2 (Carl-Daniel Hailfinger)aliguori2009-01-291-0/+7
* x86: Issue reset on triple faults (Jan Kiszka)aliguori2009-01-261-2/+15
* MTRR support on x86 (Carl-Daniel Hailfinger)aliguori2009-01-261-0/+80
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-151-1/+1
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-49/+28
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-32/+25
* Suppress i386 warningsblueswir12009-01-141-2/+2
* Add noreturn function attributeblueswir12009-01-141-2/+2
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* x86 cleanupblueswir12008-12-131-17/+17
* Remove FORCE_RET() and RETURN()aurel322008-12-071-11/+0
* x86: Debug register emulation (Jan Kiszka)aliguori2008-11-181-8/+38
* TCG variable type checking.pbrook2008-11-171-60/+133
* Split CPUID from op_helperaliguori2008-11-051-162/+6
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-1/+1
* i386/SVM: return amount of ASIDsaurel322008-10-171-3/+3
* target-i386: Add Core Duo Definitionaurel322008-10-141-1/+4
* Do not use load_seg_vm to load CS in real mode iret handlingmalc2008-10-021-1/+2
* Handle MSR_IA32_PERF_STATUS in rdmsr (Alexander Graf).balrog2008-09-301-6/+6
* My core2duo patch introduced a vague statement of "missing features" in pbrook2008-09-291-0/+21
* SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).balrog2008-09-251-16/+44
* Core 2 Duo specification (Alexander Graf).balrog2008-09-251-0/+43
* Fix up pxe boot (Glauber Costa)aliguori2008-09-091-2/+6
* Fix most warnings that would be caused by gcc flag -Wundefblueswir12008-09-061-1/+1
* cmpxchg fixesbellard2008-06-201-0/+7
* HLT, MWAIT and MONITOR insn fixes (initial patch by Alexander Graf)bellard2008-06-181-5/+13
* SVM: Fix segment attribute clobbering (Alexander Graf)bellard2008-06-091-1/+1
* SVM: added tsc_offsetbellard2008-06-041-1/+4
* GIF flag handling fix (Alexander Graf)bellard2008-06-041-2/+2
* reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...bellard2008-06-041-43/+38
* 32 bit SVM fixes - INVLPG and INVLPGA updatesbellard2008-06-041-16/+35