aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.c
AgeCommit message (Expand)Author
2024-02-28target/i386: Fix physical address truncationPaolo Bonzini
2024-02-28target/i386: use separate MMU indexes for 32-bit accessesPaolo Bonzini
2024-02-23target/i386: do not filter processor tracing features except on KVMPaolo Bonzini
2024-02-16target/i386: Add support of KVM_FEATURE_ASYNC_PF_VMEXIT for guestXiaoyao Li
2024-02-16i386/cpu: Mask with XCR0/XSS mask for FEAT_XSAVE_XCR0_HI and FEAT_XSAVE_XSS_H...Xiaoyao Li
2024-02-16i386/cpu: Clear FEAT_XSAVE_XSS_LO/HI leafs when CPUID_EXT_XSAVE is not availableXiaoyao Li
2024-02-14target/i386/cpu: Fix typo in commentBernhard Beschow
2024-02-14apic, i386/tcg: add x2apic transitionsBui Quang Minh
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson
2024-02-03target/i386: Populate CPUClass.mmu_indexRichard Henderson
2024-01-19accel: Do not set CPUState::tcg_cflags in non-TCG accelsPhilippe Mathieu-Daudé
2024-01-05target: Use generic cpu_model_from_type()Gavin Shan
2023-12-29target/i386: implement CMPccXADDPaolo Bonzini
2023-12-20target: Restrict 'sysemu/reset.h' to system emulationPhilippe Mathieu-Daudé
2023-11-17target/i386/cpu: Improve error message for property "vendor"Markus Armbruster
2023-11-07system/cpus: Fix CPUState.nr_cores' calculationZhuocheng Ding
2023-10-25target/i386: check CPUID_PAE to determine 36 bit processor address spaceAni Sinha
2023-10-25target/i386: implement SHA instructionsPaolo Bonzini
2023-10-17target/i386/cpu: Fix CPUID_HT exposureXiaoyao Li
2023-10-11hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki
2023-10-07target/i386: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé
2023-10-07sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targetsPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson
2023-09-26target/i386/cpu: avoid shadowed local variablesPaolo Bonzini
2023-09-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-21target/i386: Export GDS_NO bit to guestsPawan Gupta
2023-09-21target/i386: enumerate bit 56 of MSR_IA32_VMX_BASICPaolo Bonzini
2023-09-20i386: spelling fixesMichael Tokarev
2023-09-13target/i386: Call accel-agnostic x86_cpu_get_supported_cpuid()Philippe Mathieu-Daudé
2023-09-13target/i386: Drop accel_uses_host_cpuid before x86_cpu_get_supported_cpuidPhilippe Mathieu-Daudé
2023-09-13target/i386: Check kvm_hyperv_expand_features() return valuePhilippe Mathieu-Daudé
2023-09-01target/i386: Add support for AMX-COMPLEX in CPUID enumerationTao Su
2023-08-28target/i386: add support for VMX_SECONDARY_EXEC_ENABLE_USER_WAIT_PAUSEAke Koomsin
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