mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-02 17:34:27 +00:00
hv: vcpuid: hide new cpuid 0x1b/0x1f
Hide CPUID 0x1b (PCONFIG) and 0x1f (Extended Topology Enumeration Leaf) Tracked-On: #5929 Signed-off-by: Li Fei1 <fei1.li@intel.com>
This commit is contained in:
@@ -402,6 +402,10 @@ int32_t set_vcpuid_entries(struct acrn_vm *vm)
|
|||||||
case 0x10U:
|
case 0x10U:
|
||||||
/* Intel Processor Trace */
|
/* Intel Processor Trace */
|
||||||
case 0x14U:
|
case 0x14U:
|
||||||
|
/* PCONFIG */
|
||||||
|
case 0x1bU:
|
||||||
|
/* V2 Extended Topology Enumeration Leaf */
|
||||||
|
case 0x1fU:
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
init_vcpuid_entry(i, 0U, 0U, &entry);
|
init_vcpuid_entry(i, 0U, 0U, &entry);
|
||||||
|
Reference in New Issue
Block a user