summaryrefslogtreecommitdiff
path: root/target/i386/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-31qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2017-03-28i386: Don't override -cpu options on -cpu host/maxEduardo Habkost1-4/+9
2017-03-28i386: Replace uint32_t* with FeatureWord on feature getter/setterEduardo Habkost1-8/+11
2017-03-10i386: Change stepping of Haswell to non-blacklisted valueEduardo Habkost1-1/+1
2017-03-10i386: host_vendor_fms() helper functionEduardo Habkost1-0/+19
2017-03-03x86: Work around SMI migration breakagesDr. David Alan Gilbert1-0/+2
2017-03-03qapi: flatten GuestPanicInformation unionAnton Nefedov1-9/+6
2017-02-27i386: Improve query-cpu-model-expansion full modeEduardo Habkost1-3/+31
2017-02-27i386: Implement query-cpu-model-expansion QMP commandEduardo Habkost1-1/+190
2017-02-27i386: Define static "base" CPU modelEduardo Habkost1-0/+20
2017-02-27i386: Don't set CPUClass::cpu_def on "max" modelEduardo Habkost1-24/+21
2017-02-27i386: Make "max" model not use any host CPUID info on TCGEduardo Habkost1-0/+9
2017-02-27i386: Create "max" CPU modelEduardo Habkost1-14/+32
2017-02-27i386: Reorganize and document CPUID initialization stepsEduardo Habkost1-31/+71
2017-02-27i386: Rename X86CPU::host_features to X86CPU::max_featuresEduardo Habkost1-3/+3
2017-02-27i386: Add ordering field to CPUClassEduardo Habkost1-4/+4
2017-02-27i386: Unset cannot_destroy_with_object_finalize_yet on "host" modelEduardo Habkost1-2/+0
2017-02-23util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster1-2/+2
2017-02-23util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster1-2/+3
2017-02-23util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster1-3/+2
2017-02-23util/cutils: New qemu_strtosz_metric()Markus Armbruster1-2/+1
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov1-0/+1
2017-02-16i386/cpu: add crash-information QOM propertyAnton Nefedov1-0/+50
2017-01-27pc: Enable vmware-cpuid-freq CPU option for 2.9+ machine typesPhil Dennis-Jordan1-1/+1
2017-01-27x86-KVM: Supply TSC and APIC clock rates to guest like VMWarePhil Dennis-Jordan1-0/+1
2017-01-23i386: Return migration-safe field on query-cpu-definitionsEduardo Habkost1-0/+3
2017-01-23i386: Remove AMD feature flag aliases from Opteron modelsEduardo Habkost1-34/+12
2017-01-23x86: add AVX512_VPOPCNTDQ featuresHe Chen1-1/+1
2017-01-16Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-common-tlb-reset-...Peter Maydell1-2/+0
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée1-2/+0
2017-01-12qmp: Report QOM type name on query-cpu-definitionsEduardo Habkost1-0/+1
2016-12-22x86: implement la57 paging modeKirill A. Shutemov1-6/+10
2016-12-22target-i386: Add Intel SHA_NI instruction support.Yi Sun1-1/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+3755