On 21.07.20 10:14, Prakhar Bansal wrote:
Hi Jan,

I am not able to set up the test environment by mounting host folders
into the jailhouse demo image- QEMU/KVM Intel-x86 virtual target, as you
suggested last week. Since this demo-image is created directly from
QEMU-system and not by using Libvirt, I can't manage it through
virsh/virt-manager.
Also, the space in demo-image is not enough to build Libvirt inside it.
Please help with the setting up the test environment for testing the
driver in the demo-image.

Try

start-qemu.sh x86 \
  -fsdev local,path=/some/host/path/,security_model=none,id=vfs \
  -device virtio-9p-pci,addr=1f.7,mount_tag=host,fsdev=vfs

and mount the host inside the guest like this

mount -t 9p -o trans=virtio host /mnt

Jan

--
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/0d84ce9a-60dd-c81e-d879-a278c8602054%40web.de.

Reply via email to