From: Laine Stump Date: Fri, 13 Jan 2023 04:42:17 +0000 (-0500) Subject: qemu: remove commented-out option in passt qemu commandline setup X-Git-Tag: v9.0.0-rc2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2042a45165938f2d747edd17f12ca03eea51791;p=thirdparty%2Flibvirt.git qemu: remove commented-out option in passt qemu commandline setup 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 Reviewed-by: Jiri Denemark --- 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; }