Lines Matching full:host
41 # boot nested guest and execute /host/nested_guest.sh
47 -cpu host \
50 -kernel /host/Image.gz \
51 -drive format=raw,file=/host/guest.ext4,if=virtio \
52 -append "root=/dev/vda init=/init -- bash /host/nested_guest.sh" \
53 -virtfs local,path=/host,mount_tag=host,security_model=mapped,readonly=off \
54 -device vfio-pci,host=$pci_vfio \
56 -device vfio-pci,host=$pci_iommufd,iommufd=iommufd0
65 image_vfio=/host/disk_vfio
66 image_iommufd=/host/disk_iommufd
104 rootfs_host = os.path.join(stack, 'host.ext4')
130 f'local,path={stack}/,mount_tag=host,'
135 'root=/dev/vda init=/init -- bash /host/guest.sh')