From: Michal Privoznik Date: Wed, 15 Mar 2017 12:03:15 +0000 (+0100) Subject: docs: Document adaptive timeout for qemu monitor X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f014247fde802a0c8fc20f667f4f9a3d19863fd2;p=libvirt.git docs: Document adaptive timeout for qemu monitor Signed-off-by: Michal Privoznik --- diff --git a/docs/news.xml b/docs/news.xml index 04783aa5e6..3500df7147 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -43,7 +43,20 @@
- + + + QEMU: Use adaptive timeout for connecting to monitor + + + When starting qemu, libvirt waits for qemu to create the monitor + socket which libvirt connects to. Historically, there was sharp 30 + second 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. + +