summaryrefslogtreecommitdiffstats
path: root/target/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
| * qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-181-1/+1
* | i386: Simplify CPUID_8000_001E for AMDBabu Moger2020-09-181-150/+45Star
* | i386: Simplify CPUID_8000_001d for AMDBabu Moger2020-09-181-15/+16
* | i386/kvm: correct the meaning of '0xffffffff' value for hv-spinlocksVitaly Kuznetsov2020-09-183-5/+5
|/
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-121-2/+3
|\
| * target/i386/kvm: Add missing fallthrough commentThomas Huth2020-09-111-0/+1
| * target/i386/kvm: Rename host_tsx_blacklisted() as host_tsx_broken()Philippe Mathieu-Daudé2020-09-101-2/+2
* | Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2Star
* | Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-092-8/+4Star
* | Move QOM typedefs and add missing includesEduardo Habkost2020-09-092-4/+7
|/
* target/i386/sev: Plug memleak in sev_read_file_base64Pan Nengyuan2020-09-021-0/+1
* target/i386/cpu: Fix memleak in x86_cpu_class_check_missing_featuresPan Nengyuan2020-09-021-0/+1
* Revert "hw/i386: Update structures to save the number of nodes per package"Babu Moger2020-09-022-2/+0Star
* Revert "target/i386: Cleanup and use the EPYC mode topology functions"Babu Moger2020-09-021-34/+127
* Revert "i386: Introduce use_epyc_apic_id_encoding in X86CPUDefinition"Babu Moger2020-09-022-17/+0Star
* Revert "target/i386: Enable new apic id encoding for EPYC based cpus models"Babu Moger2020-09-021-2/+0Star