From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH 0/10] Nested SVM fixes (and Win7-64bit bringup) Date: Thu, 18 Feb 2010 17:33:58 +0100 Message-ID: <20100218163358.GT22141@amd.com> References: <1266493115-28386-1-git-send-email-joerg.roedel@amd.com> <4B7D4FBA.2030204@redhat.com> <9769FCB3-A4E4-4934-808C-A83ADCC72356@suse.de> <4B7D54AD.5080601@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: Alexander Graf , Marcelo Tosatti , kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: Avi Kivity Return-path: Received: from va3ehsobe001.messaging.microsoft.com ([216.32.180.11]:20179 "EHLO VA3EHSOBE001.bigfish.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758488Ab0BRQek (ORCPT ); Thu, 18 Feb 2010 11:34:40 -0500 Content-Disposition: inline In-Reply-To: <4B7D54AD.5080601@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Feb 18, 2010 at 04:54:37PM +0200, Avi Kivity wrote: > On 02/18/2010 04:48 PM, Alexander Graf wrote: > >On 18.02.2010, at 15:33, Avi Kivity wrote: > > > >>On 02/18/2010 01:38 PM, Joerg Roedel wrote: > >>>Hi, > >>> > >>>here is a couple of fixes for the nested SVM implementation. I collected these > >>>fixes mostly when trying to get Windows 7 64bit running as an L2 guest. Most > >>>important fixes in this set make lazy fpu switching working with nested SVM and > >>>the nested tpr handling fixes. Without the later fix the l1 guest freezes when > >>>trying to run win7 as l2 guest. Please review and comment on these patches :-) > >>> > >>Overall looks good. Would appreciate Alex looking over these as well. > >The kmap thing is broken though, right? > > Oh yes, but that's a search and replace, not something needing deep rework. Great. I'll post again with fixes soon. Joerg