summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-14i386/cpu: Fix overflow of cache topology fields in CPUID.04HQian Wen1-5/+11
2025-07-14i386/cpu: Fix cpu number overflow in CPUID.01H.EBX[23:16]Qian Wen1-2/+7
2025-07-14i386/cpu: Fix number of addressable IDs field for CPUID.01H.EBX[23:16]Chuang Xu1-1/+11
2025-07-14i386/cpu: Reorder CPUID leaves in cpu_x86_cpuid()Zhao Liu1-30/+30
2025-07-14tests/vm: bump FreeBSD image to 14.3Paolo Bonzini1-2/+2
2025-07-14tests/functional: test_x86_cpu_model_versions: remove dead testsPaolo Bonzini1-98/+12
2025-07-14i386/cpu: Mark CPUID 0x80000008 ECX bits[0:7] & [12:15] as reserved for Intel...Zhao Liu1-0/+11
2025-07-14i386/cpu: Mark CPUID 0x80000007[EBX] as reserved for IntelZhao Liu1-1/+5
2025-07-14i386/cpu: Mark EBX/ECX/EDX in CPUID 0x80000000 leaf as reserved for IntelZhao Liu1-3/+9
2025-07-12i386/cpu: Enable 0x1f leaf for YongFeng by defaultZhao Liu1-1/+5
2025-07-12i386/cpu: Enable 0x1f leaf for SapphireRapids by defaultZhao Liu1-1/+5
2025-07-12i386/cpu: Enable 0x1f leaf for GraniteRapids by defaultZhao Liu1-1/+5
2025-07-12i386/cpu: Enable 0x1f leaf for SierraForest by defaultZhao Liu1-0/+1
2025-07-12i386/cpu: Enable 0x1f leaf for SierraForest by defaultZhao Liu1-1/+4
2025-07-12i386/cpu: Add a "x-force-cpuid-0x1f" propertyManish Mishra1-0/+1
2025-07-12i386/cpu: Introduce cache model for YongFengEwan Hai1-0/+104
2025-07-12i386/cpu: Introduce cache model for SapphireRapidsZhao Liu1-0/+96
2025-07-12i386/cpu: Introduce cache model for GraniteRapidsZhao Liu1-0/+96
2025-07-12i386/cpu: Introduce cache model for SierraForestZhao Liu1-0/+96
2025-07-12i386/cpu: Use a unified cache_info in X86CPUStateZhao Liu2-128/+27
2025-07-12i386/cpu: Select legacy cache model based on vendor in CPUID 0x8000001DZhao Liu1-5/+21
2025-07-12i386/cpu: Select legacy cache model based on vendor in CPUID 0x80000006Zhao Liu1-5/+31
2025-07-12i386/cpu: Select legacy cache model based on vendor in CPUID 0x80000005Zhao Liu1-3/+32
2025-07-12i386/cpu: Select legacy cache model based on vendor in CPUID 0x4Zhao Liu1-9/+34
2025-07-12i386/cpu: Select legacy cache model based on vendor in CPUID 0x2Zhao Liu2-10/+38
2025-07-12i386/cpu: Add legacy_amd_cache_info cache modelZhao Liu1-59/+53
2025-07-12i386/cpu: Add legacy_intel_cache_info cache modelZhao Liu1-47/+54
2025-07-12i386/cpu: Fix CPUID[0x80000006] for Intel CPUZhao Liu1-4/+12
2025-07-12i386/cpu: Rename AMD_ENC_ASSOC to X86_ENC_ASSOCZhao Liu1-8/+8
2025-07-12i386/cpu: Mark CPUID[0x80000005] as reserved for IntelZhao Liu1-4/+8
2025-07-12i386/cpu: Add x-vendor-cpuid-only-v2 option for compatibilityZhao Liu3-1/+21
2025-07-12i386/cpu: Drop CPUID 0x2 specific cache info in X86CPUStateZhao Liu2-21/+13
2025-07-12i386/cpu: Consolidate CPUID 0x4 leafZhao Liu1-11/+37
2025-07-12i386/cpu: Present same cache model in CPUID 0x2 & 0x4Zhao Liu3-2/+16
2025-07-12i386/cpu: Add default cache model for Intel CPUs with level < 4Zhao Liu1-0/+65
2025-07-12i386/cpu: Add descriptor 0x49 for CPUID 0x2 encodingZhao Liu1-1/+12
2025-07-12i386/cpu: Refine comment of CPUID2CacheDescriptorInfoZhao Liu1-9/+22
2025-07-12i386/tdx: Don't mask off CPUID_EXT_PDCMXiaoyao Li1-1/+3
2025-07-12i386/tdx: Remove task->watch only when it's validXiaoyao Li1-1/+3
2025-07-12i386/cpu: Unify family, model and stepping calculation for x86 CPUXiaoyao Li4-12/+38
2025-07-12i386/kvm-cpu: Fix the indentation inside kvm_cpu_realizefn()Xiaoyao Li1-1/+1
2025-07-12i386: Cleanup the usage of CPUID_VENDOR_INTEL_1Xiaoyao Li2-3/+3
2025-07-12i386/cpu: Use CPUID_MODEL_ID_SZ instead of hardcoded 48Xiaoyao Li3-6/+6
2025-07-12i386/cpu: Move the implementation of is_host_cpu_intel() host-cpu.cXiaoyao Li4-10/+10
2025-07-12sev: Provide sev_features flags from IGVM VMSA to KVM_SEV_INIT2Roy Hopkins6-26/+163
2025-07-12i386/sev: Add implementation of CGS set_guest_policy()Roy Hopkins2-0/+95
2025-07-12backends/igvm: Handle policy for SEV guestsRoy Hopkins1-0/+149
2025-07-12backends/igvm: Process initialization sections in IGVM fileRoy Hopkins1-0/+21
2025-07-12backends/confidential-guest-support: Add set_guest_policy() functionRoy Hopkins2-0/+33
2025-07-12docs/interop/firmware.json: Add igvm to FirmwareDeviceRoy Hopkins1-2/+28