]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: Update for 3.6.0 release
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 28 Jul 2017 14:10:51 +0000 (16:10 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 31 Jul 2017 07:44:49 +0000 (09:44 +0200)
I was volunteered to prepare the release notes.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
docs/news.xml

index ea21cbc3e3b086b4ec1db35190918ea4e6ff78ee..caa0363fe180e21dc03b9c9edb99ea34982a589c 100644 (file)
           configurations.
         </description>
       </change>
+      <change>
+        <summary>
+          Require use of GCC 4.4 or Clang compilers
+        </summary>
+        <description>
+          We only ever test libvirt with GCC or Clang (which
+          provides a GCC compatible compilation environment).
+          Between them, these compilers cover every supported
+          operating system platform, including Windows.
+        </description>
+      </change>
+      <change>
+        <summary>
+          qemu: shared disks with directsync cache should be safe for migration
+        </summary>
+        <description>
+          At present shared disks can be migrated with either readonly or
+          <code>cache=none</code>.  But <code>cache=directsync</code> should be
+          safe for migration, because both <code>cache=directsync</code> and
+          <code>cache=none</code> don't use the host page cache, and
+          <code>cache=direct</code> write through qemu block layer cache.
+        </description>
+      </change>
+      <change>
+        <summary>
+          Handle hotplug change on VLAN configuration using OVS
+        </summary>
+        <description>
+          Libvirt was taught to handle VLAN change for running OVS interface.
+        </description>
+      </change>
     </section>
     <section title="Bug fixes">
+      <change>
+        <summary>
+          qemu: Use vCPU 'node-id' property and pass it back to qemu
+        </summary>
+        <description>
+          vCPU properties gathered from query-hotpluggable-cpus need to be
+          passed back to QEMU. As QEMU did not use the node-id property until
+          now and libvirt forgot to pass it back properly (it was parsed but
+          not passed around) we did not honor this.
+        </description>
+      </change>
+      <change>
+        <summary>
+          Miscellaneous stream fixes
+        </summary>
+        <description>
+          After introducing sparse stream features there were still some known
+          bugs left. Those are fixed in this release.
+        </description>
+      </change>
+      <change>
+        <summary>
+          qemu: Misceleanous domain NS fixes
+        </summary>
+        <description>
+          Libvirt starts qemu domains in separate Linux namespaces for a while
+          now. However, there were still some bugs lingering. For instance
+          libvirt did not know how to handle file based bind mounts.
+        </description>
+      </change>
+      <change>
+        <summary>
+          Various CPU driver improvements
+        </summary>
+        <description>
+          There were some minor bugs when using 'host-model' CPU.
+        </description>
+      </change>
     </section>
   </release>
   <release version="v3.5.0" date="2017-07-04">