Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EA…
…X[bits 25:14] CPUID[0x8000001D].EAX[bits 25:14] NumSharingCache: number of logical processors sharing cache. The number of logical processors sharing this cache is NumSharingCache + 1. After cache models have topology information, we can use CPUCacheInfo.share_level to decide which topology level to be encoded into CPUID[0x8000001D].EAX[bits 25:14]. Tested-by: Yongwei Ma <[email protected]> Signed-off-by: Zhao Liu <[email protected]> Tested-by: Babu Moger <[email protected]> Reviewed-by: Babu Moger <[email protected]> Message-ID: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
- Loading branch information