All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix MCE not cleared on reset
@ 2010-07-07 11:09 Avi Kivity
  2010-07-07 11:09 ` [PATCH 1/2] KVM: Expose MCE control MSRs to userspace Avi Kivity
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Avi Kivity @ 2010-07-07 11:09 UTC (permalink / raw)
  To: kvm; +Cc: Marcelo Tosatti, Huang Ying

Injecting an MCE will often panic the guest kernel.  After reset, however,
a new MCE will not be recognized because kvm thinks the first one is still
being processed.

Fix by exposing the MCE MSRs to userspace, which will clear them on reset.

Avi Kivity (2):
  KVM: Expose MCE control MSRs to userspace
  KVM: Document MCE banks non-exposure via KVM_GET_MSR_INDEX_LIST

 Documentation/kvm/api.txt |    4 ++++
 arch/x86/kvm/x86.c        |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-07-12 19:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-07 11:09 [PATCH 0/2] Fix MCE not cleared on reset Avi Kivity
2010-07-07 11:09 ` [PATCH 1/2] KVM: Expose MCE control MSRs to userspace Avi Kivity
2010-07-08  2:07   ` Huang Ying
2010-07-08  7:43     ` Avi Kivity
2010-07-08  8:03       ` Huang Ying
2010-07-08  8:16         ` Avi Kivity
2010-07-08  8:47           ` Huang Ying
2010-07-08  9:12             ` Avi Kivity
2010-07-12  0:10               ` Huang Ying
2010-07-07 11:09 ` [PATCH 2/2] KVM: Document MCE banks non-exposure via KVM_GET_MSR_INDEX_LIST Avi Kivity
2010-07-12 18:05 ` [PATCH 0/2] Fix MCE not cleared on reset Marcelo Tosatti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.