public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] SVM: handle MCEs properly
@ 2008-04-09 12:15 Joerg Roedel
  2008-04-09 12:15 ` [PATCH 1/3] SVM: indent svm_set_cr4 with tabs instead of spaces Joerg Roedel
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Joerg Roedel @ 2008-04-09 12:15 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel, Joerg Roedel

This patchset implements proper MCE handling for SVM in the KVM hypervisor.
Currently KVM does not set CR4.MCE when it runs the guest. When a MCE condition
occurs while the guest is running the exception gets lost. This may result in
data corruption or other undefined behaviour. This patchset sets CR4.MCE to the
value in the host and adds the intercept for machine check exceptions to the
SVM implementation. When this intercept occurs, it calls the host MCE exception
handler manually.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>




-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

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

end of thread, other threads:[~2008-04-10 23:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-09 12:15 [PATCH 0/3] SVM: handle MCEs properly Joerg Roedel
2008-04-09 12:15 ` [PATCH 1/3] SVM: indent svm_set_cr4 with tabs instead of spaces Joerg Roedel
2008-04-09 12:15 ` [PATCH 2/3] SVM: align shadow CR4.MCE with host Joerg Roedel
2008-04-09 12:15 ` [PATCH 3/3] SVM: add intercept for machine check exception Joerg Roedel
2008-04-10 23:31 ` [PATCH 0/3] SVM: handle MCEs properly Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox