Re: [PATCH 1/1] qga: Add "guest-get-memory-block-info" to blacklist

2019-10-31 Thread Marc-André Lureau
On Thu, Oct 17, 2019 at 2:35 PM Basil Salman wrote: > > From: Basil Salman > > 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-o

[PATCH 1/1] qga: Add "guest-get-memory-block-info" to blacklist

2019-10-17 Thread Basil Salman
From: Basil Salman 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 --- qga/commands-posix.c | 3 ++- qga/commands-win