[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <46DF045F.4020806@qumranet.com>
Date: Wed, 05 Sep 2007 22:32:47 +0300
From: Avi Kivity <avi@...ranet.com>
To: Rik van Riel <riel@...hat.com>
CC: linux-mm@...ck.org, shaohua.li@...el.com,
kvm-devel <kvm-devel@...ts.sourceforge.net>,
general@...ts.openfabrics.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][RFC]: pte notifiers -- support for external page tables
Rik van Riel wrote:
>>
>> I imagine that many of the paravirt_ops mmu hooks will need to be
>> exposed as pte notifiers. This can't be done as part of the
>> paravirt_ops code due to the need to pass high level data structures,
>> though.
>
> Wait, I thought that paravirt_ops was all on the side of the
> guest kernel, where these host kernel operations are invisible?
>
It is, but the hooks are in much the same places. It could be argued
that you'd embed pte notifiers in paravirt_ops for a host kernel, but
that's not doable because pte notifiers use higher-level data strutures
(like vmas).
--
Any sufficiently difficult bug is indistinguishable from a feature.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists