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