I'm using KVM virtual machines managed through libvirtd server-side for most of my projects. On my desktop however, I'm using VMWare Fusion Professional which, just like its VMWare Workstation cousin, allows connecting to ESXi servers.
I would like to connect my VMWare Fusion desktop software to my libvirtd server and be able to manage / use my server-side KVM virtual machines through Fusion.
Is there any protocol translation layer I can deploy server-side so that my VMWare Fusion can transparently connect to my libvirtd server as if it was an ESXi server, and manage KVM virtual machines that way?
I will consider this question solved if you can point me to the documentation for the protocol used by ESXi and VMWare Fusion / Workstation to communicate, making it possible for me to implement the protocol translation layer myself.
Thanks! :)