windows.html.in 6.9 KB
Newer Older
1 2 3
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
4 5
  <body>
    <h1 >Windows support</h1>
R
Richard W.M. Jones 已提交
6

7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
    <ul id="toc"></ul>

    <p>
      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.
    </p>

    <h2><a name="installer">Experimental installation package</a></h2>

    <p>
      A windows installation package is in development.  An experimental
      version is available here:
    </p>

22
    <a href="http://libvirt.org/sources/win32_experimental/Libvirt-0.8.8-0.exe">http://libvirt.org/sources/win32_experimental/Libvirt-0.8.8-0.exe</a>
23 24 25 26 27 28 29 30 31 32 33

    <p>
      <b>It is not production ready.</b>
    </p>

    <p>
      This version includes the libvirt development headers and libraries
      for compiling against, the virsh shell with its needed dependencies,
      and untested Python bindings.
    </p>

E
Eric Blake 已提交
34
    <h3><a name="caveats">Caveats</a></h3>
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50

    <ul>
      <li>
        This installer just repackages the files compiled using Matthias
        Bolte's msys_setup scripting (described below).
      </li>
      <li>
        This is a .exe installer, created using NSIS.  We're looking into
        something to create .msi installers as well.
      </li>
      <li>
        The script for the NSIS installer is available online
        <a href="https://github.com/justinclift/nsis_libvirt_installer">here</a>.
      </li>
    </ul>

E
Eric Blake 已提交
51
    <h3><a name="knowninstallerprobs">Existing problems with this installer we know about</a></h3>
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75

    <p>
      These are problems we know about, and need to be fixed in subsequent
      versions of the installer (assistance welcomed):
    </p>

    <ul>
      <li>
        New versions install over other libvirt versions
        <br /><br />
        If a version of this installer has installed libvirt on the system
        already, this installer will automatically suggest the same
        installation location, then overwrite the version already there
        without checking.
        <br /><br />
        This is fairly non-optimal, and should be fixed.  What should
        probably happen, is for this installer to detect an existing
        installation then offer to either uninstall it first or ask for a
        new installation location.
        <br /><br />
      </li>

    </ul>

E
Eric Blake 已提交
76
    <h2><a name="conntypes">Connection types</a></h2>
77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105

    <p>
      These connection types are known to work:
    </p>

    <ul>
      <li>QEMU with TLS (qemu+tls://)</li>
      <li>QEMU with direct TCP (qemu+tcp://)</li>
      <li>VMware ESX (esx://)</li>
      <li>VMware VPX (vpx://)</li>
    </ul>

    <p>
      These connection types are known not to work:
    </p>

    <ul>
      <li>QEMU with SSH (qemu+ssh://)</li>
    </ul>

    <p>
      All other connection types may or may not work, and haven't been
      tested.
    </p>

    <p>
      Please let us know either the results (either way) if you do.
    </p>

106 107 108 109 110 111
    <p>
      <b>Special note</b> - 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.
    </p>

112 113 114 115 116 117
    <p>
      <b>WARNING - The qemu+tcp:// connection type passes all traffic
      without encryption.  This is a security hazard, and should <i>not</i>
      be used in security sensitive environments.</b>
    </p>

E
Eric Blake 已提交
118
    <h2><a name="esx">Connecting to VMware ESX/vSphere</a></h2>
119 120

    <p>
121 122 123
      Details on the capabilities, certificates, and connection string
      syntax used for connecting to VMware ESX and vSphere can be found
      online here:<br />
124 125 126 127
    </p>

    <a href="http://libvirt.org/drvesx.html">http://libvirt.org/drvesx.html</a>

E
Eric Blake 已提交
128
    <h2><a name="tlscerts">TLS Certificates</a></h2>
129 130

    <p>
131 132 133
      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.
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
    </p>

    <p>
      Information on generating TLS certificates can be found here:
    </p>

    <a href="http://wiki.libvirt.org/page/TLSSetup">http://wiki.libvirt.org/page/TLSSetup</a>

    <p>
      These 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.
    </p>

    <p>
150 151
      The locations of the TLS certificates and key file on Windows are hard
      coded, rather than being configurable.
152 153 154 155 156 157 158 159 160 161
    </p>

    <p>
      The Certificate Authority (CA) certificate file must be placed in:
    </p>

    <ul>
      <li>%APPDATA%\libvirt\pki\CA\cacert.pem</li>
    </ul>

162
    <p>
163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
      The Client certificate file must be placed in:
    </p>

    <ul>
      <li>%APPDATA%\libvirt\pki\libvirt\clientcert.pem</li>
    </ul>

    <p>
      The Client key file must be placed in:
    </p>

    <ul>
      <li>%APPDATA%\libvirt\pki\libvirt\private\clientkey.pem</li>
    </ul>

    <p>
      On an example Windows 7 x64 system here, this resolves to these paths:
    </p>

    <ul>
      <li>C:\Users\someuser\AppData\Roaming\libvirt\pki\CA\cacert.pem</li>
      <li>C:\Users\someuser\AppData\Roaming\libvirt\pki\libvirt\clientcert.pem</li>
      <li>C:\Users\someuser\AppData\Roaming\libvirt\pki\libvirt\private\clientkey.pem</li>
    </ul>

E
Eric Blake 已提交
188
    <h2><a name="feedback">Feedback</a></h2>
189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217

    <p>
      Feedback and suggestions on changes to make and what else to include
      <a href="contact.html">are desired</a>.
    </p>

    <h2><a name="compiling">Compiling yourself</a></h2>

    <p>
      Libvirt can be compiled on Windows using the free
      <a href="http://www.mingw.org/">MinGW compiler</a>.
    </p>

    <h3><a name="msys_setup">MSYS Build script</a></h3>

    <p>
      The easiest way is to use the <b>msys_setup</b> script, developed by
      Matthias Bolte.  This is actively developed and kept current with
      libvirt releases:
    </p>

    <a href="https://github.com/photron/msys_setup">https://github.com/photron/msys_setup</a>

    <h3><a name="cross-compile">Cross compiling</a></h3>

    <p>
      You can also cross-compile to a Windows target from a Fedora machine
      using the packages available
      <a href="http://hg.et.redhat.com/misc/fedora-mingw--devel/">from the Fedora MinGW project</a>
R
Richard W.M. Jones 已提交
218 219 220
      (which includes a working libvirt specfile).
    </p>

221 222
    <h3><a name="configure">By hand</a></h3>

223
    <p>
224 225
      Use these options when following the instructions on the
      <a href="compiling.html">Compiling</a> page.
R
Richard W.M. Jones 已提交
226 227 228 229 230 231 232 233 234 235 236 237 238
    </p>

<pre>
./configure \
  --without-sasl \
  --without-avahi \
  --without-polkit \
  --without-python \
  --without-xen \
  --without-qemu \
  --without-lxc \
  --without-openvz \
  --without-libvirtd
239
</pre>
R
Richard W.M. Jones 已提交
240

241 242
  </body>
</html>