summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2009-10-05x86: fpus is uint16_t not unsigned intJuan Quintela2-9/+10
2009-10-05x86: fpuc is uint16_t not unsigned intJuan Quintela2-7/+5
2009-10-05x86: make a20_mask int32_tJuan Quintela3-11/+6
2009-10-05x86: hflags is not modified at all, just save it directlyJuan Quintela1-8/+3
2009-10-04target-i386: Fix exceptions for fxsave/fxrstorKevin Wolf2-4/+14
2009-10-04target-i386: add RDTSCP supportAndre Przywara5-16/+63
2009-10-04target-i386: add SSE4a instruction supportAndre Przywara3-2/+85
2009-10-04target-i386: add lock mov cr0 = cr8Andre Przywara1-0/+4
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori2-15/+15
2009-10-01Get rid of _t suffixmalc2-15/+15
2009-09-30x86: use globals for CPU registersLaurent Desnogues1-71/+125
2009-09-27target-i386: kill a tmp registerAurelien Jarno1-4/+3
2009-09-27target-i386: use subfi instead of sub with a non-freed constantAurelien Jarno1-7/+7
2009-09-25gcc wants 1st static and then constJuan Quintela1-1/+1
2009-09-20ioports: remove unused env parameter and compile only onceBlue Swirl1-6/+6
2009-09-12i386: Drop redundant kvm_enabled testJan Kiszka1-2/+1
2009-09-12Work around OpenSolaris sys/regset.h namespace pollutionBlue Swirl1-0/+9
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl2-3/+3
2009-09-11kvm_arch_get_registers() shouldn't be called directlyGleb Natapov1-1/+1
2009-09-05Fix Sparse warnings: add "static"Blue Swirl1-1/+1
2009-08-27kvm: Simplify cpu_synchronize_state()Avi Kivity1-2/+2
2009-08-27introduce kvm64 CPUAndre Przywara1-0/+26
2009-08-27allow overriding of CPUID level on command lineAndre Przywara1-10/+29
2009-08-27set CPUID bits to present cores and threads topologyAndre Przywara1-3/+25
2009-08-27push CPUID level to 4 to allow Intel multicore decodingAndre Przywara1-2/+2
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd1-0/+1
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori4-72/+0
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela3-4/+4
2009-07-16Only allow -cpu host when KVM is enabledAnthony Liguori1-4/+3
2009-07-16Initialize cpuid variablesAnthony Liguori1-1/+1
2009-07-16omit 3DNOW! CPUID bits from qemu64 CPU modelAndre Przywara1-2/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl8-16/+8
2009-07-16gdbstub: x86: Support for setting segment registersJan Kiszka2-0/+34
2009-07-10kvm: Work around borken MSR_GET_INDEX_LISTJan Kiszka1-2/+5
2009-07-10Make sure to mark MCE defines as ULLAnthony Liguori1-4/+4
2009-07-09QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying4-2/+155
2009-07-02Use ctz64 in favor of ffsllJan Kiszka1-3/+4
2009-07-01Suppress a GCC warningBlue Swirl1-1/+1
2009-06-29KVM: x86: Refactor persistent CPU stateJan Kiszka1-7/+23
2009-06-29preserve the hypervisor bit while KVM trims the CPUID bitsAndre Przywara2-0/+5
2009-06-29remove CPUID host hacksAndre Przywara1-22/+5
2009-06-29fix KVMs GET_SUPPORTED_CPUID feature usageAndre Przywara2-29/+22
2009-06-29CPUID Fn8000_0001.EAX is family/model/stepping, not featuresAndre Przywara1-1/+1
2009-06-29introduce -cpu host targetAndre Przywara1-6/+59
2009-06-29allow hypervisor CPUID bit to be overridenAndre Przywara1-12/+11
2009-06-22Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov3-0/+28
2009-06-16QEMU KVM: i386: Fix the cpu reset stateNitin A Kamble1-6/+12
2009-06-16allow CPUID vendor overrideAndre Przywara2-1/+5
2009-05-22x86: Add support for resume flagJan Kiszka4-4/+17
2009-05-22kvm: x86: Save/restore KVM-specific CPU statesJan Kiszka3-3/+26