NEWS: add guest interface information in 'virDomainGetGuestInfo'

Signed-off-by: zhanglei <zhanglei@smartx.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
zhanglei 2021-10-15 18:07:51 +08:00 committed by Ján Tomko
parent 635e7e8f9c
commit 3edc7604bb

View File

@ -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**