summaryrefslogtreecommitdiff
path: root/target-i386/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-26target-i386: Enable SSSE3 TCG supportAurelien Jarno1-1/+1
2012-11-26target-i386/cpu: Add missing flags to Haswell CPU modelEduardo Habkost1-2/+3
2012-11-15target-i386: Add Haswell CPU modelEduardo Habkost1-0/+29
2012-11-15target-i386/cpu: Add new Opteron CPU modelAndre Przywara1-0/+32
2012-11-15target-i386/cpu: Name new CPUID bitsAndre Przywara1-6/+6
2012-11-02target-i386: cpu: fix --disable-kvm compilationEduardo Habkost1-0/+4
2012-11-01Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-25/+73
2012-10-30target-i386: kvm_cpu_fill_host: use GET_SUPPORTED_CPUIDEduardo Habkost1-10/+15
2012-10-30target-i386: cpu: make -cpu host/check/enforce code KVM-specificEduardo Habkost1-7/+18
2012-10-30target-i386: make cpu_x86_fill_host() voidEduardo Habkost1-3/+1
2012-10-30target-i386: Add missing kvm cpuid feature nameDon Slutz1-4/+8
2012-10-30i386: cpu: add missing CPUID[EAX=7,ECX=0] flag namesEduardo Habkost1-2/+2
2012-10-30i386: kvm: filter CPUID leaf 7 based on GET_SUPPORTED_CPUID, tooEduardo Habkost1-0/+2
2012-10-30i386: kvm: reformat filter_features_for_kvm() codeEduardo Habkost1-15/+13
2012-10-30i386: kvm: filter CPUID feature words earlier, on cpu.cEduardo Habkost1-0/+30
2012-10-30apic: Store X86CPU in APICCommonStateAndreas Färber1-1/+1
2012-10-30target-i386: Inline APIC cpu_env property settingAndreas Färber1-1/+4
2012-10-30target-i386: Initialize APIC at CPU levelIgor Mammedov1-0/+57
2012-10-30target-i386: cpu_x86_register(): report error from property setterIgor Mammedov1-1/+2
2012-10-29qemu: enable PV EOI for qemu 1.3Michael S. Tsirkin1-13/+20
2012-10-28target-i386: cpu: recover items 28-31 of ext2_feature_nameEduardo Habkost1-0/+1
2012-10-05cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell1-1/+1
2012-10-01x86: Implement SMEP and SMAPH. Peter Anvin1-8/+26
2012-09-30i386: -cpu help: remove reference to specific CPUID leaves/registersEduardo Habkost1-4/+4
2012-09-30i386: cpu: eliminate duplicate feature namesEduardo Habkost1-8/+23
2012-09-30i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASESEduardo Habkost1-9/+11
2012-09-25Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-1/+1
2012-09-23target-i386: Allow tsc-frequency to be larger then 2.147GDon Slutz1-1/+1
2012-09-21target-i386: Drop unused setscalar() macroAndreas Färber1-12/+0
2012-09-21target-i386: Kill cpudef config section supportEduardo Habkost1-99/+2
2012-09-21target-i386: x86_cpudef_setup() coding style changeEduardo Habkost1-6/+9
2012-09-21target-i386: Move CPU models from cpus-x86_64.conf to CEduardo Habkost1-0/+219
2012-09-21Drop cpu_list_id macroPeter Maydell1-2/+2
2012-09-21target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, drop ?dumpPeter Maydell1-53/+11
2012-08-30w32: Fix broken buildStefan Weil1-0/+2
2012-08-29target-i386: disable pv eoi to fix migration across QEMU versionsAnthony Liguori1-1/+12
2012-08-15win32: provide separate macros for weak decls and definitionsAnthony Liguori1-2/+2
2012-08-13target-i386: add implementation of query-cpu-definitions (v2)Anthony Liguori1-0/+22
2012-08-09Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemuBlue Swirl1-0/+10
2012-08-01target-i386: move cpu_reset and reset callback to cpu.cIgor Mammedov1-0/+14
2012-08-01target-i386: move cpu halted decision into x86_cpu_resetIgor Mammedov1-0/+16
2012-07-21Recognize PCID featureMao, Junjie1-1/+1
2012-07-03kvm_pv_eoi: add flag supportMichael S. Tsirkin1-1/+1
2012-06-25target-i386: move tcg initialization into x86_cpu_initfn()Igor Mammedov1-0/+10
2012-06-22target-i386: Use QEMU instead of QemuStefan Weil1-1/+1
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana1-5/+13
2012-06-08target-i386: Use uint32 visitor for [x]level propertiesAndreas Färber1-38/+4
2012-05-30Expose CPUID leaf 7 only for -cpu hostEduardo Habkost1-7/+15
2012-05-12target-i386: Defer MCE initAndreas Färber1-1/+8
2012-04-25target-i386: Introduce "tsc-frequency" property for X86CPUAndreas Färber1-1/+36