[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] failover: trivial cleanup and fix
From: |
Laurent Vivier |
Subject: |
[PATCH 0/2] failover: trivial cleanup and fix |
Date: |
Sat, 6 Feb 2021 13:39:53 +0100 |
The first patch removes a duplicate assignment to allow_unplug_during_migrati=
on,
and simplify the code.
The second patch fixes a dangling object in failover_add_primary() that preve=
nts
to cleanup the internal structure after the object has been unplugged.
Laurent Vivier (2):
pci: cleanup failover sanity check
virtio-net: add missing object_unref()
hw/net/virtio-net.c | 2 ++
hw/pci/pci.c | 6 ++----
2 files changed, 4 insertions(+), 4 deletions(-)
--=20
2.29.2
- [PATCH 0/2] failover: trivial cleanup and fix,
Laurent Vivier <=