Can QEMU automatically add devices from device tree to machine?
I know that it probably is not possible in mainline QEMU just by looking at implementation https://github.com/qemu/qemu/blob/master/hw/arm/virt.c#L1242 etc... But it seems to me as "must have feature" for FPGA developers. I guess that someone already had to implement it.