From: Eric Blake <eblake@redhat.com>
To: David Marchand <david.marchand@6wind.com>, qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, claudio.fontana@huawei.com, kvm@vger.kernel.org
Subject: Re: [Qemu-devel] [PATCH 1/2] docs: update ivshmem device spec
Date: Tue, 24 Jun 2014 10:09:48 -0600 [thread overview]
Message-ID: <53A9A2CC.2040902@redhat.com> (raw)
In-Reply-To: <1403266532-13231-2-git-send-email-david.marchand@6wind.com>
[-- Attachment #1: Type: text/plain, Size: 1721 bytes --]
On 06/20/2014 06:15 AM, David Marchand wrote:
> Add some notes on the parts needed to use ivshmem devices: more specifically,
> explain the purpose of an ivshmem server and the basic concept to use the
> ivshmem devices in guests.
>
> Signed-off-by: David Marchand <david.marchand@6wind.com>
> ---
> docs/specs/ivshmem_device_spec.txt | 41 ++++++++++++++++++++++++++++++------
> 1 file changed, 35 insertions(+), 6 deletions(-)
>
> diff --git a/docs/specs/ivshmem_device_spec.txt b/docs/specs/ivshmem_device_spec.txt
> index 667a862..7d2b73f 100644
> --- a/docs/specs/ivshmem_device_spec.txt
> +++ b/docs/specs/ivshmem_device_spec.txt
> @@ -85,12 +85,41 @@ events have occurred. The semantics of interrupt vectors are left to the
> user's discretion.
>
>
> +IVSHMEM host services
> +---------------------
> +
> +This part is optional (see *Usage in the Guest* section below).
> +
> +To handle notifications between users of a ivshmem device, a ivshmem server has
s/a ivshmem/an ivshmem/ (twice)
> +been added. This server is responsible for creating the shared memory and
> +creating a set of eventfds for each users of the shared memory. It behaves as a
> +proxy between the different ivshmem clients (QEMU): giving the shared memory fd
> +to each client, allocating eventfds to new clients and broadcasting to all
> +clients when a client disappears.
> +
> +Apart from the current ivshmem implementation in QEMU, a ivshmem client can be
and again
> +written for debug, for development purposes, or to implement notifications
> +between host and guests.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
next prev parent reply other threads:[~2014-06-24 16:09 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-20 12:15 [PATCH 0/2] ivshmem: update documentation, add client/server tools David Marchand
2014-06-20 12:15 ` [Qemu-devel] " David Marchand
2014-06-20 12:15 ` [PATCH 1/2] docs: update ivshmem device spec David Marchand
2014-06-20 12:15 ` [Qemu-devel] " David Marchand
2014-06-23 14:18 ` Claudio Fontana
2014-06-23 14:18 ` [Qemu-devel] " Claudio Fontana
2014-06-25 15:39 ` David Marchand
2014-06-25 15:39 ` [Qemu-devel] " David Marchand
2014-06-26 14:12 ` Cam Macdonell
2014-06-26 14:12 ` [Qemu-devel] " Cam Macdonell
2014-06-26 15:37 ` Vincent JARDIN
2014-06-26 15:37 ` Vincent JARDIN
2014-06-26 16:13 ` Cam Macdonell
2014-06-26 16:13 ` [Qemu-devel] " Cam Macdonell
2014-06-24 16:09 ` Eric Blake [this message]
2014-06-20 12:15 ` [PATCH 2/2] contrib: add ivshmem client and server David Marchand
2014-06-20 12:15 ` [Qemu-devel] " David Marchand
2014-06-23 8:02 ` [PATCH 0/2] ivshmem: update documentation, add client/server tools Claudio Fontana
2014-06-23 8:02 ` [Qemu-devel] " Claudio Fontana
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=53A9A2CC.2040902@redhat.com \
--to=eblake@redhat.com \
--cc=claudio.fontana@huawei.com \
--cc=david.marchand@6wind.com \
--cc=kvm@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.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.