commit | ab07e96c46c757ac1a020bd1cf4c81633fc88750 | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Tue Feb 27 12:39:20 2024 +0100 |
committer | Markus Armbruster <armbru@redhat.com> | Mon Mar 04 07:12:40 2024 +0100 |
tree | 597ea7abbc2945903cfb5485c3dbffc40b7d20b9 | |
parent | e22955e7f6289dcf00e0aba3b08d6af46f993d2d [diff] |
qga/qapi-schema: Fix guest-set-memory-blocks documentation Documentation claims the command can "return NULL". "NULL" doesn't exist in JSON. "null" does, but the command returns lists, and null isn't. Correct documentation to "return an empty list". Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240227113921.236097-13-armbru@redhat.com>