Xilinx / qemu

Xilinx's fork of Quick EMUlator (QEMU) with improved support and modelling for the Xilinx platforms.
https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/821395464/QEMU+User+Documentation
Other
231 stars 150 forks source link

Enable virtfs in xilinx-qemu? #79

Open wosym opened 1 year ago

wosym commented 1 year ago

I'm trying to enable virtfs in qemu-xilinx that's included in the yocto-xilinx. I'm using more or less the same procedure as I did in Poky. I was able to get it working both with MACHINE=arm and MACHINE=x86_64. However, in a xilinx-yocto repo (not Poky), when I try to add --enable-virtfs and compile, I can find the following error when digging through logfiles:

../git/meson.build:1218:6: ERROR: Problem encountered: virtio-9p (virtfs) needs system emulation support

What's the correct procedure to enable virtfs on xilinx qemu?