提交 96e55048 编写于 作者: A Andrea Bolognani

news: Prepare for 3.7.0 release

Documents some changes that have slipped through the cracks
during the development cycle.
Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
上级 21b2c377
......@@ -91,6 +91,44 @@
indication for users (and devs).
</description>
</change>
<change>
<summary>
apparmor: Update for QEMU 2.10 compatibility
</summary>
<description>
Starting with QEMU 2.10, disk images and NVRAM files get
automatically locked to prevent them from being corrupted; however,
file locking needs to be explicitly allowed through
<code>virt-aa-helper</code> or AppArmor will reject the requests and
the guest will not be able to run.
</description>
</change>
<change>
<summary>
virsh: List Unix sockets in 'domdisplay' output
</summary>
<description>
VNC and SPICE graphics can use Unix sockets instead of TCP/IP sockets
as connection endpoints, but such a configuration was not handled
correctly by <code>virsh domdisplay</code>, causing the respective
endpoints to be missing from the output.
</description>
</change>
<change>
<summary>
qemu: Don't check whether offline migration is safe
</summary>
<description>
Since offline migration only copies the guest definition to the
destination host, data corruption is not a concern and the operation
can always be performed safely.
</description>
</change>
<change>
<summary>
virt-host-validate: Fix IOMMU detection on ppc64
</summary>
</change>
</section>
<section title="Bug fixes">
<change>
......@@ -125,6 +163,35 @@
are missing during startup.
</description>
</change>
<change>
<summary>
qemu: Prevent pSeries guests from disappearing in some situations
</summary>
<description>
pSeries guest would disappear if any of the host devices they were
configured to use was not available during libvirtd startup, which
could easily happen for SR-IOV Virtual Functions. This scenario is
now handled correctly.
</description>
</change>
<change>
<summary>
qemu: Honor <code>&lt;on_reboot/&gt;</code> setting
</summary>
<description>
The setting was accepted by the parser, but not actually implemented.
</description>
</change>
<change>
<summary>
Fix <code>--verbose</code> option for all daemons
</summary>
<description>
Since v3.0.0, the option had been ignored by all libvirt deamons
(<code>libvirtd</code>, <code>virtlogd</code> and
<code>virtlockd</code>); it's now working as intended once again.
</description>
</change>
</section>
</release>
<release version="v3.6.0" date="2017-08-02">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册