Re: [PATCH v2 01/22] qga: drop blocking of guest-get-memory-block-size command

2024-07-12 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Thu, Jun 13, 2024 at 6:01 PM Daniel P. Berrangé wrote: > This command has never existed in tree, since it was renamed to > guest-get-memory-block-info before being merged. > > Reviewed-by: Manos Pitsidianakis > Signed-off-by: Daniel P. Berrangé > --- > qga/

[PATCH v2 01/22] qga: drop blocking of guest-get-memory-block-size command

2024-06-13 Thread Daniel P . Berrangé
This command has never existed in tree, since it was renamed to guest-get-memory-block-info before being merged. Reviewed-by: Manos Pitsidianakis Signed-off-by: Daniel P. Berrangé --- qga/commands-posix.c | 2 +- qga/commands-win32.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) dif