summaryrefslogtreecommitdiffstats
path: root/target/i386
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-12-119-60/+615
|\
| * WHPX: support for the kernel-irqchip on/offSunil Muthuswamy2020-12-105-35/+543
| * target/i386: seg_helper: Correct segment selector nullification in the RET/IR...Bin Meng2020-12-101-1/+4
| * target/i386: Support up to 32768 CPUs without IRQ remappingDavid Woodhouse2020-12-103-20/+64
| * target/i386: fix operand order for PDEP and PEXTPaolo Bonzini2020-12-101-4/+4
* | i386/cpu: Make the Intel PT LIP feature configurableLuwei Kang2020-12-102-1/+34
* | sev: add sev-inject-launch-secretTobin Feldman-Fitzthum2020-12-104-0/+78
|/
* hvf: Fix segment selector formatJessica Clarke2020-11-181-4/+4
* hvf: Gate RDTSCP on CPU_BASED2_RDTSCP, not just CPU_BASED_TSC_OFFSETJessica Clarke2020-11-181-0/+4
* target/i386: avoid theoretical leak on MCE injectionPaolo Bonzini2020-11-161-6/+4Star
* kvm/i386: Set proper nested state format for SVMTom Lendacky2020-11-161-4/+6
* x86 hvf cpus: Fix Lesser GPL version numberChetan Pant2020-11-1517-18/+18
* x86 tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-1521-21/+21
* hmp: Pass monitor to mon_get_cpu_env()Kevin Wolf2020-11-131-3/+3
* hmp: Pass monitor to MonitorDef.get_value()Kevin Wolf2020-11-131-1/+2
* hmp: Pass monitor to mon_get_cpu()Kevin Wolf2020-11-131-1/+1
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-171-0/+1
|\
| * hax: unbreak accelerator cpu code after cpus.c splitClaudio Fontana2020-10-171-0/+1
* | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2020-10-164-28/+29
|\ \ | |/ |/|
| * i386: Mark Icelake-Client CPU models deprecatedRobert Hoo2020-10-141-3/+7
| * cpu: Introduce CPU model deprecation APIRobert Hoo2020-10-141-0/+8
| * i386/kvm: Delete kvm_allows_irq0_override()Eduardo Habkost2020-10-143-11/+0Star
| * i386/kvm: Remove IRQ routing support checksEduardo Habkost2020-10-141-7/+0Star
| * i386/kvm: Require KVM_CAP_IRQ_ROUTINGEduardo Habkost2020-10-141-0/+5
| * target/i386: Remove core_id assert check in CPUID 0x8000001EBabu Moger2020-10-141-3/+8
| * i386/kvm: fix FEATURE_HYPERV_EDX value in hyperv_passthrough caseZhenyu Wang2020-10-141-1/+1
| * i386: drop x86_cpu_get_supported_feature_word() forward declarationVitaly Kuznetsov2020-10-141-3/+0Star
* | i386: Register most CPU properties as class propertiesEduardo Habkost2020-10-131-32/+34
|/
* target/i386/cpu: Update comment that mentions TexinfoMarkus Armbruster2020-10-121-1/+2
* hax: remove hax specific functions from global includesClaudio Fontana2020-10-057-6/+21
* whpx: remove whpx specific functions from global includesClaudio Fontana2020-10-051-0/+17
* hvf: remove hvf specific functions from global includesClaudio Fontana2020-10-053-1/+10
* cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana2020-10-053-29/+0Star
* cpus: extract out hvf-specific code to target/i386/hvf/Claudio Fontana2020-10-054-0/+152
* cpus: extract out whpx-specific code to target/i386/Claudio Fontana2020-10-054-1/+120
* cpus: extract out hax-specific code to target/i386/Claudio Fontana2020-10-057-3/+148
* target-i386: post memory failure event to QMPzhenwei pi2020-10-042-5/+32
* target-i386: seperate MCIP & MCE_MASK error reasonzhenwei pi2020-10-041-7/+18
* target/i386: kvm: do not use kvm_check_extension to find paravirtual capabili...Paolo Bonzini2020-09-301-32/+0Star
* target/i386: always create kvmclock deviceVitaly Kuznetsov2020-09-302-0/+6
* target/i386: Fix VM migration when interrupt based APF is enabledVitaly Kuznetsov2020-09-301-6/+6
* helper_syscall x86_64: clear exception_is_intDouglas Crosher2020-09-301-0/+1
* i386/cpu: Clear FEAT_XSAVE_COMP_{LO,HI} when XSAVE is not availableXiaoyao Li2020-09-301-0/+2
* target/i386: support KVM_FEATURE_ASYNC_PF_INTVitaly Kuznetsov2020-09-304-1/+32
* WHPX: vmware cpuid leaf for tsc and apic frequencySunil Muthuswamy2020-09-302-12/+87
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2020-09-242-4/+4
|\
| * qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-232-4/+4
* | qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé2020-09-221-1/+1
|/
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-09-212-4/+2Star
|\
| * Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star