I am in a situation where I have to launch vms using qemu remotely and then keep track of whether the guests are up or not. Is there any way to do this?
I figured out that if I can get the guest ip address, I could resolve it, but I havent yet figured out a way to find this.
I am using a custom version of qemu-0.13 and libvirt is not really an option for me as I need to pass custom parameters to qemu, which I read is not fully supported.
Any help or suggestion would be greatly appreciated