MSR_IA32_PERF_STATUS is read-only, yet exposed for save/restore. This generates annoying printk()s when userspace attempts to initialize it. The value returned is also bogus, the comments appear to refer to another msr. Fix both issues. Alex, please test with a guest Mac. Avi Kivity (2): KVM: Don't save/restore MSR_IA32_PERF_STATUS KVM: Fix bogus value returned for MSR_IA32_PERF_STATUS arch/x86/kvm/x86.c | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html