Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
docs/news.xml | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/docs/news.xml b/docs/news.xml
index 04783aa5e..6ce6ab362 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -43,7 +43,20 @@
</change>
</section>
<section title="Bug fixes">
- <change/>
+ <change>
+ <summary>
+ qemu: Adaptive timeout for connecting to monitor
+ </summary>
+ <description>
+ When starting qemu, libvirt waits for qemu to create the monitor
+ socket which libvirt connects to. Historically, there was sharp 30
+ seconds timeout after which the qemu process was killed. This
+ approach is suboptimal as in some scenarios with huge amounts of
+ guest RAM it can take a minute or more for kernel to allocate and
+ zero out pages for qemu. The timeout is now flexible and computed by
+ libvirt at domain startup.
+ </description>
+ </change>
</section>
</release>
<release version="v3.1.0" date="2017-03-03">
--
2.11.0