From be108d934e74aa99db36cd50b514824a0356218a Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Thu, 21 Jun 2018 15:37:38 +0200 Subject: [PATCH] news: Document recent agent job change Signed-off-by: Michal Privoznik Reviewed-by: Erik Skultety --- docs/news.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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. + +
-- 2.47.2