On 16/12/22 15:57, Bernhard Beschow wrote:
Signed-off-by: Bernhard Beschow <[email protected]>
---
hw/ppc/virtex_ml507.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/ppc/virtex_ml507.c b/hw/ppc/virtex_ml507.c
index 13cace229b..f2f81bd425 100644
--- a/hw/ppc/virtex_ml507.c
+++ b/hw/ppc/virtex_ml507.c
@@ -157,7 +157,7 @@ static int xilinx_load_device_tree(MachineState *machine,
int r;
const char *dtb_filename;
- dtb_filename = current_machine->dtb;
+ dtb_filename = machine->dtb;
https://lore.kernel.org/qemu-devel/[email protected]/
\o/
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>