qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v5 1/3] contrib: add ivshmem client and server


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v5 1/3] contrib: add ivshmem client and server
Date: Fri, 5 Sep 2014 11:40:34 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Thu, Sep 04, 2014 at 02:50:59PM +0200, David Marchand wrote:
> When using ivshmem devices, notifications between guests can be sent as
> interrupts using a ivshmem-server (typical use described in documentation).
> The client is provided as a debug tool.
> 
> Signed-off-by: Olivier Matz <address@hidden>
> Signed-off-by: David Marchand <address@hidden>
> ---
>  Makefile                                |    8 +
>  configure                               |    3 +
>  contrib/ivshmem-client/ivshmem-client.c |  405 
> +++++++++++++++++++++++++++++++
>  contrib/ivshmem-client/ivshmem-client.h |  239 ++++++++++++++++++
>  contrib/ivshmem-client/main.c           |  237 ++++++++++++++++++
>  contrib/ivshmem-server/ivshmem-server.c |  395 ++++++++++++++++++++++++++++++
>  contrib/ivshmem-server/ivshmem-server.h |  186 ++++++++++++++
>  contrib/ivshmem-server/main.c           |  244 +++++++++++++++++++
>  qemu-doc.texi                           |   10 +-
>  9 files changed, 1724 insertions(+), 3 deletions(-)
>  create mode 100644 contrib/ivshmem-client/ivshmem-client.c
>  create mode 100644 contrib/ivshmem-client/ivshmem-client.h
>  create mode 100644 contrib/ivshmem-client/main.c
>  create mode 100644 contrib/ivshmem-server/ivshmem-server.c
>  create mode 100644 contrib/ivshmem-server/ivshmem-server.h
>  create mode 100644 contrib/ivshmem-server/main.c

Modulo Michael's comments:

Reviewed-by: Stefan Hajnoczi <address@hidden>

Attachment: pgpNrm8gL2Fv2.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]