summaryrefslogtreecommitdiffstats
path: root/target/i386
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "i386: Fix pkg_id offset for EPYC cpu models"Babu Moger2020-09-022-6/+4Star
* x86-iommu: Rename QOM type macrosEduardo Habkost2020-09-021-1/+1
* hvf: Move HVFState typedef to hvf.hEduardo Habkost2020-08-271-2/+2
* meson: targetPaolo Bonzini2020-08-214-25/+52
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* target/i386: floatx80: avoid compound literals in static initializersLaszlo Ersek2020-07-271-213/+213
* target/i386: Save cc_op before loop insnsRichard Henderson2020-07-241-0/+1
* KVM: fix CPU reset wrt HF2_GIF_MASKVitaly Kuznetsov2020-07-231-5/+11
* i386: hvf: Explicitly set CR4 guest/host maskRoman Bolshakov2020-07-161-0/+1
* target/i386: add the missing vmx features for Skylake-Server and Cascadelake-...Chenyi Qiang2020-07-161-0/+14
* target/i386: fix model number and add missing features for Icelake-Server CPU...Chenyi Qiang2020-07-161-0/+14
* target/i386: add fast short REP MOV supportChenyi Qiang2020-07-162-1/+3
* i386/cpu: Don't add unavailable_features to env->user_featuresXiaoyao Li2020-07-161-1/+0Star
* i368/cpu: Clear env->user_features after loading versioned CPU modelXiaoyao Li2020-07-161-0/+7
* hax: Fix setting of FD_CLOEXECEric Blake2020-07-131-3/+3