index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
cpu.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-31
target/i386: Add feature dependencies for AVX10
Tao Su
1
-0
/
+4
2024-10-31
target/i386: add CPUID.24 features for AVX10
Tao Su
1
-0
/
+8
2024-10-31
target/i386: add AVX10 feature and AVX10 version property
Tao Su
1
-0
/
+4
2024-10-31
target/i386: Wrap cc_op_live with a validity check
Richard Henderson
1
-1
/
+0
2024-10-31
target/i386: Introduce cc_op_size
Richard Henderson
1
-1
/
+16
2024-10-31
target/i386: Rearrange CCOp
Richard Henderson
1
-6
/
+8
2024-10-31
target/i386: remove CC_OP_CLR
Paolo Bonzini
1
-1
/
+0
2024-10-31
target/i386: Expose new feature bits in CPUID 8000_0021_EAX/EBX
Babu Moger
1
-0
/
+9
2024-10-31
target/i386: Expose bits related to SRSO vulnerability
Babu Moger
1
-3
/
+11
2024-10-31
target/i386: Add PerfMonV2 feature bit
Sandipan Das
1
-0
/
+4
2024-10-31
target/i386: Fix minor typo in NO_NESTED_DATA_BP feature bit
Babu Moger
1
-1
/
+1
2024-10-17
target/i386: Add support save/load HWCR MSR
Gao Shiyuan
1
-0
/
+5
2024-10-17
target/i386: Enable fdp-excptn-only and zero-fcs-fds
Xiaoyao Li
1
-0
/
+4
2024-10-13
target/i386/gdbstub: Expose orig_ax
Ilya Leoshkevich
1
-0
/
+1
2024-10-02
target/i386: Raise the highest index value used for any VMCS encoding
Lei Wang
1
-0
/
+1
2024-10-02
target/i386: Delete duplicated macro definition CR4_FRED_MASK
Xin Li (Intel)
1
-6
/
+0
2024-08-21
target/i386: Fix carry flag for BLSI
Richard Henderson
1
-0
/
+5
2024-07-22
Add support for RAPL MSRs in KVM/Qemu
Anthony Harivel
1
-0
/
+8
2024-07-16
target/i386/tcg: Introduce x86_mmu_index_{kernel_,}pl
Richard Henderson
1
-9
/
+2
2024-07-04
target/i386/SEV: implement mask_cpuid_features
Paolo Bonzini
1
-0
/
+4
2024-07-03
target/i386: do not include undefined bits in the AMD topoext leaf
Paolo Bonzini
1
-0
/
+3
2024-07-03
target/i386: pass X86CPU to x86_cpu_get_supported_feature_word
Paolo Bonzini
1
-2
/
+1
2024-06-28
target/i386: give CC_OP_POPCNT low bits corresponding to MO_TL
Paolo Bonzini
1
-2
/
+11
2024-06-28
target/i386: use cpu_cc_dst for CC_OP_POPCNT
Paolo Bonzini
1
-1
/
+1
2024-06-19
target/i386: Remove X86CPU::kvm_no_smi_migration field
Philippe Mathieu-Daudé
1
-3
/
+0
2024-06-11
target/i386: rewrite flags writeback for ADCX/ADOX
Paolo Bonzini
1
-4
/
+5
2024-06-08
i386: Add support for overflow recovery
John Allen
1
-0
/
+1
2024-06-08
i386: Add support for SUCCOR feature
John Allen
1
-0
/
+4
2024-06-08
i386: Fix MCE support for AMD hosts
John Allen
1
-0
/
+2
2024-06-08
target/i386: Add get/set/migrate support for FRED MSRs
Xin Li
1
-0
/
+22
2024-06-08
target/i386: enumerate VMX nested-exception support
Xin Li
1
-0
/
+1
2024-06-08
target/i386: mark CR4.FRED not reserved
Xin Li
1
-1
/
+16
2024-06-08
target/i386: add support for FRED in CPUID enumeration
Xin Li
1
-0
/
+6
2024-05-26
target/i386: Pass host pointer and size to cpu_x86_{xsave,xrstor}
Richard Henderson
1
-2
/
+2
2024-05-26
target/i386: Pass host pointer and size to cpu_x86_{fxsave,fxrstor}
Richard Henderson
1
-2
/
+2
2024-05-26
target/i386: Pass host pointer and size to cpu_x86_{fsave,frstor}
Richard Henderson
1
-4
/
+6
2024-05-26
target/i386: Add {hw,sw}_reserved to X86LegacyXSaveArea
Richard Henderson
1
-14
/
+25
2024-05-26
target/i386: Add rbfm argument to cpu_x86_{xsave,xrstor}
Richard Henderson
1
-2
/
+2
2024-05-22
i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[4]
Zhao Liu
1
-0
/
+5
2024-05-22
i386: Add cache topology info in CPUCacheInfo
Zhao Liu
1
-0
/
+7
2024-05-22
i386/cpu: Introduce module-id to X86CPU
Zhao Liu
1
-0
/
+1
2024-05-22
i386: Expose module level in CPUID[0x1F]
Zhao Liu
1
-0
/
+1
2024-05-22
i386: Introduce module level cpu topology to CPUX86State
Zhao Liu
1
-0
/
+3
2024-05-22
i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]
Zhao Liu
1
-4
/
+9
2024-05-22
i386/cpu: Introduce bitmap to cache available CPU topology levels
Zhao Liu
1
-0
/
+4
2024-05-22
target/i386: add control bits support for LAM
Binbin Wu
1
-1
/
+6
2024-05-22
target/i386: add support for LAM in CPUID enumeration
Robert Hoo
1
-0
/
+2
2024-05-10
target/i386: remove PCOMMIT from TCG, deprecate property
Paolo Bonzini
1
-2
/
+0
2024-05-07
target/i386: Fix CPUID encoding of Fn8000001E_ECX
Babu Moger
1
-0
/
+6
2024-04-26
target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'
Philippe Mathieu-Daudé
1
-3
/
+0
[next]