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?
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:What's the correct procedure to enable virtfs on xilinx qemu?