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 <olivier.matz@xxxxxxxxx> > Signed-off-by: David Marchand <david.marchand@xxxxxxxxx> > --- > 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 <stefanha@xxxxxxxxxx>
Attachment:
pgprSd_gTo1hP.pgp
Description: PGP signature