From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NiZuq-0007SW-2x for qemu-devel@nongnu.org; Fri, 19 Feb 2010 15:57:36 -0500 Received: from [199.232.76.173] (port=60757 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiZun-0007Ru-86 for qemu-devel@nongnu.org; Fri, 19 Feb 2010 15:57:33 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NiZul-0003lZ-GA for qemu-devel@nongnu.org; Fri, 19 Feb 2010 15:57:32 -0500 Received: from mx20.gnu.org ([199.232.41.8]:43371) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NiZul-0003kS-2K for qemu-devel@nongnu.org; Fri, 19 Feb 2010 15:57:31 -0500 Received: from ey-out-1920.google.com ([74.125.78.150]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NiZuY-0005hO-Ps for qemu-devel@nongnu.org; Fri, 19 Feb 2010 15:57:18 -0500 Received: by ey-out-1920.google.com with SMTP id 3so340994eyh.14 for ; Fri, 19 Feb 2010 12:57:07 -0800 (PST) Message-ID: <4B7EFB1E.1020806@codemonkey.ws> Date: Fri, 19 Feb 2010 14:57:02 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] QEMU kill CR3_CACHE references References: <4B7E330C.4090302@redhat.com> In-Reply-To: <4B7E330C.4090302@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes Sorensen Cc: Anthony Liguori , Marcelo Tosatti , QEMU Developers , KVM General On 02/19/2010 12:43 AM, Jes Sorensen wrote: > Hi, > > The CR3 caching was never implemented in QEMU and is obsoleted by > NPT/EPT. This patch removes the unused references to it from > target-i386/kvm.c. Let's bring this through uq/master? Sound reasonable Marcelo? Regards, Anthony Liguori > Cheers, > Jes >