File: internals.html.in

package info (click to toggle)
libvirt 0.9.12.3-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 115,024 kB
  • sloc: ansic: 324,394; xml: 44,112; sh: 15,676; python: 6,198; makefile: 2,916; perl: 2,003; ml: 472; sed: 16
file content (20 lines) | stat: -rw-r--r-- 607 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
  <body>
    <h1>libvirt internals</h1>

    <p>
      This section provides documents useful to those working on the libvirt
      internals, adding new public APIs, new hypervisor drivers or extending
      the libvirtd daemon code.
    </p>

    <ul>
      <li>Introduction to basic rules and guidelines for <a href="hacking.html">hacking</a>
            on libvirt code</li>
      <li>Guide to adding <a href="api_extension.html">public APIs</a></li>
      <li>Approach for <a href="internals/command.html">spawning commands</a> from
        libvirt driver code</li>
    </ul>

  </body>
</html>