From e653f9b3ed1b60037e3bc661d53b3f9407243fc2 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Sat, 20 Mar 2021 07:22:09 +0100 Subject: 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 --- passt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'passt.c') 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); -- cgit v1.2.3