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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<!--
This file is autogenerated from docs.html.in
Do not edit this file. Changes will be lost.
-->
<!--
This page was generated at Thu Jan 10 20:48:16 UTC 2019.
-->
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" type="text/css" href="main.css"/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/>
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/>
<link rel="manifest" href="/manifest.json"/>
<meta name="theme-color" content="#ffffff"/>
<title>libvirt: </title>
<meta name="description" content="libvirt, virtualization, virtualization API"/>
<script type="text/javascript">
<!--
function init() {
window.addEventListener('scroll', function(e){
var distanceY = window.pageYOffset || document.documentElement.scrollTop,
shrinkOn = 94
home = document.getElementById("home");
links = document.getElementById("jumplinks");
search = document.getElementById("search");
body = document.getElementById("body");
if (distanceY > shrinkOn) {
if (home.className != "navhide") {
body.className = "navhide"
home.className = "navhide"
links.className = "navhide"
search.className = "navhide"
}
} else {
if (home.className == "navhide") {
body.className = ""
home.className = ""
links.className = ""
search.className = ""
}
}
});
}
window.onload = init();
-->
</script>
</head>
<body class="docs">
<div id="body">
<div id="content">
<div class="panel">
<h2>Deployment / operation</h2>
<dl>
<dt>
<a href="apps.html">Applications</a>
</dt>
<dd>Applications known to use libvirt</dd>
<dt>
<a href="windows.html">Windows</a>
</dt>
<dd>Downloads for Windows</dd>
<dt>
<a href="migration.html">Migration</a>
</dt>
<dd>Migrating guests between machines</dd>
<dt>
<a href="remote.html">Remote access</a>
</dt>
<dd>Enable remote access over TCP</dd>
<dt>
<a href="auth.html">Authentication</a>
</dt>
<dd>Configure authentication for the libvirt daemon</dd>
<dt>
<a href="acl.html">Access control</a>
</dt>
<dd>Configure access control libvirt APIs with <a href="aclpolkit.html">polkit</a></dd>
<dt>
<a href="logging.html">Logging</a>
</dt>
<dd>The library and the daemon logging support</dd>
<dt>
<a href="auditlog.html">Audit log</a>
</dt>
<dd>Audit trail logs for host operations</dd>
<dt>
<a href="firewall.html">Firewall</a>
</dt>
<dd>Firewall and network filter configuration</dd>
<dt>
<a href="hooks.html">Hooks</a>
</dt>
<dd>Hooks for system specific management</dd>
<dt>
<a href="nss.html">NSS module</a>
</dt>
<dd>Enable domain host name translation to IP addresses</dd>
<dt>
<a href="http://wiki.libvirt.org/page/FAQ">FAQ</a>
</dt>
<dd>Frequently asked questions</dd>
</dl>
</div>
<div class="panel">
<h2>Application development</h2>
<dl>
<dt>
<a href="devguide.html">Development Guide</a>
</dt>
<dd>A guide and reference for developing with libvirt</dd>
<dt>
<a href="virshcmdref.html">Virsh Commands</a>
</dt>
<dd>Command reference for virsh</dd>
<dt>
<a href="bindings.html">Language bindings and API modules</a>
</dt>
<dd>Bindings of the libvirt API for
<a href="csharp.html">c#</a>,
<a href="https://godoc.org/github.com/libvirt/libvirt-go">go</a>,
<a href="java.html">java</a>,
<a href="https://libvirt.org/ocaml/">ocaml</a>,
<a href="http://search.cpan.org/dist/Sys-Virt/">perl</a>,
<a href="python.html">python</a>,
<a href="php.html">php</a>,
<a href="https://libvirt.org/ruby/">ruby</a>
and integration API modules for
<a href="dbus.html">D-Bus</a></dd>
<dt>
<a href="format.html">XML schemas</a>
</dt>
<dd>Description of the XML schemas for
<a href="formatdomain.html">domains</a>,
<a href="formatnetwork.html">networks</a>,
<a href="formatnwfilter.html">network filtering</a>,
<a href="formatstorage.html">storage</a>,
<a href="formatstorageencryption.html">storage encryption</a>,
<a href="formatcaps.html">capabilities</a>,
<a href="formatdomaincaps.html">domain capabilities</a>,
<a href="formatnode.html">node devices</a>,
<a href="formatsecret.html">secrets</a>,
<a href="formatsnapshot.html">snapshots</a></dd>
<dt>
<a href="uri.html">URI format</a>
</dt>
<dd>The URI formats used for connecting to libvirt</dd>
<dt>
<a href="locking.html">Disk locking</a>
</dt>
<dd>Ensuring exclusive guest access to disks with
<a href="locking-lockd.html">virtlockd</a> or
<a href="locking-sanlock.html">Sanlock</a></dd>
<dt>
<a href="cgroups.html">CGroups</a>
</dt>
<dd>Control groups integration</dd>
<dt>
<a href="html/index.html">API reference</a>
</dt>
<dd>Reference manual for the C public API, split in
<a href="html/libvirt-libvirt-common.html">common</a>,
<a href="html/libvirt-libvirt-domain.html">domain</a>,
<a href="html/libvirt-libvirt-domain-snapshot.html">domain snapshot</a>,
<a href="html/libvirt-virterror.html">error</a>,
<a href="html/libvirt-libvirt-event.html">event</a>,
<a href="html/libvirt-libvirt-host.html">host</a>,
<a href="html/libvirt-libvirt-interface.html">interface</a>,
<a href="html/libvirt-libvirt-network.html">network</a>,
<a href="html/libvirt-libvirt-nodedev.html">node device</a>,
<a href="html/libvirt-libvirt-nwfilter.html">network filter</a>,
<a href="html/libvirt-libvirt-secret.html">secret</a>,
<a href="html/libvirt-libvirt-storage.html">storage</a>,
<a href="html/libvirt-libvirt-stream.html">stream</a>
</dd>
<dt>
<a href="drivers.html">Drivers</a>
</dt>
<dd>Hypervisor specific driver information</dd>
<dt>
<a href="support.html">Support guarantees</a>
</dt>
<dd>Details of support status for various interfaces</dd>
<dt>
<a href="hvsupport.html">Driver support</a>
</dt>
<dd>matrix of API support per hypervisor per release</dd>
<dt>
<a href="secureusage.html">Secure usage</a>
</dt>
<dd>Secure usage of the libvirt APIs</dd>
</dl>
</div>
<div class="panel">
<h2>Project development</h2>
<dl>
<dt>
<a href="hacking.html">Contributor guidelines</a>
</dt>
<dd>General hacking guidelines for contributors</dd>
<dt>
<a href="bugs.html">Bug reports</a>
</dt>
<dd>How and where to report bugs and request features</dd>
<dt>
<a href="compiling.html">Compiling</a>
</dt>
<dd>How to compile libvirt</dd>
<dt>
<a href="goals.html">Goals</a>
</dt>
<dd>Terminology and goals of libvirt API</dd>
<dt>
<a href="api.html">API concepts</a>
</dt>
<dd>The libvirt API concepts</dd>
<dt>
<a href="api_extension.html">API extensions</a>
</dt>
<dd>Adding new public libvirt APIs</dd>
<dt>
<a href="internals/eventloop.html">Event loop and worker pool</a>
</dt>
<dd>Libvirt's event loop and worker pool mode</dd>
<dt>
<a href="internals/command.html">Spawning commands</a>
</dt>
<dd>Spawning commands from libvirt driver code</dd>
<dt>
<a href="internals/rpc.html">RPC protocol & APIs</a>
</dt>
<dd>RPC protocol information and API / dispatch guide</dd>
<dt>
<a href="internals/locking.html">Lock managers</a>
</dt>
<dd>Use lock managers to protect disk content</dd>
<dt>
<a href="internals/oomtesting.html">Out of memory testing</a>
</dt>
<dd>Simulating OOM conditions in the test suite</dd>
<dt>
<a href="testsuites.html">Functional testing</a>
</dt>
<dd>Testing libvirt with <a href="testtck.html">TCK test suite</a> and
<a href="testapi.html">Libvirt-test-API</a></dd>
</dl>
</div>
<br class="clear"/>
</div>
</div>
<div id="nav">
<div id="home">
<a href="index.html">Home</a>
</div>
<div id="jumplinks">
<ul>
<li>
<a href="downloads.html">Download</a>
</li>
<li>
<a href="contribute.html">Contribute</a>
</li>
<li>
<a href="docs.html">Docs</a>
</li>
</ul>
</div>
<div id="search">
<form action="search.php" enctype="application/x-www-form-urlencoded" method="get">
<div>
<input name="query" type="text" size="12" value=""/>
<input name="submit" type="submit" value="Go"/>
</div>
</form>
</div>
</div>
<div id="footer">
<div id="contact">
<h3>Contact</h3>
<ul>
<li>
<a href="contact.html#email">email</a>
</li>
<li>
<a href="contact.html#irc">irc</a>
</li>
</ul>
</div>
<div id="community">
<h3>Community</h3>
<ul>
<li>
<a href="https://twitter.com/hashtag/libvirt">twitter</a>
</li>
<li>
<a href="https://plus.google.com/communities/109522598353007505282">google+</a>
</li>
<li>
<a href="http://stackoverflow.com/questions/tagged/libvirt">stackoverflow</a>
</li>
<li>
<a href="http://serverfault.com/questions/tagged/libvirt">serverfault</a>
</li>
</ul>
</div>
<div id="conduct">
Participants in the libvirt project agree to abide by <a href="governance.html#codeofconduct">the project code of conduct</a></div>
<br class="clear"/>
</div>
</body>
</html>
|