qga/qapi-schema: Fix a misspelled reference
Code returns a list of GuestNetworkInterface, documentation claims GuestNetworkInfo, which doesn't exist. Fix the documentation. Fixes: 3424fc9f16a1 (qemu-ga: add guest-network-get-interfaces command) Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20230425064223.820979-3-armbru@redhat.com>
This commit is contained in:
parent
a36c865370
commit
573a5fab3e
@ -722,7 +722,7 @@
|
||||
# Get list of guest IP addresses, MAC addresses
|
||||
# and netmasks.
|
||||
#
|
||||
# Returns: List of GuestNetworkInfo on success.
|
||||
# Returns: List of GuestNetworkInterface on success.
|
||||
#
|
||||
# Since: 1.1
|
||||
##
|
||||
|
Loading…
x
Reference in New Issue
Block a user