I\'ve not been able to find any documentation stating the existence of an API that can be used to automate things inside of a qemu guest.
For example, I would like to la
You can create a reverse ssh tunnel from guest to host, which will redirect each request to host on specific port to guest. This way will help you to control guest from host.