From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [Qemu-devel] [PATCH] QEMU kill CR3_CACHE references Date: Fri, 19 Feb 2010 14:57:02 -0600 Message-ID: <4B7EFB1E.1020806@codemonkey.ws> 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 , Marcelo Tosatti , QEMU Developers , KVM General To: Jes Sorensen Return-path: Received: from mail-ew0-f228.google.com ([209.85.219.228]:64767 "EHLO mail-ew0-f228.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751775Ab0BSU5J (ORCPT ); Fri, 19 Feb 2010 15:57:09 -0500 Received: by ewy28 with SMTP id 28so611626ewy.28 for ; Fri, 19 Feb 2010 12:57:07 -0800 (PST) In-Reply-To: <4B7E330C.4090302@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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 >