On a Thursday in 2025, Peter Krempa via Devel wrote:
From: Peter Krempa <pkrempa(a)redhat.com>
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
NEWS.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst
index 98ca838642..b2f3415001 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -37,6 +37,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 and also users to differentiate between
+ the guest agent timing out while libvirt is attempting synchronisation, thus
+ no harm would be done and while being issued a command.
+
guest-agent considered harmful? :)
Also, there's an extra 'and'
How about?
the guest agent timing out while libvirt is attempting synchronisation. These
mean that the command was not executed so no change to the guest
happened.
Or just replace harm with change and and remove the extra and.
+ The new error codes are ``VIR_ERR_AGENT_COMMAND_TIMEOUT`` and
+ ``VIR_ERR_AGENT_COMMAND_FAILED``.
+
* **Bug fixes**
--
2.48.1