From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: SVM: Cleanup NMI singlestep Date: Mon, 19 Oct 2009 16:52:50 -0200 Message-ID: <20091019185250.GG14227@amt.cnet> References: <4ADAFB06.3040004@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm-devel To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:51637 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755050AbZJSSxF (ORCPT ); Mon, 19 Oct 2009 14:53:05 -0400 Content-Disposition: inline In-Reply-To: <4ADAFB06.3040004@web.de> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Oct 18, 2009 at 01:24:54PM +0200, Jan Kiszka wrote: > Push the NMI-related singlestep variable into vcpu_svm. It's dealing > with an AMD-specific deficit, nothing generic for x86. > > Signed-off-by: Jan Kiszka Applied, thanks.