From 631fceade91bbc57134f17c4bd42afd8066b706a Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 20 Mar 2025 16:38:41 +0100 Subject: [PATCH] NEWS: Mention guest agent error code improvements MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- NEWS.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index a04cf8f259..1fc80e2496 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -69,6 +69,16 @@ v11.2.0 (unreleased) * **Improvements** + * qemu: Improved guest agent corner case error reporting + + The APIs using the guest agent now report two specific error codes aimed at + helping management applications/users to differentiate between timeout + while libvirt was synchronizing with the guest agent and timeout after a + command was already sent. + + The new error codes are ``VIR_ERR_AGENT_COMMAND_TIMEOUT`` and + ``VIR_ERR_AGENT_COMMAND_FAILED``. + * **Bug fixes** * qemu: attach virtio-mem with CCW address -- 2.47.3