Hi, All: I'd like to send data and requests from the host kernel to the guest OS through virtio, and I have read current virtio-driver implementations both backend and frontend. All these implementations start sending requests from the guest. Is there any way sending requests starts from the host?
Thanks.