All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: "Kumar, Venkat" <Venkat.Kumar@lsi.com>
Cc: "kvm@vger.kernel.org" <kvm@vger.kernel.org>
Subject: Re: Virtio Queries
Date: Mon, 13 Apr 2009 14:07:27 +0300	[thread overview]
Message-ID: <49E31CEF.30904@redhat.com> (raw)
In-Reply-To: <3D9CB4061D1EB3408D4A0B910433453C030298EEC8@inbmail01.lsi.com>

Kumar, Venkat wrote:
> Hi, I am a few questions on Virtio, Hope somebody clarifies them
>
> 1. What is the address type that is put inside the vring descriptor in the virt queue while placing a request? Is it the guest virtual address or guest physical address?
>   

Guest physical address.  Guest virtual addresses change meanings from 
time to time.

> 2. If it is Guest physical address, how qemu converts it to its virtual address before processing the buffer?
>   

See the logic in cpu_physical_memory_rw() and cpu_physical_memory_map().

> 3. How does qemu interact with guest once it receives the buffers from the virt queue for doing the IO?
>   

qemu advanced the ring indexes, and notifies the guest by sending an 
interrupt when the requests are completed.

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


  reply	other threads:[~2009-04-13 11:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-09 15:43 Virtio Queries Kumar, Venkat
2009-04-13 11:07 ` Avi Kivity [this message]
2009-04-13 13:11   ` Kumar, Venkat
2009-04-13 13:26     ` 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=49E31CEF.30904@redhat.com \
    --to=avi@redhat.com \
    --cc=Venkat.Kumar@lsi.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.