summary refs log tree commit diff stats
path: root/results/scraper/gitlab/issues_text/target_riscv/host_missing/accel_missing/1925
blob: 3b8fde1f0ca7c2a7b9d5dd83a62b44c3617b0f4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
RISC-V 64 System Emulator fdt imporperly created after machine init is done
Description of problem:
In commit 49554856 the creation of FDT is moved to `virt_machine_done()`
However, adding guest loader device requires the presence of fdt at `hw/core/guest-loader.c:50` when the fdt ptr is still 0x0.
Thus adding of guest loader device will fail.
Steps to reproduce:
1. Compile Qemu with riscv64 system emulator target
2. Compile Xen hypervisor platform (not necessary)
3. Instruct Qemu start with virt machine and any valid guest-loader device specification.
Additional information:
Commit that changes order of fdt creation: 49554856f0b6f622ab6afdcc275d4ab2ecb3625c