summaryrefslogtreecommitdiffstats
path: root/target/i386
Commit message (Expand)AuthorAgeFilesLines
* i386: extended the cpuid_level when Intel PT is enabledLuwei Kang2019-03-112-0/+12
* target-i386: add kvm stubs to user-mode emulatorsPaolo Bonzini2019-03-111-1/+1
* qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau2019-02-181-1/+1
* qapi: make query-cpu-model-expansion depend on s390 or x86Marc-André Lureau2019-02-181-1/+4
* qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386Marc-André Lureau2019-02-181-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-02-056-38/+198
|\
| * i386: hvf: Fix smp boot hangsHeiher2019-02-051-5/+0Star
| * gdbstub: Fix i386/x86_64 machine description and add control registersDoug Gale2019-02-052-6/+191
| * i386: hvf: Don't miss 16-bit displacementRoman Bolshakov2019-02-051-1/+1
| * target-i386: hvf: remove MPX supportPaolo Bonzini2019-02-051-17/+1Star
| * Revert "i386: Add CPUID bit for PCONFIG"Robert Hoo2019-02-052-2/+1Star
| * i386: remove the 'INTEL_PT' CPUID bit from named CPU modelsPaolo Bonzini2019-02-051-5/+3Star
| * i386: remove the new CPUID 'PCONFIG' from Icelake-Server CPU modelRobert Hoo2019-02-051-2/+1Star
* | contrib/vhost-user-blk: fix the compilation issuePeter Xu2019-02-051-3/+11
|/
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-01-311-3/+3
|\
| * Don't talk about the LGPL if the file is licensed under the GPLThomas Huth2019-01-301-3/+3
* | i386: Enable NPT and NRIPSAVE for AMD CPUsVitaly Kuznetsov2019-01-281-0/+8
* | i386: Update stepping of Cascadelake-ServerTao Xu2019-01-281-1/+1
|/
* i386/kvm: add a comment explaining why .feat_names are commented out for Hype...Vitaly Kuznetsov2019-01-141-0/+7
* x86: host-phys-bits-limit optionEduardo Habkost2019-01-142-0/+8
* target/i386: Disable MPX support on named CPU modelsPaolo Bonzini2019-01-141-7/+7
* target-i386: Reenable RDTSCP support on Opteron_G[345] CPU models CPU modelsBorislav Petkov2019-01-141-7/+4Star
* i386/kvm: expose HV_CPUID_ENLIGHTMENT_INFO.EAX and HV_CPUID_NESTED_FEATURES.E...Vitaly Kuznetsov2019-01-143-40/+77
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-6/+6
* qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-1/+1
* hax: Support for Linux hostsAlexandro Sanchez Bach2019-01-114-6/+6
* qdev-props: remove errp from GlobalPropertyMarc-André Lureau2019-01-071-1/+0Star
* Clean up includesMarkus Armbruster2018-12-202-2/+2
* i386: hvf: drop debug printf in decode_sldtgroupRoman Bolshakov2018-12-181-2/+0Star
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2018-12-123-4/+14
|\
| * i386: Add "stibp" flag nameEduardo Habkost2018-12-111-1/+1
| * target/i386/kvm.c: Don't mark cpuid_data as QEMU_PACKEDPeter Maydell2018-12-111-1/+9
| * x86/cpu: Enable MOVDIR64B cpu featureLiu Jingqi2018-12-112-1/+2
| * x86/cpu: Enable MOVDIRI cpu featureLiu Jingqi2018-12-112-1/+2
* | target: hax: fix errors in commentLi Qiang2018-12-111-1/+1
* | target: hax: replace g_malloc with g_new0Li Qiang2018-12-111-12/+3Star
* | misc: fix spellingMarc-André Lureau2018-12-111-1/+1
|/
* i386: hvf: Fix overrun of _decode_tbl1Roman Bolshakov2018-12-031-3/+3
* target/i386: Generate #UD when applying LOCK to a register destinationRichard Henderson2018-11-271-15/+20
* migration: savevm: consult migration blockersPaolo Bonzini2018-11-271-3/+0Star
* target/i386: kvm: add VMX migration blockerPaolo Bonzini2018-11-271-0/+12
* kvm: Use KVM_GET_MSR_INDEX_LIST for MSR_IA32_ARCH_CAPABILITIES supportBandan Das2018-11-261-8/+7Star
* target/i386: Clear RF on SYSCALL instructionRudolf Marek2018-11-061-2/+2
* x86: hv_evmcs CPU flag supportVitaly Kuznetsov2018-11-064-2/+32
* i386: Add PKU on Skylake-Server CPU modelTao Xu2018-10-311-0/+4
* i386: Add new model of Cascadelake-ServerTao Xu2018-10-311-0/+54
* x86: define a new MSR based feature word -- FEATURE_WORDS_ARCH_CAPABILITIESRobert Hoo2018-10-313-1/+42
* x86: Data structure changes to support MSR based featuresRobert Hoo2018-10-311-55/+142
* kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctlRobert Hoo2018-10-311-0/+80
* target/i386: Remove #ifdeffed-out icebp debugging hackPeter Maydell2018-10-311-6/+0Star