mbox series

[0/1] move create_fw_cfg() to init() (Gitlab #1343)

Message ID 20230117132751.229738-1-dbarboza@ventanamicro.com
Headers show
Series move create_fw_cfg() to init() (Gitlab #1343) | expand

Message

Daniel Henrique Barboza Jan. 17, 2023, 1:27 p.m. UTC
Hi,

This patch fixes a regression introduced with 1c20d3ff6004 ("hw/riscv:
virt: Add a machine done notifier") that is preventing
qemu-system-riscv64 to use the ramfb device starting in QEMU 7.1.

Fix is based on top of Alistair's riscv-to-apply.next:

https://github.com/alistair23/qemu/tree/riscv-to-apply.next


Daniel Henrique Barboza (1):
  hw/riscv/virt.c: move create_fw_cfg() back to virt_machine_init()

 hw/riscv/virt.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)