All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ivshmem: update documentation, add client/server tools
@ 2014-06-20 12:15 ` David Marchand
  0 siblings, 0 replies; 19+ messages in thread
From: David Marchand @ 2014-06-20 12:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: kvm, claudio.fontana, pbonzini

Hello, 

(as suggested by Paolo, ccing Claudio and kvm mailing list)

Here is a patchset containing an update on ivshmem specs documentation and
importing ivshmem server and client tools.
These tools have been written from scratch and are not related to what is
available in nahanni repository.
I put them in contrib/ directory as the qemu-doc.texi was already telling the
server was supposed to be there.

-- 
David Marchand

David Marchand (2):
  docs: update ivshmem device spec
  contrib: add ivshmem client and server

 contrib/ivshmem-client/Makefile         |   26 ++
 contrib/ivshmem-client/ivshmem-client.c |  418 ++++++++++++++++++++++++++++++
 contrib/ivshmem-client/ivshmem-client.h |  238 ++++++++++++++++++
 contrib/ivshmem-client/main.c           |  246 ++++++++++++++++++
 contrib/ivshmem-server/Makefile         |   26 ++
 contrib/ivshmem-server/ivshmem-server.c |  420 +++++++++++++++++++++++++++++++
 contrib/ivshmem-server/ivshmem-server.h |  185 ++++++++++++++
 contrib/ivshmem-server/main.c           |  296 ++++++++++++++++++++++
 docs/specs/ivshmem_device_spec.txt      |   41 ++-
 qemu-doc.texi                           |   10 +-
 10 files changed, 1897 insertions(+), 9 deletions(-)
 create mode 100644 contrib/ivshmem-client/Makefile
 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/Makefile
 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

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2014-06-26 16:13 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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.