Re: [PATCH] hw/xtensa: require libfdt

2024-01-22 Thread Peter Maydell
On Mon, 22 Jan 2024 at 11:10, Philippe Mathieu-Daudé wrote: > On 22/1/24 10:42, Paolo Bonzini wrote: > > Always allow -dtb in qemu-system-xtensa. Basically all other targets > > require > > it if it can be used (including for example i386/x86_64). > I've been wondering for some time why not

Re: [PATCH] hw/xtensa: require libfdt

2024-01-22 Thread Thomas Huth
On 22/01/2024 10.42, Paolo Bonzini wrote: Always allow -dtb in qemu-system-xtensa. Basically all other targets require it if it can be used (including for example i386/x86_64). Signed-off-by: Paolo Bonzini --- configs/targets/xtensa-softmmu.mak | 1 + configs/targets/xtensaeb-softmmu.mak

Re: [PATCH] hw/xtensa: require libfdt

2024-01-22 Thread Philippe Mathieu-Daudé
Hi Paolo, On 22/1/24 10:42, Paolo Bonzini wrote: Always allow -dtb in qemu-system-xtensa. Basically all other targets require it if it can be used (including for example i386/x86_64). Signed-off-by: Paolo Bonzini --- configs/targets/xtensa-softmmu.mak | 1 +

[PATCH] hw/xtensa: require libfdt

2024-01-22 Thread Paolo Bonzini
Always allow -dtb in qemu-system-xtensa. Basically all other targets require it if it can be used (including for example i386/x86_64). Signed-off-by: Paolo Bonzini --- configs/targets/xtensa-softmmu.mak | 1 + configs/targets/xtensaeb-softmmu.mak | 1 + hw/xtensa/xtfpga.c |