Re: [PATCH 8/8] KVM: SVM: Handle MCE intercepts always on host level

2010-04-23 Thread Alexander Graf
On 22.04.2010, at 12:33, Joerg Roedel wrote: This patch prevents MCE intercepts from being propagated into the L1 guest if they happened in an L2 guest. Good catch. How did you stumble over this? Ack. Alex -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a

Re: [PATCH 8/8] KVM: SVM: Handle MCE intercepts always on host level

2010-04-23 Thread Joerg Roedel
On Fri, Apr 23, 2010 at 03:58:18PM +0200, Alexander Graf wrote: On 22.04.2010, at 12:33, Joerg Roedel wrote: This patch prevents MCE intercepts from being propagated into the L1 guest if they happened in an L2 guest. Good catch. How did you stumble over this? While thinking about

[PATCH 8/8] KVM: SVM: Handle MCE intercepts always on host level

2010-04-22 Thread Joerg Roedel
This patch prevents MCE intercepts from being propagated into the L1 guest if they happened in an L2 guest. Signed-off-by: Joerg Roedel joerg.roe...@amd.com --- arch/x86/kvm/svm.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c