summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2012-05-30Expose CPUID leaf 7 only for -cpu hostEduardo Habkost2-7/+17
2012-05-12target-i386: Defer MCE initAndreas Färber3-2/+13
2012-04-25target-i386: Introduce "tsc-frequency" property for X86CPUAndreas Färber1-1/+36
2012-04-25target-i386: Prepare "vendor" property for X86CPUAndreas Färber1-0/+44
2012-04-25target-i386: Introduce "xlevel" property for X86CPUAndreas Färber1-1/+37
2012-04-25target-i386: Introduce "level" property for X86CPUAndreas Färber1-1/+37
2012-04-25target-i386: Add property getter for CPU model-idAndreas Färber1-1/+16
2012-04-25target-i386: Add property getter for CPU steppingAndreas Färber1-1/+13
2012-04-25target-i386: Add property getter for CPU modelAndreas Färber1-1/+13
2012-04-25target-i386: Add property getter for CPU familyAndreas Färber1-1/+15
2012-04-25target-i386: Add "model-id" property to X86CPUAndreas Färber1-2/+8
2012-04-25target-i386: Add "stepping" property to X86CPUAndreas Färber1-3/+24
2012-04-25target-i386: Add "model" property to X86CPUAndreas Färber1-3/+23
2012-04-25target-i386: Add "family" property to X86CPUAndreas Färber1-5/+34
2012-04-25target-i386: Add range check for -cpu ,family=xAndreas Färber1-1/+1
2012-04-25target-i386: Pass X86CPU to cpu_x86_register()Andreas Färber3-3/+4
2012-04-25target-i386: Fix x86_cpuid_set_model_id()Andreas Färber1-0/+1
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-5/+3
2012-04-10target-i386: QOM'ify CPU resetAndreas Färber2-71/+72
2012-04-10target-i386: QOM'ify CPU initAndreas Färber2-18/+27
2012-04-10target-i386: QOM'ify CPUAndreas Färber4-8/+118
2012-04-10target-i386: Rename cpuid.cAndreas Färber1-0/+0
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-1/+1
2012-03-14target-i386: Don't overuse CPUStateAndreas Färber6-222/+222
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-2/+2
2012-03-12add "tsc-deadline" flag name to feature_ecx tableEduardo Habkost1-1/+1
2012-03-11target-i386: Mask NX bit from cpu_get_phys_page_debug resultJan Kiszka2-6/+8
2012-03-07kvm: fill in padding to help valgrindMichael S. Tsirkin1-0/+6
2012-03-03Merge branch 'upstream' of git://qemu.weilnetz.de/qemuBlue Swirl2-7/+0
2012-03-01Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori3-2/+50
2012-02-28target-i386: Clean includesStefan Weil2-7/+0
2012-02-24target-i386: Introduce x86_cpuid_set_model_id()Andreas Färber1-14/+19
2012-02-24target-i386: Introduce x86_cpuid_version_set_stepping()Andreas Färber1-1/+7
2012-02-24target-i386: Introduce x86_cpuid_version_set_model()Andreas Färber1-1/+7
2012-02-24target-i386: Introduce x86_cpuid_version_set_family()Andreas Färber1-4/+11
2012-02-22cpu defs: use Intel flag names for Intel models (v2)Eduardo Habkost1-2/+2
2012-02-22cpu flags: aliases: pclmuldq|pclmulqdq and ffxsr|fxsr_optEduardo Habkost1-2/+2
2012-02-18target-i386: Add infrastructure for reporting TPR MMIO accessesJan Kiszka3-2/+49
2012-02-16kvm: Synchronize cpu state in kvm_arch_stop_on_emulation_error()Gleb Natapov1-0/+1
2012-02-08kvm: Implement kvm_irqchip_in_kernel like kvm_enabledJan Kiszka1-2/+2
2012-02-08kvm: Allow to set shadow MMU sizeJan Kiszka1-0/+13
2012-01-23hyperv: fix build on non-KVM hostsBlue Swirl1-1/+3
2012-01-19kvm: x86: Add user space part for in-kernel APICJan Kiszka1-0/+38
2012-01-19kvm: Introduce core services for in-kernel irqchip supportJan Kiszka1-0/+11
2012-01-19hyper-v: initialize Hyper-V CPUID leaves.Vadim Rozenfeld1-2/+63
2012-01-19hyper-v: introduce Hyper-V support infrastructure.Vadim Rozenfeld3-0/+121
2012-01-13target-i386: fix compilation with --enable-debug-tcgAurelien Jarno1-1/+2
2012-01-11target-i386: fix SSE rounding and flush to zeroAurelien Jarno3-11/+56
2012-01-11target-i386: fix dpps and dppd SSE2 instructionsAurelien Jarno1-14/+14
2012-01-11target-i386: fix round{pd,ps,sd,ss} SSE2 instructionsAurelien Jarno1-8/+8