~serge-hallyn/ubuntu/oneiric/libvirt/fix-shutdown

« back to all changes in this revision

Viewing changes to docs/devguide.html

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2010-11-02 16:26:51 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101102162651-aq8tnbz58mdf01bf
Tags: 0.8.5-0ubuntu1
* New upstream release.
* Removed a slew of patches which have been
  applied upstream since 0.8.3.
  - 9012-apparmor-extra-tests.patch
  - 9013-apparmor-chardev.patch
  - 9015-Add-ubd-to-the-list-of-disk-prefixes.patch
  - 9016-Close-fd-s-of-persistent-tap-devices.patch
  - 9017-Make-sure-all-command-line-arguments-get-passed-to-U.patch
  - 9018-Make-umlConnectTapDevice-ask-brAddTap-for-a-persiste.patch
  - 9019-uml-fix-logic-bug-in-checking-reply-length.patch
  - 9021-Allow-chardev-of-type-file-for-UML-domains.patch
  - 9022-Rename-qemudShrinkDisks-to-virDomainDiskRemove-and-m.patch
  - 9023-Support-virDomainAttachDevice-and-virDomainDetachDev.patch
  - 9024-Explicitly-pass-uml_dir-argument-to-user-mode-linux.patch
  - 9025-Add-nwfilter-support-to-UML-driver.patch
  - 9026-Rebuild-network-filter-for-UML-guests-on-updates.patch
  - 9027-Make-newfilter-xml-transformations-endian-safe.patch
  - 9028-lp628055.patch
* Updated 9002-better_default_uri_virsh.patch to use vshStrdup,
  as now required in that file.  (use of strdup now causes compilation
  to fail)
* Removed 9008-run-as-root-by-default.patch, which has not been
  applied for awhile now, with no ill effects.
* Simple refresh of:
  - 0001-remove-RHism.diff.patch
  - 0003-allow-libvirt-group-to-access-the-socket.patch
  - 0004-fix-Debian-specific-path-to-hvm-loader.patch
  - 0006-patch-qemuMonitorTextGetMigrationStatus-to-intercept.patch
  - 9000-delayed_iff_up_bridge.patch
  - 9001-dont_clobber_existing_bridges.patch
  - 9003-better-default-arch.patch
  - 9004-libvirtd-group-name.patch
  - 9005-increase-unix-socket-timeout.patch
  - 9006-default-config-test-case.patch
  - 9009-autodetect-nc-params.patch
  - 9010-dont-disable-ipv6.patch
  - 9011-move-ebtables-script.patch
  - 9014-skip-nodeinfotest.patch
  - 9020-lp545795.patch
* Create a patch to include stdint.h so lxc_container.h, which
  #includes linux/fs.h, doesn't trip up on undefined uint64_t.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml">
 
4
<!--
 
5
        This file is autogenerated from devguide.html.in
 
6
        Do not edit this file. Changes will be lost.
 
7
      -->
 
8
  <head>
 
9
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
10
    <link rel="stylesheet" type="text/css" href="main.css" />
 
11
    <link rel="SHORTCUT ICON" href="32favicon.png" />
 
12
    <title>libvirt: libvirt Application Development Guide</title>
 
13
    <meta name="description" content="libvirt, virtualization, virtualization API" />
 
14
  </head>
 
15
  <body>
 
16
    <div id="header">
 
17
      <div id="headerLogo"></div>
 
18
      <div id="headerSearch">
 
19
        <form action="search.php" enctype="application/x-www-form-urlencoded" method="get"><div>
 
20
            <input id="query" name="query" type="text" size="12" value="" />
 
21
            <input id="submit" name="submit" type="submit" value="Search" />
 
22
          </div></form>
 
23
      </div>
 
24
    </div>
 
25
    <div id="body">
 
26
      <div id="menu">
 
27
        <ul class="l0"><li>
 
28
            <div>
 
29
              <a title="Front page of the libvirt website" class="inactive" href="index.html">Home</a>
 
30
            </div>
 
31
          </li><li>
 
32
            <div>
 
33
              <a title="Details of new features and bugs fixed in each release" class="inactive" href="news.html">News</a>
 
34
            </div>
 
35
          </li><li>
 
36
            <div>
 
37
              <a title="Get the latest source releases, binary builds and get access to the source repository" class="inactive" href="downloads.html">Downloads</a>
 
38
            </div>
 
39
          </li><li>
 
40
            <div>
 
41
              <a title="Information for users, administrators and developers" class="active" href="docs.html">Documentation</a>
 
42
              <ul class="l1"><li>
 
43
                  <div>
 
44
                    <a title="Information about deploying and using libvirt" class="inactive" href="deployment.html">Deployment</a>
 
45
                  </div>
 
46
                </li><li>
 
47
                  <div>
 
48
                    <a title="Overview of the logical subsystems in the libvirt API" class="inactive" href="intro.html">Architecture</a>
 
49
                  </div>
 
50
                </li><li>
 
51
                  <div>
 
52
                    <a title="Description of the XML formats used in libvirt" class="inactive" href="format.html">XML format</a>
 
53
                  </div>
 
54
                </li><li>
 
55
                  <div>
 
56
                    <a title="Hypervisor specific driver information" class="inactive" href="drivers.html">Drivers</a>
 
57
                  </div>
 
58
                </li><li>
 
59
                  <div>
 
60
                    <a title="Reference manual for the C public API" class="inactive" href="html/index.html">API reference</a>
 
61
                  </div>
 
62
                </li><li>
 
63
                  <div>
 
64
                    <a title="Bindings of the libvirt API for other languages" class="inactive" href="bindings.html">Language bindings</a>
 
65
                  </div>
 
66
                </li><li>
 
67
                  <div>
 
68
                    <a title="Working on the internals of libvirt API, driver and daemon code" class="inactive" href="internals.html">Internals</a>
 
69
                  </div>
 
70
                </li><li>
 
71
                  <div>
 
72
                    <span class="active">Development Guide</span>
 
73
                  </div>
 
74
                </li></ul>
 
75
            </div>
 
76
          </li><li>
 
77
            <div>
 
78
              <a title="User contributed content" class="inactive" href="http://wiki.libvirt.org">Wiki</a>
 
79
            </div>
 
80
          </li><li>
 
81
            <div>
 
82
              <a title="Frequently asked questions" class="inactive" href="http://wiki.libvirt.org/page/FAQ">FAQ</a>
 
83
            </div>
 
84
          </li><li>
 
85
            <div>
 
86
              <a title="How and where to report bugs and request features" class="inactive" href="bugs.html">Bug reports</a>
 
87
            </div>
 
88
          </li><li>
 
89
            <div>
 
90
              <a title="How to contact the developers via email and IRC" class="inactive" href="contact.html">Contact</a>
 
91
            </div>
 
92
          </li><li>
 
93
            <div>
 
94
              <a title="Miscellaneous links of interest related to libvirt" class="inactive" href="relatedlinks.html">Related Links</a>
 
95
            </div>
 
96
          </li><li>
 
97
            <div>
 
98
              <a title="Overview of all content on the website" class="inactive" href="sitemap.html">Sitemap</a>
 
99
            </div>
 
100
          </li></ul>
 
101
      </div>
 
102
      <div id="content">
 
103
        <h1>libvirt Application Development Guide</h1>
 
104
        <ul><li>
 
105
            <a href="#online">Browsable online</a>
 
106
          </li><li>
 
107
            <a href="#git">GIT source repository</a>
 
108
          </li></ul>
 
109
        <p>
 
110
      The guide is both a learning tool for developing with libvirt and an
 
111
      API reference document. It is a work in progress, composed by a
 
112
      professional author from contributions written by members of the
 
113
      libvirt team.
 
114
    </p>
 
115
        <p>
 
116
      Contributions to the guide are <b>VERY</b> welcome. If you'd like to get
 
117
      your name on this and demonstrate your virtualisation prowess, a solid
 
118
      contribution to the content here will do it. :)
 
119
    </p>
 
120
        <h2>
 
121
          <a name="online" id="online">Browsable online</a>
 
122
        </h2>
 
123
        <ul><li><a href="http://libvirt.org/guide/html/">
 
124
        HTML format using multiple pages</a></li><li><a href="http://libvirt.org/guide/html-single/">
 
125
        HTML format using one big page</a></li><li><a href="http://libvirt.org/guide/pdf/Application_Development_Guide.pdf">
 
126
        PDF format</a></li><li><a href="http://libvirt.org/guide/libvirt-0.7.5-Application_Development_Guide-en-US.epub">
 
127
        ePub format</a></li><li><a href="http://libvirt.org/guide/txt/Application_Development_Guide.txt">
 
128
        Plain text format</a></li><li><a href="http://libvirt.org/guide/libvirt-Application_Development_Guide-0.7.5-web-en-US-1-9.el5.src.rpm">
 
129
        Source RPM format</a></li></ul>
 
130
        <h2>
 
131
          <a name="git" id="git">GIT source repository</a>
 
132
        </h2>
 
133
        <p>
 
134
      The source is in a git repository:
 
135
    </p>
 
136
        <pre>
 
137
      git clone git://libvirt.org/libvirt-appdev-guide.git</pre>
 
138
        <p>
 
139
      Browsable here:
 
140
    </p>
 
141
        <pre>
 
142
      <a href="http://libvirt.org/git/?p=libvirt-appdev-guide.git;a=summary">http://libvirt.org/git/?p=libvirt-appdev-guide.git;a=summary</a></pre>
 
143
      </div>
 
144
    </div>
 
145
    <div id="footer">
 
146
      <p id="sponsor">
 
147
            Sponsored by:<br /><a href="http://et.redhat.com/"><img src="et.png" alt="Project sponsored by Red Hat Emerging Technology" /></a></p>
 
148
    </div>
 
149
  </body>
 
150
</html>