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:
parent
31f48d12a2
commit
e049abb542
|
@ -402,6 +402,10 @@ int32_t set_vcpuid_entries(struct acrn_vm *vm)
|
|||
case 0x10U:
|
||||
/* Intel Processor Trace */
|
||||
case 0x14U:
|
||||
/* PCONFIG */
|
||||
case 0x1bU:
|
||||
/* V2 Extended Topology Enumeration Leaf */
|
||||
case 0x1fU:
|
||||
break;
|
||||
default:
|
||||
init_vcpuid_entry(i, 0U, 0U, &entry);
|
||||
|
|
Loading…
Reference in New Issue