Resend this patch series as it does not meet patchew last time. By default qemu does not support abstract UNIX domain socket address. Add this ability to make qemu handy when abstract address is needed.
Changes since v2: * reorganize code to cover both connect and listen * qapi related changes * add test cases and update qemu-options documents 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 | 9 ++++- qemu-options.hx | 9 ++++- tests/test-util-sockets.c | 83 +++++++++++++++++++++++++++++++++++++++ util/qemu-sockets.c | 39 ++++++++++++++---- 6 files changed, 141 insertions(+), 10 deletions(-) -- 2.17.1