[libvirt PATCH 2/3] qemu: remove commented-out option in passt qemu commandline setup

Laine Stump laine at redhat.com
Fri Jan 13 04:42:17 UTC 2023


This commented-out option was pointed out by jtomko during review, but
I missed taking it out when addressing his comments.

Signed-off-by: Laine Stump <laine at redhat.com>
---
 src/qemu/qemu_passt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/qemu/qemu_passt.c b/src/qemu/qemu_passt.c
index b1215a1bba..0f09bf3db8 100644
--- a/src/qemu/qemu_passt.c
+++ b/src/qemu/qemu_passt.c
@@ -95,7 +95,6 @@ qemuPasstAddNetProps(virDomainObj *vm,
                               "s:type", "stream",
                               "a:addr", &addrprops,
                               "b:server", false,
-                              /*  "u:reconnect", 5, */
                               NULL) < 0) {
         return -1;
     }
-- 
2.38.1



More information about the libvir-list mailing list