From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NiPRv-0000Is-EU for qemu-devel@nongnu.org; Fri, 19 Feb 2010 04:47:03 -0500 Received: from [199.232.76.173] (port=51800 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiPRu-0000Ik-Vq for qemu-devel@nongnu.org; Fri, 19 Feb 2010 04:47:03 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NiPRu-0005RE-Gs for qemu-devel@nongnu.org; Fri, 19 Feb 2010 04:47:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6030) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NiPRu-0005R8-5P for qemu-devel@nongnu.org; Fri, 19 Feb 2010 04:47:02 -0500 Message-ID: <4B7E5E0F.80609@redhat.com> Date: Thu, 18 Feb 2010 23:46:55 -1000 From: Zachary Amsden MIME-Version: 1.0 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 Subject: [Qemu-devel] Re: [PATCH] QEMU kill CR3_CACHE references 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 > 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. This feature was broken by design. Glad to see it go. Zach