From: zhanglei Date: Fri, 15 Oct 2021 10:07:51 +0000 (+0800) Subject: NEWS: add guest interface information in 'virDomainGetGuestInfo' X-Git-Tag: v7.10.0-rc1~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3edc7604bbd176b953250e6d700887bf72a28948;p=thirdparty%2Flibvirt.git NEWS: add guest interface information in 'virDomainGetGuestInfo' Signed-off-by: zhanglei Reviewed-by: Ján Tomko Signed-off-by: Ján Tomko --- diff --git a/NEWS.rst b/NEWS.rst index 87a7374d4d..983153a631 100644 --- 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**