mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-12 15:52:55 +00:00
qemu: Change coalesce settings on hotplug when they are different
Part of the condition was reverted so no value update was propagated through. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1414627 Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
753b8197f5
commit
ff7bae6e4f
@ -3283,8 +3283,8 @@ qemuDomainChangeNet(virQEMUDriverPtr driver,
|
||||
|
||||
if (!!olddev->coalesce != !!newdev->coalesce ||
|
||||
(olddev->coalesce && newdev->coalesce &&
|
||||
!memcmp(olddev->coalesce, newdev->coalesce,
|
||||
sizeof(*olddev->coalesce))))
|
||||
memcmp(olddev->coalesce, newdev->coalesce,
|
||||
sizeof(*olddev->coalesce))))
|
||||
needCoalesceChange = true;
|
||||
|
||||
/* FINALLY - actually perform the required actions */
|
||||
|
Loading…
x
Reference in New Issue
Block a user