summaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
2019-04-28Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190426' into stagingPeter Maydell1-2/+2
2019-04-25Pass through cache information for TOPOEXT CPUsStanislav Lanci1-0/+4
2019-04-25i386: Add new Hygon 'Dhyana' CPU modelPu Wen2-0/+52
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson1-2/+2
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster3-143/+141
2019-04-18target/i386: Simplify how x86_cpu_dump_local_apic_state() printsMarkus Armbruster3-47/+40
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2-18/+13
2019-04-09target/i386: Generate #UD for LOCK on a register incrementPeter Maydell1-0/+5
2019-03-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+11
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-2/+2
2019-03-20i386: Disable OSPKE on CPU model definitionsEduardo Habkost1-3/+3
2019-03-20i386: Make arch_capabilities migratableEduardo Habkost1-1/+0
2019-03-20i386: kvm: Disable arch_capabilities if MSR can't be setEduardo Habkost1-0/+9
2019-03-18target/i386: sev: Do not pin the ram device memory regionSingh, Brijesh1-0/+11
2019-03-11i386: extended the cpuid_level when Intel PT is enabledLuwei Kang2-0/+12
2019-03-11target-i386: add kvm stubs to user-mode emulatorsPaolo Bonzini1-1/+1
2019-02-18qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau1-1/+1
2019-02-18qapi: make query-cpu-model-expansion depend on s390 or x86Marc-André Lureau1-1/+4
2019-02-18qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386Marc-André Lureau1-1/+1
2019-02-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-38/+198
2019-02-05contrib/vhost-user-blk: fix the compilation issuePeter Xu1-3/+11
2019-02-05i386: hvf: Fix smp boot hangsHeiher1-5/+0
2019-02-05gdbstub: Fix i386/x86_64 machine description and add control registersDoug Gale2-6/+191
2019-02-05i386: hvf: Don't miss 16-bit displacementRoman Bolshakov1-1/+1
2019-02-05target-i386: hvf: remove MPX supportPaolo Bonzini1-17/+1
2019-02-05Revert "i386: Add CPUID bit for PCONFIG"Robert Hoo2-2/+1
2019-02-05i386: remove the 'INTEL_PT' CPUID bit from named CPU modelsPaolo Bonzini1-5/+3
2019-02-05i386: remove the new CPUID 'PCONFIG' from Icelake-Server CPU modelRobert Hoo1-2/+1
2019-01-31Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell1-3/+3
2019-01-30Don't talk about the LGPL if the file is licensed under the GPLThomas Huth1-3/+3
2019-01-28i386: Enable NPT and NRIPSAVE for AMD CPUsVitaly Kuznetsov1-0/+8
2019-01-28i386: Update stepping of Cascadelake-ServerTao Xu1-1/+1
2019-01-14i386/kvm: add a comment explaining why .feat_names are commented out for Hype...Vitaly Kuznetsov1-0/+7
2019-01-14x86: host-phys-bits-limit optionEduardo Habkost2-0/+8
2019-01-14target/i386: Disable MPX support on named CPU modelsPaolo Bonzini1-7/+7
2019-01-14target-i386: Reenable RDTSCP support on Opteron_G[345] CPU models CPU modelsBorislav Petkov1-7/+4
2019-01-14i386/kvm: expose HV_CPUID_ENLIGHTMENT_INFO.EAX and HV_CPUID_NESTED_FEATURES.E...Vitaly Kuznetsov3-40/+77
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-6/+6
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2019-01-11hax: Support for Linux hostsAlexandro Sanchez Bach4-6/+6
2019-01-07qdev-props: remove errp from GlobalPropertyMarc-André Lureau1-1/+0
2018-12-20Clean up includesMarkus Armbruster2-2/+2
2018-12-18i386: hvf: drop debug printf in decode_sldtgroupRoman Bolshakov1-2/+0
2018-12-12Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell3-4/+14
2018-12-11i386: Add "stibp" flag nameEduardo Habkost1-1/+1
2018-12-11target/i386/kvm.c: Don't mark cpuid_data as QEMU_PACKEDPeter Maydell1-1/+9
2018-12-11x86/cpu: Enable MOVDIR64B cpu featureLiu Jingqi2-1/+2
2018-12-11x86/cpu: Enable MOVDIRI cpu featureLiu Jingqi2-1/+2
2018-12-11target: hax: fix errors in commentLi Qiang1-1/+1
2018-12-11target: hax: replace g_malloc with g_new0Li Qiang1-12/+3