What other possible ways exists to send data from Guest OS to Host Machines ?
I have tried in Qemu:
(1)using vhost-vsock, but it lags in performance.
(2)MMIO callbacks, but it also lags in performance.
Is there any other mechanism by which we can send data from Guest to Host using Qemu ?