Re: [PATCH v4] virtio-mmio: improve virtio-mmio get_dev_path alog

2021-03-05 Thread Shi Schspa
Thank you very much. Best regards. Peter Maydell 于2021年3月5日周五 下午7:57写道: > On Thu, 25 Feb 2021 at 05:36, 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 -no

Re: [PATCH v4] virtio-mmio: improve virtio-mmio get_dev_path alog

2021-03-05 Thread Peter Maydell
On Thu, 25 Feb 2021 at 05:36, 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 v4] virtio-mmio: improve virtio-mmio get_dev_path alog

2021-02-24 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,mount