news: Update for 5.0.0 release

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Andrea Bolognani 2019-01-14 17:49:18 +01:00
parent fc3990c7e6
commit 7ea55e04c3

View File

@ -45,6 +45,16 @@
trunking configuration. trunking configuration.
</description> </description>
</change> </change>
<change>
<summary>
qemu: Report whether KVM nesting is available
</summary>
<description>
Running nested KVM guests requires specific configuration steps to
be performed on the host; libvirt will now report in the host
capabilities whether KVM nesting support is available.
</description>
</change>
</section> </section>
<section title="Removed features"> <section title="Removed features">
<change> <change>
@ -86,6 +96,17 @@
sibling Hyperthread. sibling Hyperthread.
</description> </description>
</change> </change>
<change>
<summary>
libxl: Handle external domain destroy
</summary>
<description>
Historically, if a domain was destroyed using <code>xl</code>
rather than through libvirt APIs, libvirt would not be aware of
the fact and keep considering it as running. This is no longer the
case.
</description>
</change>
<change> <change>
<summary> <summary>
Start selecting the first available DRI device for OpenGL operations Start selecting the first available DRI device for OpenGL operations
@ -110,6 +131,23 @@
</change> </change>
</section> </section>
<section title="Bug fixes"> <section title="Bug fixes">
<change>
<summary>
lxc: Don't forbid interfaces with type=direct
</summary>
<description>
Such interfaces are supported by lxc and should be allowed.
</description>
</change>
<change>
<summary>
qemu: Fully clean up RNG devices on detach
</summary>
<description>
Some RNG device types, such as those using EGD, might need extra
clean up on the host in addition to removing the guest-side device.
</description>
</change>
</section> </section>
</release> </release>
<release version="v4.10.0" date="2018-12-03"> <release version="v4.10.0" date="2018-12-03">