index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-07-14
i386/cpu: Fix overflow of cache topology fields in CPUID.04H
Qian Wen
1
-5
/
+11
2025-07-14
i386/cpu: Fix cpu number overflow in CPUID.01H.EBX[23:16]
Qian Wen
1
-2
/
+7
2025-07-14
i386/cpu: Fix number of addressable IDs field for CPUID.01H.EBX[23:16]
Chuang Xu
1
-1
/
+11
2025-07-14
i386/cpu: Reorder CPUID leaves in cpu_x86_cpuid()
Zhao Liu
1
-30
/
+30
2025-07-14
tests/vm: bump FreeBSD image to 14.3
Paolo Bonzini
1
-2
/
+2
2025-07-14
tests/functional: test_x86_cpu_model_versions: remove dead tests
Paolo Bonzini
1
-98
/
+12
2025-07-14
i386/cpu: Mark CPUID 0x80000008 ECX bits[0:7] & [12:15] as reserved for Intel...
Zhao Liu
1
-0
/
+11
2025-07-14
i386/cpu: Mark CPUID 0x80000007[EBX] as reserved for Intel
Zhao Liu
1
-1
/
+5
2025-07-14
i386/cpu: Mark EBX/ECX/EDX in CPUID 0x80000000 leaf as reserved for Intel
Zhao Liu
1
-3
/
+9
2025-07-12
i386/cpu: Enable 0x1f leaf for YongFeng by default
Zhao Liu
1
-1
/
+5
2025-07-12
i386/cpu: Enable 0x1f leaf for SapphireRapids by default
Zhao Liu
1
-1
/
+5
2025-07-12
i386/cpu: Enable 0x1f leaf for GraniteRapids by default
Zhao Liu
1
-1
/
+5
2025-07-12
i386/cpu: Enable 0x1f leaf for SierraForest by default
Zhao Liu
1
-0
/
+1
2025-07-12
i386/cpu: Enable 0x1f leaf for SierraForest by default
Zhao Liu
1
-1
/
+4
2025-07-12
i386/cpu: Add a "x-force-cpuid-0x1f" property
Manish Mishra
1
-0
/
+1
2025-07-12
i386/cpu: Introduce cache model for YongFeng
Ewan Hai
1
-0
/
+104
2025-07-12
i386/cpu: Introduce cache model for SapphireRapids
Zhao Liu
1
-0
/
+96
2025-07-12
i386/cpu: Introduce cache model for GraniteRapids
Zhao Liu
1
-0
/
+96
2025-07-12
i386/cpu: Introduce cache model for SierraForest
Zhao Liu
1
-0
/
+96
2025-07-12
i386/cpu: Use a unified cache_info in X86CPUState
Zhao Liu
2
-128
/
+27
2025-07-12
i386/cpu: Select legacy cache model based on vendor in CPUID 0x8000001D
Zhao Liu
1
-5
/
+21
2025-07-12
i386/cpu: Select legacy cache model based on vendor in CPUID 0x80000006
Zhao Liu
1
-5
/
+31
2025-07-12
i386/cpu: Select legacy cache model based on vendor in CPUID 0x80000005
Zhao Liu
1
-3
/
+32
2025-07-12
i386/cpu: Select legacy cache model based on vendor in CPUID 0x4
Zhao Liu
1
-9
/
+34
2025-07-12
i386/cpu: Select legacy cache model based on vendor in CPUID 0x2
Zhao Liu
2
-10
/
+38
2025-07-12
i386/cpu: Add legacy_amd_cache_info cache model
Zhao Liu
1
-59
/
+53
2025-07-12
i386/cpu: Add legacy_intel_cache_info cache model
Zhao Liu
1
-47
/
+54
2025-07-12
i386/cpu: Fix CPUID[0x80000006] for Intel CPU
Zhao Liu
1
-4
/
+12
2025-07-12
i386/cpu: Rename AMD_ENC_ASSOC to X86_ENC_ASSOC
Zhao Liu
1
-8
/
+8
2025-07-12
i386/cpu: Mark CPUID[0x80000005] as reserved for Intel
Zhao Liu
1
-4
/
+8
2025-07-12
i386/cpu: Add x-vendor-cpuid-only-v2 option for compatibility
Zhao Liu
3
-1
/
+21
2025-07-12
i386/cpu: Drop CPUID 0x2 specific cache info in X86CPUState
Zhao Liu
2
-21
/
+13
2025-07-12
i386/cpu: Consolidate CPUID 0x4 leaf
Zhao Liu
1
-11
/
+37
2025-07-12
i386/cpu: Present same cache model in CPUID 0x2 & 0x4
Zhao Liu
3
-2
/
+16
2025-07-12
i386/cpu: Add default cache model for Intel CPUs with level < 4
Zhao Liu
1
-0
/
+65
2025-07-12
i386/cpu: Add descriptor 0x49 for CPUID 0x2 encoding
Zhao Liu
1
-1
/
+12
2025-07-12
i386/cpu: Refine comment of CPUID2CacheDescriptorInfo
Zhao Liu
1
-9
/
+22
2025-07-12
i386/tdx: Don't mask off CPUID_EXT_PDCM
Xiaoyao Li
1
-1
/
+3
2025-07-12
i386/tdx: Remove task->watch only when it's valid
Xiaoyao Li
1
-1
/
+3
2025-07-12
i386/cpu: Unify family, model and stepping calculation for x86 CPU
Xiaoyao Li
4
-12
/
+38
2025-07-12
i386/kvm-cpu: Fix the indentation inside kvm_cpu_realizefn()
Xiaoyao Li
1
-1
/
+1
2025-07-12
i386: Cleanup the usage of CPUID_VENDOR_INTEL_1
Xiaoyao Li
2
-3
/
+3
2025-07-12
i386/cpu: Use CPUID_MODEL_ID_SZ instead of hardcoded 48
Xiaoyao Li
3
-6
/
+6
2025-07-12
i386/cpu: Move the implementation of is_host_cpu_intel() host-cpu.c
Xiaoyao Li
4
-10
/
+10
2025-07-12
sev: Provide sev_features flags from IGVM VMSA to KVM_SEV_INIT2
Roy Hopkins
6
-26
/
+163
2025-07-12
i386/sev: Add implementation of CGS set_guest_policy()
Roy Hopkins
2
-0
/
+95
2025-07-12
backends/igvm: Handle policy for SEV guests
Roy Hopkins
1
-0
/
+149
2025-07-12
backends/igvm: Process initialization sections in IGVM file
Roy Hopkins
1
-0
/
+21
2025-07-12
backends/confidential-guest-support: Add set_guest_policy() function
Roy Hopkins
2
-0
/
+33
2025-07-12
docs/interop/firmware.json: Add igvm to FirmwareDevice
Roy Hopkins
1
-2
/
+28
[next]