]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainChangeNet: forbid changing portgroup
authorAdam Julis <ajulis@redhat.com>
Mon, 1 Jul 2024 11:17:22 +0000 (13:17 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 3 Jul 2024 07:59:10 +0000 (09:59 +0200)
commitc3302ceb1df0fe3a8792c55122c73098ffee2726
tree39a7971af6dbc468c734e40215c2cb5b7270947b
parent70e826ec6a8930f37f80cd6b29cac9f53afe36d5
qemuDomainChangeNet: forbid changing portgroup

Changing the postgroup attribute caused unexpected behavior.
Although it can be implemented, it has a non-trivial solution.
No requirement or use has yet been found for implementing this
feature, so it has been disabled for hot-plug.

Resolves: https://issues.redhat.com/browse/RHEL-7299
Signed-off-by: Adam Julis <ajulis@redhat.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_hotplug.c