From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zachary Amsden Subject: Re: [PATCH] QEMU kill CR3_CACHE references Date: Thu, 18 Feb 2010 23:46:55 -1000 Message-ID: <4B7E5E0F.80609@redhat.com> References: <4B7E330C.4090302@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Anthony Liguori , QEMU Developers , KVM General , Marcelo Tosatti To: Jes Sorensen Return-path: Received: from mx1.redhat.com ([209.132.183.28]:1599 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751364Ab0BSJrD (ORCPT ); Fri, 19 Feb 2010 04:47:03 -0500 In-Reply-To: <4B7E330C.4090302@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: > 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