]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: support updating <port isolated='yes|no'/> during device update
authorLaine Stump <laine@redhat.com>
Fri, 14 Feb 2020 18:51:31 +0000 (13:51 -0500)
committerLaine Stump <laine@redhat.com>
Fri, 21 Feb 2020 04:15:56 +0000 (23:15 -0500)
commitdb7f2628841b113c3bc1f2ed1295a0a484ce327f
treee830a80713a7f03a9db044579424e1d998670181
parent2b8fd7334df62e760d22112cc960b46301d791fc
qemu: support updating <port isolated='yes|no'/> during device update

This setting can be updating very easily on an already active
interface by just changing it in sysfs. If the bridge used for
connection is also changed, there is no need to separately update it,
because the new setting isf done as a part of connecting to the bridge
anyway.

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_hotplug.c