From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kip Macy Subject: Re: recent changes to writable page tables on -unstable andxend Date: Thu, 28 Apr 2005 17:16:40 -0700 Message-ID: References: Reply-To: Kip Macy Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt Cc: xen-devel List-Id: xen-devel@lists.xenproject.org > As I recall, we were taking the emulation path every time until quite > recently. Are you sure you were actually using writeable pagetables > before? Well, last week I spent an hour or two removing places where FreeBSD blew up when it tried to write directly to a page directory because previously I didn't differentiate between PD and PT updates and today when I removed the WRITABLE_PAGETABLES define the code initially wouldn't compile. I can test out a tree from as of my checkin, but I'm fairly positive. > You probably want to augment the debug message to print out a bit more > about the old and new pte, page type, and which pages are in wrpt mode. Ok, I'll do that thanks. -Kip