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.
+
+ The new error codes are ``VIR_ERR_AGENT_COMMAND_TIMEOUT`` and
+ ``VIR_ERR_AGENT_COMMAND_FAILED``.
+
* **Bug fixes**
--
2.48.1