From patchwork Mon Oct 26 18:50:14 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcelo Tosatti X-Patchwork-Id: 55957 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n9QIpuFl020749 for ; Mon, 26 Oct 2009 18:51:57 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752935AbZJZSvh (ORCPT ); Mon, 26 Oct 2009 14:51:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752452AbZJZSvh (ORCPT ); Mon, 26 Oct 2009 14:51:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32630 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752873AbZJZSvg (ORCPT ); Mon, 26 Oct 2009 14:51:36 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9QIpflV016462 for ; Mon, 26 Oct 2009 14:51:41 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n9QIpehW015077; Mon, 26 Oct 2009 14:51:40 -0400 Received: from amt.cnet (vpn-10-126.str.redhat.com [10.32.10.126]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n9QIpcTZ018669; Mon, 26 Oct 2009 14:51:39 -0400 Received: from amt.cnet (amt.cnet [127.0.0.1]) by amt.cnet (Postfix) with ESMTP id 010EA681213; Mon, 26 Oct 2009 16:50:16 -0200 (BRST) Received: (from marcelo@localhost) by amt.cnet (8.14.3/8.14.3/Submit) id n9QIoEge006633; Mon, 26 Oct 2009 16:50:14 -0200 Date: Mon, 26 Oct 2009 16:50:14 -0200 From: Marcelo Tosatti To: Avi Kivity Cc: kvm Subject: KVM: MMU: update invlpg handler comment Message-ID: <20091026185014.GE6016@amt.cnet> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.16 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Index: b/arch/x86/kvm/paging_tmpl.h =================================================================== --- a/arch/x86/kvm/paging_tmpl.h +++ b/arch/x86/kvm/paging_tmpl.h @@ -467,7 +467,6 @@ static void FNAME(invlpg)(struct kvm_vcp level = iterator.level; sptep = iterator.sptep; - /* FIXME: properly handle invlpg on large guest pages */ if (level == PT_PAGE_TABLE_LEVEL || ((level == PT_DIRECTORY_LEVEL && is_large_pte(*sptep))) || ((level == PT_PDPE_LEVEL && is_large_pte(*sptep)))) {