Re: [PATCH] kvm/svm: fix DR interception handling on upcoming AMD CPUs

2011-02-09 Thread Avi Kivity
On 02/09/2011 02:56 PM, Roedel, Joerg wrote: On Wed, Feb 09, 2011 at 05:43:28AM -0500, Andre Przywara wrote: > Roedel, Joerg wrote: > > On Tue, Feb 08, 2011 at 07:22:29PM -0500, Andre Przywara wrote: > >> Somehow the code line advancing the RIP and checking for exceptions > >> got dropped

Re: [PATCH] kvm/svm: fix DR interception handling on upcoming AMD CPUs

2011-02-09 Thread Roedel, Joerg
On Wed, Feb 09, 2011 at 05:43:28AM -0500, Andre Przywara wrote: > Roedel, Joerg wrote: > > On Tue, Feb 08, 2011 at 07:22:29PM -0500, Andre Przywara wrote: > >> Somehow the code line advancing the RIP and checking for exceptions > >> got dropped between the post on the ML and the commit. > >> Add it

Re: [PATCH] kvm/svm: fix DR interception handling on upcoming AMD CPUs

2011-02-09 Thread Andre Przywara
cted version of the patch instead. Regards, Andre. -- From 8c1dced7b4f80e4968b03656aee2452535b2ef2f Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Wed, 9 Feb 2011 01:10:45 +0100 Subject: [PATCH] kvm/svm: fix DR interception handling on upcoming AMD CPUs Somehow the code line advancing the R

Re: [PATCH] kvm/svm: fix DR interception handling on upcoming AMD CPUs

2011-02-09 Thread Roedel, Joerg
On Tue, Feb 08, 2011 at 07:22:29PM -0500, Andre Przywara wrote: > Somehow the code line advancing the RIP and checking for exceptions > got dropped between the post on the ML and the commit. > Add it again to let guests boot on upcoming AMD CPUs again. > > Reported-by: Joerg Roedel > Signed-off-b

[PATCH] kvm/svm: fix DR interception handling on upcoming AMD CPUs

2011-02-08 Thread Andre Przywara
Somehow the code line advancing the RIP and checking for exceptions got dropped between the post on the ML and the commit. Add it again to let guests boot on upcoming AMD CPUs again. Reported-by: Joerg Roedel Signed-off-by: Andre Przywara --- arch/x86/kvm/svm.c |1 + 1 files changed, 1 inse