aboutgitcodebugslistschat
path: root/passt.c
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2021-03-20 07:22:09 +0100
committerStefano Brivio <sbrivio@redhat.com>2021-03-21 00:08:42 +0100
commite653f9b3ed1b60037e3bc661d53b3f9407243fc2 (patch)
tree5e1b2f06fc451f5c474d17728e434ee1934209a5 /passt.c
parent35015ce72ea47208e207ef6c5e75d550fa095862 (diff)
downloadpasst-e653f9b3ed1b60037e3bc661d53b3f9407243fc2.tar
passt-e653f9b3ed1b60037e3bc661d53b3f9407243fc2.tar.gz
passt-e653f9b3ed1b60037e3bc661d53b3f9407243fc2.tar.bz2
passt-e653f9b3ed1b60037e3bc661d53b3f9407243fc2.tar.lz
passt-e653f9b3ed1b60037e3bc661d53b3f9407243fc2.tar.xz
passt-e653f9b3ed1b60037e3bc661d53b3f9407243fc2.tar.zst
passt-e653f9b3ed1b60037e3bc661d53b3f9407243fc2.zip
passt: Add libvirt patch for qemu UNIX socket domain back-end
...and mention it in the README. While at it, remove useless escaping in the README, and fix indentation in the syslog message with the qemu command line example. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'passt.c')
-rw-r--r--passt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/passt.c b/passt.c
index 51b76c9..8bc7098 100644
--- a/passt.c
+++ b/passt.c
@@ -591,7 +591,7 @@ listen:
info("or directly qemu, patched with:");
info(" qemu/0001-net-Allow-also-UNIX-domain-sockets-to-be-used-as-net.patch");
info("as follows:");
- info("kvm ... -net socket,connect="
+ info(" kvm ... -net socket,connect="
UNIX_SOCK_PATH " -net nic,model=virtio");
c.fd_unix = accept(fd_unix, NULL, NULL);