All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] qemu-sockets: add abstract UNIX domain socket support
@ 2020-05-15  4:32 xiaoqiang zhao
  2020-05-15  4:32 ` [PATCH v4 1/3] " xiaoqiang zhao
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: xiaoqiang zhao @ 2020-05-15  4:32 UTC (permalink / raw)
  To: qemu-devel
  Cc: kwolf, peter.maydell, berrange, armbru, kraxel, pbonzini,
	marcandre.lureau

qemu does not support abstract UNIX domain
socket address. Add this ability to make qemu handy
when abstract address is needed.

Changes since v3: 
* rebase on master
* refine qapi document statement
* use random names to avoid name clash in unit test

Xiaoqiang Zhao (3):
  qemu-sockets: add abstract UNIX domain socket support
  tests/util-sockets: add abstract unix socket cases
  qemu-options: updates for abstract unix sockets

 chardev/char-socket.c     |  4 ++
 chardev/char.c            |  7 +++
 qapi/sockets.json         |  8 +++-
 qemu-options.hx           |  9 +++-
 tests/test-util-sockets.c | 91 +++++++++++++++++++++++++++++++++++++++
 util/qemu-sockets.c       | 39 ++++++++++++++---
 6 files changed, 148 insertions(+), 10 deletions(-)

-- 
2.17.1



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

end of thread, other threads:[~2020-05-16  3:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15  4:32 [PATCH v4 0/3] qemu-sockets: add abstract UNIX domain socket support xiaoqiang zhao
2020-05-15  4:32 ` [PATCH v4 1/3] " xiaoqiang zhao
2020-05-15  4:32 ` [PATCH v4 2/3] tests/util-sockets: add abstract unix socket cases xiaoqiang zhao
2020-05-15  8:09   ` Daniel P. Berrangé
2020-05-15  4:32 ` [PATCH v4 3/3] qemu-options: updates for abstract unix sockets xiaoqiang zhao
2020-05-15 17:37   ` Eric Blake
2020-05-16  3:01     ` xiaoqiang zhao

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.