diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2021-03-20 07:22:09 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2021-03-21 00:08:42 +0100 |
commit | e653f9b3ed1b60037e3bc661d53b3f9407243fc2 (patch) | |
tree | 5e1b2f06fc451f5c474d17728e434ee1934209a5 /passt.c | |
parent | 35015ce72ea47208e207ef6c5e75d550fa095862 (diff) | |
download | passt-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |