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

2015-10-05 Thread Marc-André Lureau
Hi On Mon, Oct 5, 2015 at 11:40 AM, Claudio Fontana wrote: > I noticed only now, but this one puts the objects in the wrong place if > BUILD_DIR != SRC_PATH, > ie it puts the ivshmem-client.o and ivshmem-server.o in the source tree > instead of the build tree. > > What about a submake in contri

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

2015-10-05 Thread Claudio Fontana
Hi, On 02.10.2015 21:09, marcandre.lur...@redhat.com wrote: > From: 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-b

[Qemu-devel] [PATCH v5 31/48] contrib: add ivshmem client and server

2015-10-02 Thread marcandre . lureau
From: 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 [fix a valgrind warning, op