mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
qga: Add "guest-get-memory-block-info" to blacklist
Memory block commands are only supported for linux with sysfs, "guest-get-memory-block-info" was not in blacklist for other cases. Reported on: https://bugzilla.redhat.com/show_bug.cgi?id=1751431 Signed-off-by: Basil Salman <bsalman@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
This commit is contained in:
parent
a18025f9ac
commit
28d8dd355b
2 changed files with 3 additions and 2 deletions
|
@ -2730,7 +2730,8 @@ GList *ga_command_blacklist_init(GList *blacklist)
|
|||
"guest-suspend-hybrid", "guest-network-get-interfaces",
|
||||
"guest-get-vcpus", "guest-set-vcpus",
|
||||
"guest-get-memory-blocks", "guest-set-memory-blocks",
|
||||
"guest-get-memory-block-size", NULL};
|
||||
"guest-get-memory-block-size", "guest-get-memory-block-info",
|
||||
NULL};
|
||||
char **p = (char **)list;
|
||||
|
||||
while (*p) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue