aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.c
AgeCommit message (Expand)Author
2023-07-07target/i386: Add new CPU model GraniteRapidsTao Su
2023-07-07target/i386: Add few security fix bits in ARCH_CAPABILITIES into SapphireRapi...Lei Wang
2023-07-07target/i386: Add support for MCDT_NO in CPUID enumerationTao Su
2023-07-07target/i386: Adjust feature level according to FEAT_7_1_EDXTao Su
2023-06-29target/i386: emulate 64-bit ring 0 for linux-user if LM feature is setPaolo Bonzini
2023-06-29target/i386: ignore CPL0-specific features in user mode emulationPaolo Bonzini
2023-06-29target/i386: ignore ARCH_CAPABILITIES features in user mode emulationPaolo Bonzini
2023-06-29target/i386: Export MSR_ARCH_CAPABILITIES bits to guestsPawan Gupta
2023-06-26target/i386: implement SYSCALL/SYSRET in 32-bit emulatorsPaolo Bonzini
2023-06-26target/i386: implement RDPID in TCGPaolo Bonzini
2023-06-26target/i386: Intel only supports SYSCALL/SYSRET in long modePaolo Bonzini
2023-06-26target/i386: TCG supports WBNOINVDPaolo Bonzini
2023-06-26target/i386: TCG supports XSAVEERPTRPaolo Bonzini
2023-06-26target/i386: TCG supports RDSEEDPaolo Bonzini
2023-06-26target/i386: TCG supports 3DNow! prefetch(w)Paolo Bonzini
2023-05-25target/i386: EPYC-Rome model without XSAVESMaksim Davydov
2023-05-18target/i386: add support for FB_CLEAR featureEmanuele Giuseppe Esposito
2023-05-18target/i386: add support for FLUSH_L1D featureEmanuele Giuseppe Esposito
2023-05-08target/i386: Add EPYC-Genoa model to support Zen 4 processor seriesBabu Moger
2023-05-08target/i386: Add VNMI and automatic IBRS feature bitsBabu Moger
2023-05-08target/i386: Add missing feature bits in EPYC-Milan modelBabu Moger
2023-05-08target/i386: Add feature bits for CPUID_Fn80000021_EAXBabu Moger
2023-05-08target/i386: Add a couple of feature bits in 8000_0008_EBXBabu Moger
2023-05-08target/i386: Add new EPYC CPU versions with updated cache_infoMichael Roth
2023-05-08target/i386: allow versioned CPUs to specify new cache_infoMichael Roth
2023-04-28target/i386: Add support for PREFETCHIT0/1 in CPUID enumerationJiaxi Chen
2023-04-28target/i386: Add support for AVX-NE-CONVERT in CPUID enumerationJiaxi Chen
2023-04-28target/i386: Add support for AVX-VNNI-INT8 in CPUID enumerationJiaxi Chen
2023-04-28target/i386: Add support for AVX-IFMA in CPUID enumerationJiaxi Chen
2023-04-28target/i386: Add support for AMX-FP16 in CPUID enumerationJiaxi Chen
2023-04-28target/i386: Add support for CMPCCXADD in CPUID enumerationJiaxi Chen
2023-04-28i386/cpu: Update how the EBX register of CPUID 0x8000001F is setTom Lendacky
2023-04-22Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-04-20target/i386: Set family/model/stepping of the "max" CPU according to LM bitThomas Huth
2023-04-20target/i386: Change wrong XFRM value in SGX CPUID leafYang Zhong
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson
2023-03-02Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-03-02Merge tag 'pull-monitor-2023-03-02' of https://repo.or.cz/qemu/armbru into st...Peter Maydell
2023-03-02target/i386: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé
2023-03-01target/i386: set `CF_PCREL` in `x86_cpu_realizefn`Anton Johansson
2023-03-01i386/kvm: handle Xen HVM cpuid leavesJoao Martins
2023-02-27i386: Add new CPU model SapphireRapidsWang, Lei
2023-02-27target/i386: add FZRM, FSRS, FSRCPaolo Bonzini
2023-02-27target/i386: add FSRM to TCGPaolo Bonzini
2023-01-06target/i386: Add SGX aex-notify and EDECCSSA supportKai Huang
2022-12-16target/i386: Convert to 3-phase resetPeter Maydell
2022-12-14qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster
2022-10-22target/i386: implement FMA instructionsPaolo Bonzini
2022-10-20target/i386: implement F16C instructionsPaolo Bonzini
2022-10-18target/i386: Enable AVX cpuid bits when using TCGPaul Brook