qemu icon indicating copy to clipboard operation
qemu copied to clipboard

Enable virtfs in xilinx-qemu?

Open wosym opened this issue 2 years ago • 0 comments

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?

wosym avatar May 05 '23 16:05 wosym