mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
cpu-gather: Add IA32_CORE_CAPABILITY_MSR
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
942cf935d6
commit
bed50bcbbb
@ -61,6 +61,7 @@ def gather_msr():
|
|||||||
msrs = dict()
|
msrs = dict()
|
||||||
addresses = [
|
addresses = [
|
||||||
0x10a, # IA32_ARCH_CAPABILITIES_MSR
|
0x10a, # IA32_ARCH_CAPABILITIES_MSR
|
||||||
|
0xcf, # IA32_CORE_CAPABILITY_MSR
|
||||||
]
|
]
|
||||||
KVM_GET_MSRS = 0xc008ae88
|
KVM_GET_MSRS = 0xc008ae88
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user