Libvirt is known to work as a client (not server) on Windows XP (32-bit), and Windows 7 (64-bit). Other Windows variants likely work as well but we either haven't tested or received reports for them.
A windows installation package is in development. An experimental version is available here:
http://libvirt.org/sources/win32_experimental/Libvirt-0.8.8-0.exeIt is not production ready.
This version includes the libvirt development headers and libraries for compiling against, the virsh shell with its needed dependencies, and untested Python bindings.
These are problems we know about, and need to be fixed in subsequent versions of the installer (assistance welcomed):
These connection types are known to work:
These connection types are known not to work:
All other connection types may or may not work, and haven't been tested.
Please let us know either the results (either way) if you do.
Special note - Support for VirtualBox *on windows* was added in libvirt 0.8.7, so reports on success and failure if you're using that would be really helpful and appreciated.
WARNING - The qemu+tcp:// connection type passes all traffic without encryption. This is a security hazard, and should not be used in security sensitive environments.
Details on the capabilities, certificates, and connection string
syntax used for connecting to VMware ESX and vSphere can be found
online here:
TLS certificates need to have been created and placed in the correct locations, before you will be able to connect to QEMU servers over TLS.
Information on generating TLS certificates can be found here:
http://wiki.libvirt.org/page/TLSSetupThese instructions are for *nix, and have not yet been adapted for Windows. You'll need to figure out the Windows equivalents until that's done (sorry). If you can help us out with this, that would be really welcome.
The locations of the TLS certificates and key file on Windows are hard coded, rather than being configurable.
The Certificate Authority (CA) certificate file must be placed in:
The Client certificate file must be placed in:
The Client key file must be placed in:
On an example Windows 7 x64 system here, this resolves to these paths:
Feedback and suggestions on changes to make and what else to include are desired.
Libvirt can be compiled on Windows using the free MinGW compiler.
The easiest way is to use the msys_setup script, developed by Matthias Bolte. This is actively developed and kept current with libvirt releases:
https://github.com/photron/msys_setupYou can also cross-compile to a Windows target from a Fedora machine using the packages available from the Fedora MinGW project (which includes a working libvirt specfile).
Use these options when following the instructions on the Compiling page.
./configure \ --without-sasl \ --without-avahi \ --without-polkit \ --without-python \ --without-xen \ --without-qemu \ --without-lxc \ --without-openvz \ --without-libvirtd