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

2014-09-08 Thread Michael S. Tsirkin
On Mon, Sep 08, 2014 at 11:17:48AM +0200, David Marchand wrote: ... > diff --git a/configure b/configure > index 961bf6f..a41a16c 100755 > --- a/configure > +++ b/configure > @@ -4125,6 +4125,9 @@ if test "$want_tools" = "yes" ; then >if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "y

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

2014-09-08 Thread David Marchand
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 Signed-off-by: David Marchand --- Makefile|