qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Laurent Vivier
Subject: [PATCH 0/2] failover: fix a regression introduced by JSON'ification of -device
Date: Tue, 19 Oct 2021 09:15:30 +0200

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]