summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* target-i386: Don't overuse CPUStateAndreas Färber2012-03-146-222/+222
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-2/+2
* add "tsc-deadline" flag name to feature_ecx tableEduardo Habkost2012-03-121-1/+1
* target-i386: Mask NX bit from cpu_get_phys_page_debug resultJan Kiszka2012-03-112-6/+8
* kvm: fill in padding to help valgrindMichael S. Tsirkin2012-03-071-0/+6
* Merge branch 'upstream' of git://qemu.weilnetz.de/qemuBlue Swirl2012-03-032-7/+0
|\
| * target-i386: Clean includesStefan Weil2012-02-282-7/+0
* | Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2012-03-013-2/+50
|\ \ | |/ |/|
| * target-i386: Add infrastructure for reporting TPR MMIO accessesJan Kiszka2012-02-183-2/+49
| * kvm: Synchronize cpu state in kvm_arch_stop_on_emulation_error()Gleb Natapov2012-02-161-0/+1
* | target-i386: Introduce x86_cpuid_set_model_id()Andreas Färber2012-02-241-14/+19
* | target-i386: Introduce x86_cpuid_version_set_stepping()Andreas Färber2012-02-241-1/+7
* | target-i386: Introduce x86_cpuid_version_set_model()Andreas Färber2012-02-241-1/+7
* | target-i386: Introduce x86_cpuid_version_set_family()Andreas Färber2012-02-241-4/+11
* | cpu defs: use Intel flag names for Intel models (v2)Eduardo Habkost2012-02-221-2/+2
* | cpu flags: aliases: pclmuldq|pclmulqdq and ffxsr|fxsr_optEduardo Habkost2012-02-221-2/+2
|/
* kvm: Implement kvm_irqchip_in_kernel like kvm_enabledJan Kiszka2012-02-081-2/+2
* kvm: Allow to set shadow MMU sizeJan Kiszka2012-02-081-0/+13
* hyperv: fix build on non-KVM hostsBlue Swirl2012-01-231-1/+3
* kvm: x86: Add user space part for in-kernel APICJan Kiszka2012-01-191-0/+38
* kvm: Introduce core services for in-kernel irqchip supportJan Kiszka2012-01-191-0/+11
* hyper-v: initialize Hyper-V CPUID leaves.Vadim Rozenfeld2012-01-191-2/+63
* hyper-v: introduce Hyper-V support infrastructure.Vadim Rozenfeld2012-01-193-0/+121
* target-i386: fix compilation with --enable-debug-tcgAurelien Jarno2012-01-131-1/+2
* target-i386: fix SSE rounding and flush to zeroAurelien Jarno2012-01-113-11/+56
* target-i386: fix dpps and dppd SSE2 instructionsAurelien Jarno2012-01-111-14/+14
* target-i386: fix round{pd,ps,sd,ss} SSE2 instructionsAurelien Jarno2012-01-111-8/+8
* target-i386: fix {min,max}{pd,ps,sd,ss} SSE2 instructionsAurelien Jarno2012-01-112-3/+7
* Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into stagingAnthony Liguori2012-01-031-4/+3
|\
| * kvm: switch kvm slots to use host virtual address instead of ram_addr_tAvi Kivity2011-12-201-4/+3
* | enable architectural PMU cpuid leaf for kvmGleb Natapov2011-12-221-4/+13
* | kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregsJan Kiszka2011-12-221-3/+2
* | kvm: x86: Avoid runtime allocation of xsave bufferJan Kiszka2011-12-222-9/+9
* | kvm: x86: Use symbols for all xsave fieldJan Kiszka2011-12-221-6/+8
|/
* target-i386: fix cmpxchg instruction emulationAndreas Gustafsson2011-12-121-4/+7
* x86/cpuid: Tighten parsing of tsc_freq=FREQMarkus Armbruster2011-11-281-1/+1
* Revert "i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID"Anthony Liguori2011-11-281-4/+23
* Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori2011-11-211-4/+8
|\
| * x86: fix pcmpestrm and pcmpistrmBlue Swirl2011-11-191-4/+8
* | Fix typo: runnning -> runningVagrant Cascadian2011-11-171-1/+1
|/
* x86/cpuid: Fix crash on -cpu ""Markus Armbruster2011-11-101-2/+2
* x86/cpuid: Plug memory leak in cpudef_setfield()Markus Armbruster2011-11-101-0/+1
* x86/cpuid: Convert remaining strdup() to g_strdup()Markus Armbruster2011-11-101-4/+4
* i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUIDAvi Kivity2011-11-091-23/+4
* Fix X86 CPU topology in KVM modeBharata B Rao2011-11-021-0/+1
* i386: wire up MSR_IA32_MISC_ENABLEAvi Kivity2011-10-245-0/+48
* kvm: support TSC deadline MSR with subsectionLiu, Jinsong2011-10-243-0/+37
* Revert "kvm: support TSC deadline MSR"Marcelo Tosatti2011-10-243-18/+1
* kvm: support TSC deadline MSRLiu, Jinsong2011-10-033-1/+18
OpenPOWER on IntegriCloud