File: windows.html

package info (click to toggle)
libvirt 1.2.9-9%2Bdeb8u5
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 174,832 kB
  • sloc: ansic: 463,173; xml: 68,283; sh: 16,393; makefile: 4,580; python: 3,705; perl: 3,675; ml: 470; sed: 16
file content (365 lines) | stat: -rw-r--r-- 16,414 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
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
188
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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<?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">
<!--
        This file is autogenerated from windows.html.in
        Do not edit this file. Changes will be lost.
      -->
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" type="text/css" href="main.css" />
    <link rel="SHORTCUT ICON" href="32favicon.png" />
    <title>libvirt: Windows support</title>
    <meta name="description" content="libvirt, virtualization, virtualization API" />
  </head>
  <body>
    <div id="header">
      <div id="headerLogo"></div>
      <div id="headerSearch">
        <form action="search.php" enctype="application/x-www-form-urlencoded" method="get"><div>
            <input id="query" name="query" type="text" size="12" value="" />
            <input id="submit" name="submit" type="submit" value="Search" />
          </div></form>
      </div>
    </div>
    <div id="body">
      <div id="menu">
        <ul class="l0"><li>
            <div>
              <a title="Front page of the libvirt website" class="inactive" href="index.html">Home</a>
            </div>
          </li><li>
            <div>
              <a title="Details of new features and bugs fixed in each release" class="inactive" href="news.html">News</a>
            </div>
          </li><li>
            <div>
              <a title="Applications known to use libvirt" class="inactive" href="apps.html">Applications</a>
            </div>
          </li><li>
            <div>
              <a title="Get the latest source releases, binary builds and get access to the source repository" class="active" href="downloads.html">Downloads</a>
              <ul class="l1"><li>
                  <div>
                    <span class="active">Windows</span>
                  </div>
                </li><li>
                  <div>
                    <a title="Bindings of the libvirt API for languages other than C" class="inactive" href="bindings.html">Language bindings</a>
                  </div>
                </li></ul>
            </div>
          </li><li>
            <div>
              <a title="Information for users, administrators and developers" class="active" href="docs.html">Documentation</a>
              <ul class="l1"><li>
                  <div>
                    <a title="How to compile libvirt" class="inactive" href="compiling.html">Compiling</a>
                  </div>
                </li><li>
                  <div>
                    <a title="Information about deploying and using libvirt" class="active" href="deployment.html">Deployment</a>
                    <ul class="l2"><li>
                        <div>
                          <a title="The URI formats used for connecting to libvirt" class="inactive" href="uri.html">URI format</a>
                        </div>
                      </li><li>
                        <div>
                          <a title="Enable remote access over TCP" class="inactive" href="remote.html">Remote access</a>
                        </div>
                      </li><li>
                        <div>
                          <a title="Configure authentication for the libvirt daemon" class="inactive" href="auth.html">Authentication</a>
                        </div>
                      </li><li>
                        <div>
                          <a title="Configure access control libvirt APIs" class="inactive" href="acl.html">Access control</a>
                        </div>
                      </li><li>
                        <div>
                          <a title="Migrating guests between machines" class="inactive" href="migration.html">Migration</a>
                        </div>
                      </li><li>
                        <div>
                          <span class="active">Windows port</span>
                        </div>
                      </li><li>
                        <div>
                          <a title="The library and the daemon logging support" class="inactive" href="logging.html">Logging</a>
                        </div>
                      </li><li>
                        <div>
                          <a title="Audit trail logs for host operations" class="inactive" href="auditlog.html">Audit log</a>
                        </div>
                      </li><li>
                        <div>
                          <a title="Firewall and network filter configuration" class="inactive" href="firewall.html">Firewall</a>
                        </div>
                      </li><li>
                        <div>
                          <a title="Ensuring exclusive guest access to disks" class="inactive" href="locking.html">Disk locking</a>
                        </div>
                      </li><li>
                        <div>
                          <a title="Control groups integration" class="inactive" href="cgroups.html">CGroups</a>
                        </div>
                      </li><li>
                        <div>
                          <a title="Hooks for system specific management" class="inactive" href="hooks.html">Hooks</a>
                        </div>
                      </li></ul>
                  </div>
                </li><li>
                  <div>
                    <a title="Overview of the logical subsystems in the libvirt API" class="inactive" href="intro.html">Architecture</a>
                  </div>
                </li><li>
                  <div>
                    <a title="Description of the XML formats used in libvirt" class="inactive" href="format.html">XML format</a>
                  </div>
                </li><li>
                  <div>
                    <a title="Hypervisor specific driver information" class="inactive" href="drivers.html">Drivers</a>
                  </div>
                </li><li>
                  <div>
                    <a title="Reference manual for the C public API" class="inactive" href="html/index.html">API reference</a>
                  </div>
                </li><li>
                  <div>
                    <a title="Bindings of the libvirt API for other languages" class="inactive" href="bindings.html">Language bindings</a>
                  </div>
                </li><li>
                  <div>
                    <a title="Working on the internals of libvirt API, driver and daemon code" class="inactive" href="internals.html">Internals</a>
                  </div>
                </li><li>
                  <div>
                    <a title="A guide and reference for developing with libvirt" class="inactive" href="devguide.html">Development Guide</a>
                  </div>
                </li><li>
                  <div>
                    <a title="Command reference for virsh" class="inactive" href="virshcmdref.html">Virsh Commands</a>
                  </div>
                </li><li>
                  <div>
                    <a title="Project governance and code of conduct" class="inactive" href="governance.html">Governance</a>
                  </div>
                </li></ul>
            </div>
          </li><li>
            <div>
              <a title="User contributed content" class="inactive" href="http://wiki.libvirt.org">Wiki</a>
            </div>
          </li><li>
            <div>
              <a title="Frequently asked questions" class="inactive" href="http://wiki.libvirt.org/page/FAQ">FAQ</a>
            </div>
          </li><li>
            <div>
              <a title="How and where to report bugs and request features" class="inactive" href="bugs.html">Bug reports</a>
            </div>
          </li><li>
            <div>
              <a title="How to contact the developers via email and IRC" class="inactive" href="contact.html">Contact</a>
            </div>
          </li><li>
            <div>
              <a title="Available test suites for libvirt" class="inactive" href="testsuites.html">Test suites</a>
            </div>
          </li><li>
            <div>
              <a title="Miscellaneous links of interest related to libvirt" class="inactive" href="relatedlinks.html">Related Links</a>
            </div>
          </li><li>
            <div>
              <a title="Overview of all content on the website" class="inactive" href="sitemap.html">Sitemap</a>
            </div>
          </li></ul>
      </div>
      <div id="content">
        <h1>Windows support</h1>
        <ul><li>
            <a href="#installer">Installation packages</a>
          </li><li>
            <a href="#conntypes">Connection types</a>
          </li><li>
            <a href="#esx">Connecting to VMware ESX/vSphere</a>
          </li><li>
            <a href="#tlscerts">TLS Certificates</a>
          </li><li>
            <a href="#feedback">Feedback</a>
          </li><li>
            <a href="#compiling">Compiling yourself</a>
            <ul><li>
                <a href="#msys_setup">MSYS Build script</a>
              </li><li>
                <a href="#cross-compile">Cross compiling</a>
              </li><li>
                <a href="#configure">By hand</a>
              </li></ul>
          </li></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" shape="rect" id="installer">Installation packages</a>
          <a class="headerlink" href="#installer" title="Permalink to this headline">¶</a>
        </h2>
        <p>
      Users who need pre-built Windows DLLs of libvirt are advised
      to use the <a href="http://virt-manager.org" shape="rect">Virt Viewer</a>
      pre-compiled <a href="http://virt-manager.org/download/" shape="rect">Windows MSI packages</a>
    </p>
        <p>
      These installers include the libvirt, gtk-vnc and spice-gtk DLLs
      along with any of their pre-requisite supporting DLLs, the virsh
      command line tool and the virt-viewer &amp; remote-viewer graphical
      tools. The development headers are not currently provided in this
      installer, so this cannot be used for compiling new applications
      against libvirt.
    </p>
        <h2>
          <a name="conntypes" shape="rect" id="conntypes">Connection types</a>
          <a class="headerlink" href="#conntypes" title="Permalink to this headline">¶</a>
        </h2>
        <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>
        <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>
        <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>
        <h2>
          <a name="esx" shape="rect" id="esx">Connecting to VMware ESX/vSphere</a>
          <a class="headerlink" href="#esx" title="Permalink to this headline">¶</a>
        </h2>
        <p>
      Details on the capabilities, certificates, and connection string
      syntax used for connecting to VMware ESX and vSphere can be found
      online here:<br />
    </p>
        <a href="http://libvirt.org/drvesx.html" shape="rect">http://libvirt.org/drvesx.html</a>
        <h2>
          <a name="tlscerts" shape="rect" id="tlscerts">TLS Certificates</a>
          <a class="headerlink" href="#tlscerts" title="Permalink to this headline">¶</a>
        </h2>
        <p>
      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.
    </p>
        <p>
      Information on generating TLS certificates can be found here:
    </p>
        <a href="http://wiki.libvirt.org/page/TLSSetup" shape="rect">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>
      The locations of the TLS certificates and key file on Windows are hard
      coded, rather than being configurable.
    </p>
        <p>
      The Certificate Authority (CA) certificate file must be placed in:
    </p>
        <ul><li>%APPDATA%\libvirt\pki\CA\cacert.pem</li></ul>
        <p>
      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>
        <h2>
          <a name="feedback" shape="rect" id="feedback">Feedback</a>
          <a class="headerlink" href="#feedback" title="Permalink to this headline">¶</a>
        </h2>
        <p>
      Feedback and suggestions on changes to make and what else to include
      <a href="contact.html" shape="rect">are desired</a>.
    </p>
        <h2>
          <a name="compiling" shape="rect" id="compiling">Compiling yourself</a>
          <a class="headerlink" href="#compiling" title="Permalink to this headline">¶</a>
        </h2>
        <p>
      Libvirt can be compiled on Windows using the free
      <a href="http://www.mingw.org/" shape="rect">MinGW compiler</a>.
    </p>
        <h3>
          <a name="msys_setup" shape="rect" id="msys_setup">MSYS Build script</a>
          <a class="headerlink" href="#msys_setup" title="Permalink to this headline">¶</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" shape="rect">https://github.com/photron/msys_setup</a>
        <h3>
          <a name="cross-compile" shape="rect" id="cross-compile">Cross compiling</a>
          <a class="headerlink" href="#cross-compile" title="Permalink to this headline">¶</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/" shape="rect">from the Fedora MinGW project</a>
      (which includes a working libvirt specfile).
    </p>
        <h3>
          <a name="configure" shape="rect" id="configure">By hand</a>
          <a class="headerlink" href="#configure" title="Permalink to this headline">¶</a>
        </h3>
        <p>
      Use these options when following the instructions on the
      <a href="compiling.html" shape="rect">Compiling</a> page.
    </p>
        <pre xml:space="preserve">
./configure \
  --without-sasl \
  --without-avahi \
  --without-polkit \
  --without-python \
  --without-xen \
  --without-qemu \
  --without-lxc \
  --without-openvz \
  --without-libvirtd
</pre>
      </div>
    </div>
    <div id="footer">
      <p id="sponsor">
	    Sponsored by:<br /><a href="http://et.redhat.com/"><img src="et.png" alt="Project sponsored by Red Hat Emerging Technology" /></a></p>
    </div>
  </body>
</html>