mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 18:45:16 +00:00
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 <laine@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
3592b81c4c
commit
a2042a4516
@ -95,7 +95,6 @@ qemuPasstAddNetProps(virDomainObj *vm,
|
|||||||
"s:type", "stream",
|
"s:type", "stream",
|
||||||
"a:addr", &addrprops,
|
"a:addr", &addrprops,
|
||||||
"b:server", false,
|
"b:server", false,
|
||||||
/* "u:reconnect", 5, */
|
|
||||||
NULL) < 0) {
|
NULL) < 0) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user