aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2009-10-01Get rid of _t suffixmalc
2009-09-30x86: use globals for CPU registersLaurent Desnogues
2009-09-27target-i386: kill a tmp registerAurelien Jarno
2009-09-27target-i386: use subfi instead of sub with a non-freed constantAurelien Jarno
2009-09-25gcc wants 1st static and then constJuan Quintela
2009-09-20ioports: remove unused env parameter and compile only onceBlue Swirl
2009-09-12i386: Drop redundant kvm_enabled testJan Kiszka
2009-09-12Work around OpenSolaris sys/regset.h namespace pollutionBlue Swirl
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-11kvm_arch_get_registers() shouldn't be called directlyGleb Natapov
2009-09-05Fix Sparse warnings: add "static"Blue Swirl
2009-08-27kvm: Simplify cpu_synchronize_state()Avi Kivity
2009-08-27introduce kvm64 CPUAndre Przywara
2009-08-27allow overriding of CPUID level on command lineAndre Przywara
2009-08-27set CPUID bits to present cores and threads topologyAndre Przywara
2009-08-27push CPUID level to 4 to allow Intel multicore decodingAndre Przywara
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-16Only allow -cpu host when KVM is enabledAnthony Liguori
2009-07-16Initialize cpuid variablesAnthony Liguori
2009-07-16omit 3DNOW! CPUID bits from qemu64 CPU modelAndre Przywara
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-16gdbstub: x86: Support for setting segment registersJan Kiszka
2009-07-10kvm: Work around borken MSR_GET_INDEX_LISTJan Kiszka
2009-07-10Make sure to mark MCE defines as ULLAnthony Liguori
2009-07-09QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying
2009-07-02Use ctz64 in favor of ffsllJan Kiszka
2009-07-01Suppress a GCC warningBlue Swirl
2009-06-29KVM: x86: Refactor persistent CPU stateJan Kiszka
2009-06-29preserve the hypervisor bit while KVM trims the CPUID bitsAndre Przywara
2009-06-29remove CPUID host hacksAndre Przywara
2009-06-29fix KVMs GET_SUPPORTED_CPUID feature usageAndre Przywara
2009-06-29CPUID Fn8000_0001.EAX is family/model/stepping, not featuresAndre Przywara
2009-06-29introduce -cpu host targetAndre Przywara
2009-06-29allow hypervisor CPUID bit to be overridenAndre Przywara
2009-06-22Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov
2009-06-16QEMU KVM: i386: Fix the cpu reset stateNitin A Kamble
2009-06-16allow CPUID vendor overrideAndre Przywara
2009-05-22x86: Add support for resume flagJan Kiszka
2009-05-22kvm: x86: Save/restore KVM-specific CPU statesJan Kiszka
2009-05-22kvm: Add missing bits to support live migrationJan Kiszka
2009-05-21Convert machine registration to use module init functionsAnthony Liguori
2009-05-20kvm: work around supported cpuid ioctl() brokennessMark McLoughlin
2009-05-13Include assert.h from qemu-common.hPaul Brook
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-05-08Remove noisy printf when KVM masks CPU featuresAnthony Liguori
2009-05-08kvm: Trim cpu features not supported by kvmAvi Kivity
2009-05-08Fix x86 feature modifications for features that set multiple bitsAvi Kivity
2009-05-08Make x86 cpuid feature names available in file scopeAvi Kivity