]> xenbits.xensource.com Git - people/dariof/libvirt.git/commitdiff
Use 1.1.0 everywhere in the documentation
authorJán Tomko <jtomko@redhat.com>
Tue, 25 Jun 2013 13:25:29 +0000 (15:25 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 25 Jun 2013 13:37:31 +0000 (15:37 +0200)
Since we already have the v1.1.0-rc1 tag in git.

docs/formatdomain.html.in
docs/formatnetwork.html.in
docs/formatstorage.html.in
src/libxl/libxl_driver.c
src/xen/xen_driver.c

index 17ea9c24866b32196e9ad9ab3336b3964b431478..f000cdb6332699a1dc6ca053809acbca54501ce5 100644 (file)
@@ -3559,7 +3559,7 @@ qemu-kvm -net nic,model=? /dev/null
     <p>
       For network connections using openvswitch it is possible to
       configure the 'native-tagged' and 'native-untagged' vlan modes
-      <span class="since">Since 1.0.7.</span> This uses the optional
+      <span class="since">Since 1.1.0.</span> This uses the optional
       <code>nativeMode</code> attribute on the <code>&lt;tag&gt;</code>
       element: <code>nativeMode</code> may be set to 'tagged' or
       'untagged'. The id atribute of the element sets the native vlan.
index 6a4b36df2a8bd55ed16e92998c216f7d8a4922b9..641f15e84c97e1d912ec26e25b6e14b37f0157ca 100644 (file)
     <p>
       For network connections using openvswitch it is possible to
       configure the 'native-tagged' and 'native-untagged' vlan modes
-      <span class="since">Since 1.0.7</span>. This uses the optional
+      <span class="since">Since 1.1.0</span>. This uses the optional
       <code>nativeMode</code> attribute on the <code>&lt;tag&gt;</code>
       element: <code>nativeMode</code> may be set to 'tagged' or
       'untagged'. The id atribute of the element sets the native vlan.
index c1c1b15daf1beaffa49fe2f7d1df9c9ee884b21e..d702eb17d18fb14c7dfb8d537c8165b9d10dc6bf 100644 (file)
         and <code>1.1</code> so far, specifying QEMU version the images should
         be compatible with. If the <code>feature</code> element is present,
         1.1 is used. If omitted, qemu-img default is used.
-        <span class="since">Since 1.0.7</span>
+        <span class="since">Since 1.1.0</span>
       </dd>
       <dt><code>features</code></dt>
       <dd>Format-specific features. Only used for <code>qcow2</code> now.
         Valid sub-elements are:
         <ul>
           <li><code>&lt;lazy_refcounts/&gt;</code> - allow delayed reference
-          counter updates. <span class="since">Since 1.0.7</span></li>
+          counter updates. <span class="since">Since 1.1.0</span></li>
         </ul>
       </dd>
     </dl>
index a311d78e527937489d4370487d318bda26b668fd..9f52394b4992071497ec310c8d6109d183372c18 100644 (file)
@@ -4625,7 +4625,7 @@ static virDriver libxlDriver = {
     .connectGetType = libxlConnectGetType, /* 0.9.0 */
     .connectGetVersion = libxlConnectGetVersion, /* 0.9.0 */
     .connectGetHostname = libxlConnectGetHostname, /* 0.9.0 */
-    .connectGetSysinfo = libxlConnectGetSysinfo, /* 1.0.7 */
+    .connectGetSysinfo = libxlConnectGetSysinfo, /* 1.1.0 */
     .connectGetMaxVcpus = libxlConnectGetMaxVcpus, /* 0.9.0 */
     .nodeGetInfo = libxlNodeGetInfo, /* 0.9.0 */
     .connectGetCapabilities = libxlConnectGetCapabilities, /* 0.9.0 */
index ffc6e414eb1301e2a8def7fc9cc9881b701e8c83..38adb23bb2ee7a83ed88e3778d37694212856845 100644 (file)
@@ -2676,7 +2676,7 @@ static virDriver xenUnifiedDriver = {
     .connectGetType = xenUnifiedConnectGetType, /* 0.0.3 */
     .connectGetVersion = xenUnifiedConnectGetVersion, /* 0.0.3 */
     .connectGetHostname = xenUnifiedConnectGetHostname, /* 0.7.3 */
-    .connectGetSysinfo = xenUnifiedConnectGetSysinfo, /* 1.0.7 */
+    .connectGetSysinfo = xenUnifiedConnectGetSysinfo, /* 1.1.0 */
     .connectGetMaxVcpus = xenUnifiedConnectGetMaxVcpus, /* 0.2.1 */
     .nodeGetInfo = xenUnifiedNodeGetInfo, /* 0.1.0 */
     .connectGetCapabilities = xenUnifiedConnectGetCapabilities, /* 0.2.1 */