Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e90aa41e authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: Don't save/restore MSR_IA32_PERF_STATUS



It is read/only; restoring it only results in annoying messages.

Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent eaa48512
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -739,7 +739,7 @@ static u32 msrs_to_save[] = {
#ifdef CONFIG_X86_64
	MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR,
#endif
	MSR_IA32_TSC, MSR_IA32_PERF_STATUS, MSR_IA32_CR_PAT, MSR_VM_HSAVE_PA
	MSR_IA32_TSC, MSR_IA32_CR_PAT, MSR_VM_HSAVE_PA
};

static unsigned num_msrs_to_save;