[PATCH 0/2] failover: trivial cleanup and fix

Laurent Vivier posted 2 patches 4 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210206123955.2196514-1-lvivier@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Jason Wang <jasowang@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
There is a newer version of this series
hw/net/virtio-net.c | 2 ++
hw/pci/pci.c        | 6 ++----
2 files changed, 4 insertions(+), 4 deletions(-)
[PATCH 0/2] failover: trivial cleanup and fix
Posted by Laurent Vivier 4 years, 9 months ago
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



Re: [PATCH 0/2] failover: trivial cleanup and fix
Posted by Laurent Vivier 4 years, 9 months ago
On 06/02/2021 13:39, Laurent Vivier wrote:
> 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()

I can collect these two patches via the trivial branch if there will be no PR for virtio
or PCI soon.

Michael?

Thanks,
Laurent