aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14target-i386: Don't overuse CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-03-12add "tsc-deadline" flag name to feature_ecx tableEduardo Habkost
2012-03-11target-i386: Mask NX bit from cpu_get_phys_page_debug resultJan Kiszka
2012-03-07kvm: fill in padding to help valgrindMichael S. Tsirkin
2012-03-03Merge branch 'upstream' of git://qemu.weilnetz.de/qemuBlue Swirl
2012-03-01Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2012-02-28target-i386: Clean includesStefan Weil
2012-02-24target-i386: Introduce x86_cpuid_set_model_id()Andreas Färber
2012-02-24target-i386: Introduce x86_cpuid_version_set_stepping()Andreas Färber
2012-02-24target-i386: Introduce x86_cpuid_version_set_model()Andreas Färber
2012-02-24target-i386: Introduce x86_cpuid_version_set_family()Andreas Färber
2012-02-22cpu defs: use Intel flag names for Intel models (v2)Eduardo Habkost
2012-02-22cpu flags: aliases: pclmuldq|pclmulqdq and ffxsr|fxsr_optEduardo Habkost
2012-02-18target-i386: Add infrastructure for reporting TPR MMIO accessesJan Kiszka
2012-02-16kvm: Synchronize cpu state in kvm_arch_stop_on_emulation_error()Gleb Natapov
2012-02-08kvm: Implement kvm_irqchip_in_kernel like kvm_enabledJan Kiszka
2012-02-08kvm: Allow to set shadow MMU sizeJan Kiszka
2012-01-23hyperv: fix build on non-KVM hostsBlue Swirl
2012-01-19kvm: x86: Add user space part for in-kernel APICJan Kiszka
2012-01-19kvm: Introduce core services for in-kernel irqchip supportJan Kiszka
2012-01-19hyper-v: initialize Hyper-V CPUID leaves.Vadim Rozenfeld
2012-01-19hyper-v: introduce Hyper-V support infrastructure.Vadim Rozenfeld
2012-01-13target-i386: fix compilation with --enable-debug-tcgAurelien Jarno
2012-01-11target-i386: fix SSE rounding and flush to zeroAurelien Jarno
2012-01-11target-i386: fix dpps and dppd SSE2 instructionsAurelien Jarno
2012-01-11target-i386: fix round{pd,ps,sd,ss} SSE2 instructionsAurelien Jarno
2012-01-11target-i386: fix {min,max}{pd,ps,sd,ss} SSE2 instructionsAurelien Jarno
2012-01-03Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into stagingAnthony Liguori
2011-12-22enable architectural PMU cpuid leaf for kvmGleb Natapov
2011-12-22kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregsJan Kiszka
2011-12-22kvm: x86: Avoid runtime allocation of xsave bufferJan Kiszka
2011-12-22kvm: x86: Use symbols for all xsave fieldJan Kiszka
2011-12-20kvm: switch kvm slots to use host virtual address instead of ram_addr_tAvi Kivity
2011-12-12target-i386: fix cmpxchg instruction emulationAndreas Gustafsson
2011-11-28x86/cpuid: Tighten parsing of tsc_freq=FREQMarkus Armbruster
2011-11-28Revert "i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID"Anthony Liguori
2011-11-21Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori
2011-11-19x86: fix pcmpestrm and pcmpistrmBlue Swirl
2011-11-17Fix typo: runnning -> runningVagrant Cascadian
2011-11-10x86/cpuid: Fix crash on -cpu ""Markus Armbruster
2011-11-10x86/cpuid: Plug memory leak in cpudef_setfield()Markus Armbruster
2011-11-10x86/cpuid: Convert remaining strdup() to g_strdup()Markus Armbruster
2011-11-09i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUIDAvi Kivity
2011-11-02Fix X86 CPU topology in KVM modeBharata B Rao
2011-10-24i386: wire up MSR_IA32_MISC_ENABLEAvi Kivity
2011-10-24kvm: support TSC deadline MSR with subsectionLiu, Jinsong
2011-10-24Revert "kvm: support TSC deadline MSR"Marcelo Tosatti
2011-10-03kvm: support TSC deadline MSRLiu, Jinsong