aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-08-16Include generated QAPI headers lessMarkus Armbruster
2019-07-29i386: Fix Snowridge CPU model name and featuresPaul Lai
2019-07-24i386/kvm: Do not sync nested state during runtimeJan Kiszka
2019-07-19target/i386: sev: fix failed message typosJiri Slaby
2019-07-19i386: indicate that 'pconfig' feature was removed intentionallyDenis V. Lunev
2019-07-19target/i386: skip KVM_GET/SET_NESTED_STATE if VMX disabled, or for SVMPaolo Bonzini
2019-07-19target/i386: kvm: Demand nested migration kernel capabilities only when vCPU ...Liran Alon
2019-07-15target/i386: sev: Do not unpin ram device memory regionAlex Williamson
2019-07-15Fix broken build with WHPX enabledStefan Weil
2019-07-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-07-05target/i386: kvm: Fix when nested state is needed for migrationLiran Alon
2019-07-05target/i386: fix feature check in hyperv-stub.cAlex Bennée
2019-07-05i386/kvm: Fix build with -m32Max Reitz
2019-07-05i386: Add Cascadelake-Server-v2 CPU modelEduardo Habkost
2019-07-05i386: Make unversioned CPU models be aliasesEduardo Habkost
2019-07-05i386: Replace -noTSX, -IBRS, -IBPB CPU models with aliasesEduardo Habkost
2019-07-05i386: Define -IBRS, -noTSX, -IBRS versions of CPU modelsEduardo Habkost
2019-07-05i386: Register versioned CPU modelsEduardo Habkost
2019-07-05i386: Get model-id from CPU object on "-cpu help"Eduardo Habkost
2019-07-05i386: Add x-force-features option for testingEduardo Habkost
2019-07-05i386: Introduce SnowRidge CPU modelPaul Lai
2019-07-05target/i386: Add CPUID.1F generation support for multi-dies PCMachineLike Xu
2019-07-05i386: Remove unused host_cpudef variableEduardo Habkost
2019-07-05x86/cpu: use FeatureWordArray to define filtered_featuresWei Yang
2019-07-05i386: make 'hv-spinlocks' a regular uint32 propertyRoman Kagan
2019-07-05i386: Fix signedness of hyperv_spinlock_attemptsEduardo Habkost
2019-07-05i386: Don't print warning if phys-bits was set automaticallyEduardo Habkost
2019-07-05i386: Update new x86_apicid parsing rules with die_offset supportLike Xu
2019-07-05i386/cpu: Consolidate die-id validity in smp contextLike Xu
2019-07-05i386: Add die-level cpu topology to x86CPU on PCMachineLike Xu
2019-07-05hw/i386: Replace global smp variables with machine smp propertiesLike Xu
2019-07-04target/i386: fix feature check in hyperv-stub.cAlex Bennée
2019-07-02qapi: Rename target.json to misc-target.jsonMarkus Armbruster
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster
2019-07-02qapi: Split machine.json off misc.jsonMarkus Armbruster
2019-07-02hmp: Move hmp.h to include/monitor/Markus Armbruster
2019-06-21target/i386: kvm: Add nested migration blocker only when kernel lacks require...Liran Alon
2019-06-21target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOADLiran Alon
2019-06-21target/i386: kvm: Add support for save and restore nested stateLiran Alon
2019-06-21target/i386: kvm: Block migration for vCPUs exposed with nested virtualizationLiran Alon
2019-06-21target/i386: kvm: Re-inject #DB to guest with updated DR6Liran Alon
2019-06-21target/i386: kvm: Use symbolic constant for #DB/#BP exception constantsLiran Alon
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon
2019-06-21target/i386: kvm: Delete VMX migration blocker on vCPU init failureLiran Alon
2019-06-21target/i386: define a new MSR based feature word - FEAT_CORE_CAPABILITYXiaoyao Li
2019-06-21i386/kvm: add support for Direct Mode for Hyper-V synthetic timersVitaly Kuznetsov
2019-06-21i386/kvm: hv-evmcs requires hv-vapicVitaly Kuznetsov