Re: [kvm-devel] [PATCH 03 of 11] invalidate_page outside PT lock

2008-05-08 Thread Rik van Riel
On Wed, 07 May 2008 16:35:53 +0200 Andrea Arcangeli <[EMAIL PROTECTED]> wrote: > # HG changeset patch > # User Andrea Arcangeli <[EMAIL PROTECTED]> > # Date 1210115129 -7200 > # Node ID d60d200565abde6a8ed45271e53cde9c5c75b426 > # Parent c5badbefeee07518d9d1acca13e94c981420317c > invalidate_page

Re: [kvm-devel] [PATCH 03 of 11] invalidate_page outside PT lock

2008-05-07 Thread Andrea Arcangeli
On Wed, May 07, 2008 at 01:39:43PM -0400, Rik van Riel wrote: > Would it be an idea to merge them into one, so the first patch > introduces the right conventions directly? The only reason this isn't merged into one, is that this requires non obvious (not difficult though) to the core VM code. I wa