daemon: Move TLS initialization to virInitialize
[libvirt/zwu.git] / docs / sitemap.html.in
blobf50a8d2737f16bde4828936961764c3615b93a9d
1 <html>
2 <body>
3 <h1>Sitemap</h1>
5 <div id="sitemap">
6 <ul>
7 <li>
8 <a href="index.html">Home</a>
9 <span>Front page of the libvirt website</span>
10 </li>
11 <li>
12 <a href="news.html">News</a>
13 <span>Details of new features and bugs fixed in each release</span>
14 <ul>
15 <li>
16 <a href="http://libvirt.org/git/?p=libvirt.git;a=log">Git log</a>
17 <span>Latest commit messages from the source repository </span>
18 </li>
19 </ul>
20 </li>
21 <li>
22 <a href="apps.html">Applications</a>
23 <span>Applications known to use libvirt</span>
24 </li>
25 <li>
26 <a href="downloads.html">Downloads</a>
27 <span>Get the latest source releases, binary builds and get access to the source repository</span>
28 <ul>
29 <li>
30 <a href="windows.html">Windows</a>
31 <span>Downloads for Windows</span>
32 </li>
33 <li>
34 <a href="bindings.html">Language bindings</a>
35 <span>Bindings of the libvirt API for languages other than C</span>
36 </li>
37 </ul>
38 </li>
39 <li>
40 <a href="docs.html">Documentation</a>
41 <span>Information for users, administrators and developers</span>
42 <ul>
43 <li>
44 <a href="compiling.html">Compiling</a>
45 <span>How to compile libvirt</span>
46 </li>
47 <li>
48 <a href="deployment.html">Deployment</a>
49 <span>Information about deploying and using libvirt</span>
50 <ul>
51 <li>
52 <a href="uri.html">URI format</a>
53 <span>The URI formats used for connecting to libvirt</span>
54 </li>
55 <li>
56 <a href="remote.html">Remote access</a>
57 <span>Enable remote access over TCP</span>
58 </li>
59 <li>
60 <a href="auth.html">Authentication</a>
61 <span>Configure authentication for the libvirt daemon</span>
62 </li>
63 <li>
64 <a href="windows.html">Windows port</a>
65 <span>Access the libvirt daemon from a native Windows client</span>
66 </li>
67 <li>
68 <a href="logging.html">Logging</a>
69 <span>The library and the daemon logging support</span>
70 </li>
71 <li>
72 <a href="firewall.html">Firewall</a>
73 <span>Firewall and network filter configuration</span>
74 </li>
75 <li>
76 <a href="locking.html">Disk locking</a>
77 <span>Ensuring exclusive guest access to disks</span>
78 </li>
79 <li>
80 <a href="hooks.html">Hooks</a>
81 <span>Hooks for system specific management</span>
82 </li>
83 </ul>
84 </li>
85 <li>
86 <a href="intro.html">Architecture</a>
87 <span>Overview of the logical subsystems in the libvirt API</span>
88 <ul>
89 <li>
90 <a href="goals.html">Goals</a>
91 <span>Terminology and goals of libvirt API</span>
92 </li>
93 <li>
94 <a href="api.html">API concepts</a>
95 <span>The libvirt API concepts</span>
96 </li>
97 <li>
98 <a href="archdomain.html">Domains</a>
99 <span>Managing virtual machines</span>
100 </li>
101 <li>
102 <a href="archnetwork.html">Network</a>
103 <span>Providing isolated networks and NAT based network connectivity</span>
104 </li>
105 <li>
106 <a href="archstorage.html">Storage</a>
107 <span>Managing storage pools and volumes</span>
108 </li>
109 <li>
110 <a href="archnode.html">Node Devices</a>
111 <span>Enumerating host node devices</span>
112 </li>
113 </ul>
114 </li>
115 <li>
116 <a href="format.html">XML format</a>
117 <span>Description of the XML formats used in libvirt</span>
118 <ul>
119 <li>
120 <a href="formatdomain.html">Domains</a>
121 <span>The domain XML format</span>
122 </li>
123 <li>
124 <a href="formatnetwork.html">Networks</a>
125 <span>The virtual network XML format</span>
126 </li>
127 <li>
128 <a href="formatnwfilter.html">Network Filtering</a>
129 <span>Network filter XML format</span>
130 </li>
131 <li>
132 <a href="formatstorage.html">Storage</a>
133 <span>The storage pool and volume XML format</span>
134 </li>
135 <li>
136 <a href="formatstorageencryption.html">Storage Encryption</a>
137 <span>Storage volume encryption XML format</span>
138 </li>
139 <li>
140 <a href="formatcaps.html">Capabilities</a>
141 <span>The driver capabilities XML format</span>
142 </li>
143 <li>
144 <a href="formatnode.html">Node Devices</a>
145 <span>The host device XML format</span>
146 </li>
147 <li>
148 <a href="formatsecret.html">Secrets</a>
149 <span>The secret XML format</span>
150 </li>
151 <li>
152 <a href="formatsnapshot.html">Snapshots</a>
153 <span>The snapshot XML format</span>
154 </li>
155 </ul>
156 </li>
157 <li>
158 <a href="drivers.html">Drivers</a>
159 <span>Hypervisor specific driver information</span>
160 <ul>
161 <li>
162 <a href="drvxen.html">Xen</a>
163 <span>Driver the Xen hypervisor</span>
164 </li>
165 <li>
166 <a href="drvqemu.html">QEMU / KVM</a>
167 <span>Driver for QEMU, KQEMU, KVM and Xenner</span>
168 </li>
169 <li>
170 <a href="drvlxc.html">Linux Container</a>
171 <span>Driver for the Linux native container API</span>
172 </li>
173 <li>
174 <a href="drvtest.html">Test</a>
175 <span>Pseudo-driver simulating APIs in memory for test suites</span>
176 </li>
177 <li>
178 <a href="drvremote.html">Remote</a>
179 <span>Driver providing secure remote to the libvirt APIs</span>
180 </li>
181 <li>
182 <a href="drvopenvz.html">OpenVZ</a>
183 <span>Driver for the OpenVZ container technology</span>
184 </li>
185 <li>
186 <a href="drvuml.html">UML</a>
187 <span>Driver for the User Mode Linux technology</span>
188 </li>
189 <li>
190 <a href="storage.html">Storage</a>
191 <span>Driver for the storage management APIs</span>
192 </li>
193 <li>
194 <a href="drvvbox.html">VirtualBox</a>
195 <span>Driver for VirtualBox</span>
196 </li>
197 <li>
198 <a href="drvesx.html">VMware ESX</a>
199 <span>Driver for VMware ESX</span>
200 </li>
201 <li>
202 <a href="drvvmware.html">VMware Workstation / Player</a>
203 <span>Driver for VMware Workstation / Player</span>
204 </li>
205 </ul>
206 </li>
207 <li>
208 <a href="html/index.html">API reference</a>
209 <span>Reference manual for the C public API</span>
210 <!-- This is the desired new style API breakdown
211 <ul>
212 <li>
213 <a href="apiconn.html">Connection</a>
214 <span>API reference for virConnectPtr objects</span>
215 </li>
216 <li>
217 <a href="apidomain.html">Domain</a>
218 <span>API reference for virDomainPtr objects</span>
219 </li>
220 <li>
221 <a href="apierror.html">Error</a>
222 <span>API reference for virErrorPtr objects</span>
223 </li>
224 <li>
225 <a href="apinetwork.html">Network</a>
226 <span>API reference for virNetworkPtr objects</span>
227 </li>
228 <li>
229 <a href="apistorage.html">Storage</a>
230 <span>API reference for virStoragePoolptr and virStorageVolPtr objects</span>
231 </li>
232 <li>
233 <a href="apinode.html">Node Device</a>
234 <span>API reference for virNodeDevicePtr objects</span>
235 </li>
236 </ul>
238 <ul>
239 <li>
240 <a href="html/libvirt-libvirt.html">libvirt</a>
241 <span>core interfaces for the libvirt library</span>
242 </li>
243 <li>
244 <a href="html/libvirt-virterror.html">virterror</a>
245 <span>error handling interfaces for the libvirt library</span>
246 </li>
247 <li>
248 <a href="hvsupport.html">Driver support</a>
249 <span>matrix of API support per hypervisor per release</span>
250 </li>
251 </ul>
252 </li>
253 <li>
254 <a href="bindings.html">Language bindings</a>
255 <span>Bindings of the libvirt API for other languages</span>
256 <ul>
257 <li>
258 <a href="python.html">Python</a>
259 <span>overview of the python API bindings</span>
260 </li>
261 <li>
262 <a href="java.html">Java</a>
263 <span>overview of the Java API bindings</span>
264 </li>
265 <li>
266 <a href="csharp.html">C#</a>
267 <span>overview of the C# API bindings</span>
268 </li>
269 <li>
270 <a href="php.html">PHP</a>
271 <span>overview of the PHP API bindings</span>
272 </li>
273 </ul>
274 </li>
275 <li>
276 <a href="internals.html">Internals</a>
277 <span>Working on the internals of libvirt API, driver and daemon code</span>
278 <ul>
279 <li>
280 <a href="hacking.html">Contributor guidelines</a>
281 <span>General hacking guidelines for contributors</span>
282 </li>
283 <li>
284 <a href="api_extension.html">API extensions</a>
285 <span>Adding new public libvirt APIs</span>
286 </li>
287 <li>
288 <a href="internals/command.html">Spawning commands</a>
289 <span>Spawning commands from libvirt driver code</span>
290 </li>
291 <li>
292 <a href="internals/rpc.html">RPC protocol &amp; APIs</a>
293 <span>RPC protocol information and API / dispatch guide</span>
294 </li>
295 <li>
296 <a href="internals/locking.html">Lock managers</a>
297 <span>Use lock managers to protect disk content</span>
298 </li>
299 </ul>
300 </li>
301 <li>
302 <a href="devguide.html">Development Guide</a>
303 <span>A guide and reference for developing with libvirt</span>
304 </li>
305 <li>
306 <a href="virshcmdref.html">Virsh Commands</a>
307 <span>Command reference for virsh</span>
308 </li>
309 </ul>
310 </li>
311 <li>
312 <a href="http://wiki.libvirt.org">Wiki</a>
313 <span>User contributed content</span>
314 </li>
315 <li>
316 <a href="http://wiki.libvirt.org/page/FAQ">FAQ</a>
317 <span>Frequently asked questions</span>
318 </li>
319 <li>
320 <a href="bugs.html">Bug reports</a>
321 <span>How and where to report bugs and request features</span>
322 <ul>
323 <li>
324 <a href="todo.html">Todo list</a>
325 <span>Main feature request list</span>
326 </li>
327 </ul>
328 </li>
329 <li>
330 <a href="contact.html">Contact</a>
331 <span>How to contact the developers via email and IRC</span>
332 </li>
333 <li>
334 <a href="testsuites.html">Test suites</a>
335 <span>Available test suites for libvirt</span>
336 <ul>
337 <li>
338 <a href="testtck.html">TCK test suite</a>
339 <span>Virtualization functional test suite in Perl</span>
340 </li>
341 <li>
342 <a href="testapi.html">Libvirt-test-API</a>
343 <span>Libvirt functional API test suite in Python</span>
344 </li>
345 </ul>
346 </li>
347 <li>
348 <a href="relatedlinks.html">Related Links</a>
349 <span>Miscellaneous links of interest related to libvirt</span>
350 </li>
351 <li>
352 <a href="sitemap.html">Sitemap</a>
353 <span>Overview of all content on the website</span>
354 </li>
355 </ul>
356 </div>
357 </body>
358 </html>