From: Markus Armbruster Date: Tue, 25 Apr 2023 06:42:09 +0000 (+0200) Subject: qga/qapi-schema: Fix a misspelled reference X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=573a5fab3e585cdff4aceda757f471ada953274e;p=qemu.git 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 Reviewed-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Marc-André Lureau Message-Id: <20230425064223.820979-3-armbru@redhat.com> --- diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json index f349345116..bb9bac0655 100644 --- a/qga/qapi-schema.json +++ b/qga/qapi-schema.json @@ -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 ##