diff --git a/docs/news.xml b/docs/news.xml index c7a4dde463..40aa818069 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -45,6 +45,16 @@ trunking configuration. + + + qemu: Report whether KVM nesting is available + + + 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. + +
@@ -86,6 +96,17 @@ sibling Hyperthread. + + + libxl: Handle external domain destroy + + + Historically, if a domain was destroyed using xl + 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. + + Start selecting the first available DRI device for OpenGL operations @@ -110,6 +131,23 @@
+ + + lxc: Don't forbid interfaces with type=direct + + + Such interfaces are supported by lxc and should be allowed. + + + + + qemu: Fully clean up RNG devices on detach + + + 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. + +