qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH RFC 0/3] tests/pxe-testt: add testcase using vhost-user-bridge
@ 2017-07-12  9:41 Jens Freimann
  2017-07-12  9:41 ` [Qemu-devel] [PATCH RFC 1/3] tests/vhost-user-bridge: disable debug output by default Jens Freimann
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Jens Freimann @ 2017-07-12  9:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: marcandre.lureau, mst, victork, maxime.coquelin

This implements a testcase for pxe-test using the vhost-user interface. Spawn a
vhost-user-bridge process and connect it to the qemu process.

It is send as an RFC because: 
 - Patch 3/3: there must be cleaner way to do this.
 - Does Patch 1/3 make sense or should I just redirect all output to /dev/null? 
 - don't hardcode port numbers in qemu cmdline, create socket and pass 
    fd to -netdev (need to figure out how to do this)

Jens Freimann (3):
  tests/vhost-user-bridge: disable debug output by default
  tests/pxe-test: add testcase using vhost-user-bridge
  libvhost-user: quit when no more data received

 contrib/libvhost-user/libvhost-user.c |  12 +++-
 contrib/libvhost-user/libvhost-user.h |   1 +
 tests/Makefile.include                |   4 +-
 tests/pxe-test.c                      | 106 +++++++++++++++++++++++++++++++++-
 tests/vhost-user-bridge.c             |   2 +-
 5 files changed, 121 insertions(+), 4 deletions(-)

-- 
2.9.4

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

end of thread, other threads:[~2017-07-19 15:58 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-12  9:41 [Qemu-devel] [PATCH RFC 0/3] tests/pxe-testt: add testcase using vhost-user-bridge Jens Freimann
2017-07-12  9:41 ` [Qemu-devel] [PATCH RFC 1/3] tests/vhost-user-bridge: disable debug output by default Jens Freimann
2017-07-12 14:57   ` Maxime Coquelin
2017-07-12  9:41 ` [Qemu-devel] [PATCH RFC 2/3] tests/pxe-test: add testcase using vhost-user-bridge Jens Freimann
2017-07-12 15:39   ` Maxime Coquelin
2017-07-12 15:45     ` Jens Freimann
2017-07-12  9:41 ` [Qemu-devel] [PATCH RFC 3/3] libvhost-user: quit when no more data received Jens Freimann
2017-07-12 16:05   ` Maxime Coquelin
2017-07-13 16:01   ` Marc-André Lureau
2017-07-14 10:12     ` Jens Freimann
2017-07-12 11:59 ` [Qemu-devel] [PATCH RFC 0/3] tests/pxe-testt: add testcase using vhost-user-bridge no-reply
2017-07-12 12:37 ` no-reply
2017-07-12 15:10 ` Michael S. Tsirkin
2017-07-12 21:13   ` Jens Freimann
2017-07-12 22:33     ` Michael S. Tsirkin
2017-07-19  8:44       ` Stefan Hajnoczi
2017-07-19 15:51         ` Jens Freimann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).