aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.c
AgeCommit message (Expand)Author
2017-07-26target/i386: Don't use x86_cpu_load_def() on "max" CPU modelEduardo Habkost
2017-07-26target/i386: Define CPUID_MODEL_ID_SZ macroEduardo Habkost
2017-07-26target/i386: Use host_vendor_fms() in max_x86_cpu_initfn()Eduardo Habkost
2017-07-24qapi: Separate type QNull from QObjectMarkus Armbruster
2017-07-17i386: add Skylake-Server cpu modelBoqun Feng (Intel)
2017-07-17i386: Update comment about XSAVES on Skylake-ClientEduardo Habkost
2017-07-17i386: expose "TCGTCGTCGTCG" in the 0x40000000 CPUID leafDaniel P. Berrange
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-07-14qdev: Add const qualifier to PropertyInfo definitionsFam Zheng
2017-07-13Convert error_report() to warn_report()Alistair Francis
2017-07-05target/i386: add the tcg_enabled() in target/i386/Yang Zhong
2017-06-20i386/cpu: use get_uint() for "min-level"/"min-xlevel" propertiesMarc-André Lureau
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-06-07target/i386: Add GDB XML description for SSE registersAbdallah Bouassida
2017-06-07target/i386: use multiple CPU AddressSpacesPaolo Bonzini
2017-06-05numa: move numa_node from CPUState into target specific classesIgor Mammedov
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-05-11pc: add node-id property to CPUIgor Mammedov
2017-05-11i386: rewrite way CPUID index is validatedDaniel P. Berrange
2017-05-05target/i386: Add GDB XML register description supportAbdallah Bouassida
2017-03-28i386: Don't override -cpu options on -cpu host/maxEduardo Habkost
2017-03-28i386: Replace uint32_t* with FeatureWord on feature getter/setterEduardo Habkost
2017-03-10i386: Change stepping of Haswell to non-blacklisted valueEduardo Habkost
2017-03-10i386: host_vendor_fms() helper functionEduardo Habkost
2017-03-03x86: Work around SMI migration breakagesDr. David Alan Gilbert
2017-03-03qapi: flatten GuestPanicInformation unionAnton Nefedov
2017-02-27i386: Improve query-cpu-model-expansion full modeEduardo Habkost
2017-02-27i386: Implement query-cpu-model-expansion QMP commandEduardo Habkost
2017-02-27i386: Define static "base" CPU modelEduardo Habkost
2017-02-27i386: Don't set CPUClass::cpu_def on "max" modelEduardo Habkost
2017-02-27i386: Make "max" model not use any host CPUID info on TCGEduardo Habkost
2017-02-27i386: Create "max" CPU modelEduardo Habkost
2017-02-27i386: Reorganize and document CPUID initialization stepsEduardo Habkost
2017-02-27i386: Rename X86CPU::host_features to X86CPU::max_featuresEduardo Habkost
2017-02-27i386: Add ordering field to CPUClassEduardo Habkost
2017-02-27i386: Unset cannot_destroy_with_object_finalize_yet on "host" modelEduardo Habkost
2017-02-23util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster
2017-02-23util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster
2017-02-23util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster
2017-02-23util/cutils: New qemu_strtosz_metric()Markus Armbruster
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov
2017-02-16i386/cpu: add crash-information QOM propertyAnton Nefedov
2017-01-27pc: Enable vmware-cpuid-freq CPU option for 2.9+ machine typesPhil Dennis-Jordan
2017-01-27x86-KVM: Supply TSC and APIC clock rates to guest like VMWarePhil Dennis-Jordan
2017-01-23i386: Return migration-safe field on query-cpu-definitionsEduardo Habkost
2017-01-23i386: Remove AMD feature flag aliases from Opteron modelsEduardo Habkost
2017-01-23x86: add AVX512_VPOPCNTDQ featuresHe Chen
2017-01-16Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-common-tlb-reset-...Peter Maydell
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée
2017-01-12qmp: Report QOM type name on query-cpu-definitionsEduardo Habkost