public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@qumranet.com>
To: Andrea Arcangeli <andrea@qumranet.com>
Cc: Marcelo Tosatti <marcelo.tosatti@cyclades.com.br>, kvm@vger.kernel.org
Subject: Re: [PATCH 4/6] kvm-userland.git mmu notifier compat
Date: Tue, 29 Jul 2008 15:49:08 +0300	[thread overview]
Message-ID: <488F11C4.5050109@qumranet.com> (raw)
In-Reply-To: <20080725143834.GD8217@duo.random>

Andrea Arcangeli wrote:
> This patch to kvm-userland.git allows to build the tree on older
> kernels without mmu notifiers.
>
> Unfortunately emulating mmu notifiers with kprobes was feasible only
> for do_wp_page because it has a special property where calling the
> spte invalidate before the pte invalidate is ok thanks to the
> guarantee of that pte being wprotect, not to tell about the start/end
> functions. So old kernels without mmu notifiers will have to keep the
> page pinned I'm afraid. So to remove the page pin in future patches in
> a backwards compatible way, we'll have to go with #ifdef MMU_NOTIFIER
> in kvm.git code I'm afraid and this should be all that's needed on the
> kvm-userland side. Adding all page pinning needed by old kernels
> through hack-module.awk sounds a bit extreme to me, even if it would
> result in cleaner kvm.git code... anyway I think the below patch will
> be still needed to build regardless how we decide to handle the future
> changes.
>
>   

Applied; thanks.  I think page pinning can be worked around by pinning 
all pages on memslot registration (and unpinning on memslot removal); 
this will slow down virtual machine startup, but is at least simple.

-- 
error compiling committee.c: too many arguments to function


  parent reply	other threads:[~2008-07-29 12:49 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-25 14:24 [PATCH 1/6] kvm.git mmu notifier patch Andrea Arcangeli
2008-07-25 14:26 ` [PATCH 2/6] kvm.git allow reading aliases with mmu_lock Andrea Arcangeli
2008-07-25 14:32   ` [PATCH 3/6] kvm.git allow browsing memslots " Andrea Arcangeli
2008-07-25 14:38     ` [PATCH 4/6] kvm-userland.git mmu notifier compat Andrea Arcangeli
2008-07-25 14:40       ` [PATCH 5/6] kvm.git handle reserved pages as mmio Andrea Arcangeli
2008-07-25 14:44         ` [PATCH 6/6] kvm.git allow reserved pages to be used as guest phys ram Andrea Arcangeli
2008-07-29 12:49       ` Avi Kivity [this message]
2008-07-29 13:03         ` [PATCH 4/6] kvm-userland.git mmu notifier compat Andrea Arcangeli
2008-07-29 13:30           ` Avi Kivity
2008-07-29 13:37             ` Andrea Arcangeli
2008-07-28 21:51     ` [PATCH 3/6] kvm.git allow browsing memslots with mmu_lock Marcelo Tosatti
2008-07-28 22:06       ` Andrea Arcangeli
2008-07-28 21:43   ` [PATCH 2/6] kvm.git allow reading aliases " Marcelo Tosatti
2008-07-28 21:11 ` [PATCH 1/6] kvm.git mmu notifier patch Marcelo Tosatti
2008-07-28 21:15   ` Marcelo Tosatti
2008-07-29  9:31 ` Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=488F11C4.5050109@qumranet.com \
    --to=avi@qumranet.com \
    --cc=andrea@qumranet.com \
    --cc=kvm@vger.kernel.org \
    --cc=marcelo.tosatti@cyclades.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox