From: Michal Privoznik Date: Thu, 21 Jun 2018 13:37:38 +0000 (+0200) Subject: news: Document recent agent job change X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=be108d934e74aa99db36cd50b514824a0356218a;p=libvirt.git news: Document recent agent job change Signed-off-by: Michal Privoznik Reviewed-by: Erik Skultety --- diff --git a/docs/news.xml b/docs/news.xml index 274c5fa768..f843648c75 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -81,6 +81,19 @@ block device from one command in a output table. + + + qemu: Allow concurrent access to monitor and guest agent + + + Historically libvirt prevented concurrent accesses to + the qemu monitor and the guest agent. Therefore two + independent calls (one querying the monitor and the + other querying guest agent) would serialize which hurts + performance. The code was reworked to allow two + independent calls run at the same time. + +