]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: add guest interface information in 'virDomainGetGuestInfo'
authorzhanglei <zhanglei@smartx.com>
Fri, 15 Oct 2021 10:07:51 +0000 (18:07 +0800)
committerJán Tomko <jtomko@redhat.com>
Fri, 5 Nov 2021 12:38:40 +0000 (13:38 +0100)
Signed-off-by: zhanglei <zhanglei@smartx.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index 87a7374d4ddcbc7984ebafae26da4187e904793b..983153a63123e6f1c67f7e5c66c203cda3099e79 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -19,6 +19,11 @@ v7.10.0 (unreleased)
 
 * **Improvements**
 
+  * qemu: Report guest interface information in ``virDomainGetGuestInfo``
+
+    Libvirt is now able to report interface information from the guest's
+    perspective (using guest agent).
+
 * **Bug fixes**