Re: [PATCH v2] arm: xlnx-versal: fix virtio-mmio base address assignment

2021-02-08 Thread Peter Maydell
On Fri, 5 Feb 2021 at 02:20, schspa wrote: > > > At the moment the following QEMU command line triggers an assertion > failure On xlnx-versal SOC: > qemu-system-aarch64 \ > -machine xlnx-versal-virt -nographic -smp 2 -m 128 \ > -fsdev local,id=shareid,path=${HOME}/work,security_model

[PATCH v2] arm: xlnx-versal: fix virtio-mmio base address assignment

2021-02-04 Thread schspa
At the moment the following QEMU command line triggers an assertion failure On xlnx-versal SOC:   qemu-system-aarch64 \   -machine xlnx-versal-virt -nographic -smp 2 -m 128 \   -fsdev local,id=shareid,path=${HOME}/work,security_model=none \   -device virtio-9p-device,fsdev=shareid,mou