From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [kvm-devel] [PATCH] export notifier #1 Date: Wed, 23 Jan 2008 22:45:14 -0800 Message-ID: <479833FA.2000208@goop.org> References: <478E4356.7030303@qumranet.com> <20080117162302.GI7170@v2.random> <478F9C9C.7070500@qumranet.com> <20080117193252.GC24131@v2.random> <20080121125204.GJ6970@v2.random> <4795F9D2.1050503@qumranet.com> <20080122144332.GE7331@v2.random> <20080122200858.GB15848@v2.random> <4797384B.7080200@redhat.com> <20080123154130.GC7141@v2.random> <47977DCA.3040904@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Andrea Arcangeli , Christoph Lameter , Andrew Morton , Nick Piggin , kvm-devel@lists.sourceforge.net, Benjamin Herrenschmidt , steiner@sgi.com, linux-kernel@vger.kernel.org, Avi Kivity , linux-mm@kvack.org, daniel.blueman@quadrics.com, holt@sgi.com, Hugh Dickins To: Gerd Hoffmann Return-path: In-Reply-To: <47977DCA.3040904@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Gerd Hoffmann wrote: > Another maybe workable approach for Xen is to go through pv_ops > (although pte_clear doesn't go through pv_ops right now, so this would > be an additional hook too ...). > It does for 32-bit PAE. Making pte_clear uniform across all pagetable modes would be a nice cleanup. J