All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: Ed Swierk <eswierk@aristanetworks.com>,
	Alexander Graf <agraf@suse.de>,
	"kvm@vger.kernel.org" <kvm@vger.kernel.org>
Subject: Re: Userspace MSR handling
Date: Sun, 31 May 2009 11:21:18 +0300	[thread overview]
Message-ID: <4A223DFE.5040603@redhat.com> (raw)
In-Reply-To: <4A1FAF3A.8040302@redhat.com>

Gerd Hoffmann wrote:
>>
>> Or do the standard function pointer trick. Event channel notifications
>> change to eventfd_signal, grant table ops change to copy_to_user().
>
> grant table ops include mapping pages of the guest (aka domU) into the 
> host (aka dom0) address space, fill the pointer into some struct (bio 
> for blkback, skb for netback), send it down the road for processing. 
> netback and blkback do quite some lowlevel xen memory management to 
> get that done, including m2p and p2m table updates due to direct 
> paging mode.  It isn't as easy as s/hypercall/get_user_pages/ ...

So we need to plug it at a slightly higher level.  Conceptually can 
provide the same interfaces as xen, so it's just a matter of abstracting 
it nicely.

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


  reply	other threads:[~2009-05-31  8:21 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-22 20:11 Userspace MSR handling Ed Swierk
2009-05-23  8:57 ` Alexander Graf
2009-05-24 12:07   ` Avi Kivity
2009-05-24 16:15     ` Alexander Graf
2009-05-26 11:31       ` Avi Kivity
2009-05-25 11:03     ` Gerd Hoffmann
2009-05-25 11:20       ` Avi Kivity
2009-05-25 11:29         ` Gerd Hoffmann
2009-05-25 11:31           ` Avi Kivity
2009-05-27 16:12         ` Ed Swierk
2009-05-27 16:28           ` Avi Kivity
2009-05-27 17:09             ` Ed Swierk
2009-05-27 19:16               ` Gerd Hoffmann
2009-05-27 23:00                 ` Ed Swierk
2009-05-28  8:53                 ` Avi Kivity
2009-05-29  9:47                   ` Gerd Hoffmann
2009-05-31  8:21                     ` Avi Kivity [this message]
2009-05-25 11:16 ` Gerd Hoffmann

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=4A223DFE.5040603@redhat.com \
    --to=avi@redhat.com \
    --cc=agraf@suse.de \
    --cc=eswierk@aristanetworks.com \
    --cc=kraxel@redhat.com \
    --cc=kvm@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.