[RFC PATCH 0/5] KVM: x86: exit to user space on unhandled MSR accesses

2015-08-18 Thread Peter Hornyack
There are numerous MSRs that kvm does not currently handle. On Intel platforms we have observed guest VMs accessing some of these MSRs (for example, MSR_PLATFORM_INFO) and behaving poorly (to the point of guest OS crashes) when they receive a GP fault because the MSR is not emulated. This patchset

Re: [RFC PATCH 0/5] KVM: x86: exit to user space on unhandled MSR accesses

2015-08-19 Thread Bandan Das
Peter Hornyack writes: > There are numerous MSRs that kvm does not currently handle. On Intel > platforms we have observed guest VMs accessing some of these MSRs (for > example, MSR_PLATFORM_INFO) and behaving poorly (to the point of guest OS > crashes) when they receive a GP fault because the MS

Re: [RFC PATCH 0/5] KVM: x86: exit to user space on unhandled MSR accesses

2015-08-20 Thread Peter Hornyack
On Wed, Aug 19, 2015 at 2:43 PM, Bandan Das wrote: > Peter Hornyack writes: > >> There are numerous MSRs that kvm does not currently handle. On Intel >> platforms we have observed guest VMs accessing some of these MSRs (for >> example, MSR_PLATFORM_INFO) and behaving poorly (to the point of guest

Re: [RFC PATCH 0/5] KVM: x86: exit to user space on unhandled MSR accesses

2015-08-24 Thread Bandan Das
Peter Hornyack writes: > On Wed, Aug 19, 2015 at 2:43 PM, Bandan Das wrote: >> Peter Hornyack writes: >> >>> There are numerous MSRs that kvm does not currently handle. On Intel >>> platforms we have observed guest VMs accessing some of these MSRs (for >>> example, MSR_PLATFORM_INFO) and behavi