[PATCH 0/2] failover: fix a regression introduced by JSON'ification of -device

Laurent Vivier posted 2 patches 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211019071532.682717-1-lvivier@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Jason Wang <jasowang@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>
hw/net/virtio-net.c    | 36 +++++++++++++++++++++++++++++-------
softmmu/qdev-monitor.c | 18 ++++++------------
2 files changed, 35 insertions(+), 19 deletions(-)
[PATCH 0/2] failover: fix a regression introduced by JSON'ification of -device
Posted by Laurent Vivier 2 years, 6 months ago
Kevin's series "qdev: Add JSON -device" has introduced a regression
in failover by removing the QemuOpts parameter.

This series fixes that (see PATCH 1) and also makes some cleanup
in the hide_device function caller to remove the failover specific
code from qdev_device_add_from_qdict() and clarify the fact that
a primary device must have an id.

Laurent Vivier (2):
  failover: fix a regression introduced by JSON'ification of -device
  qdev/qbus: remove failover specific code

 hw/net/virtio-net.c    | 36 +++++++++++++++++++++++++++++-------
 softmmu/qdev-monitor.c | 18 ++++++------------
 2 files changed, 35 insertions(+), 19 deletions(-)

-- 
2.31.1