diff --git a/docs/news.xml b/docs/news.xml index 274c5fa76863650cfa3d2a4a116e4e677f6ab813..f843648c75cb34cc06c9fb07e963ad166e30658e 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. + +