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

Daniel P. Berrangé posted 20 patches 5 months, 3 weeks ago
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Michael Roth <michael.roth@amd.com>, Konstantin Kostiuk <kkostiuk@redhat.com>
There is a newer version of this series
[PATCH 01/20] qga: drop blocking of guest-get-memory-block-size command
Posted by Daniel P. Berrangé 5 months, 3 weeks ago
This command has never existed in tree, since it was renamed to
guest-get-memory-block-info before being merged.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 qga/commands-posix.c | 2 +-
 qga/commands-win32.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/qga/commands-posix.c b/qga/commands-posix.c
index 7f05996495..76af98ba32 100644
--- a/qga/commands-posix.c
+++ b/qga/commands-posix.c
@@ -3099,7 +3099,7 @@ GList *ga_command_init_blockedrpcs(GList *blockedrpcs)
             "guest-suspend-disk", "guest-suspend-ram",
             "guest-suspend-hybrid", "guest-get-vcpus", "guest-set-vcpus",
             "guest-get-memory-blocks", "guest-set-memory-blocks",
-            "guest-get-memory-block-size", "guest-get-memory-block-info",
+            "guest-get-memory-block-info",
             NULL};
         char **p = (char **)list;
 
diff --git a/qga/commands-win32.c b/qga/commands-win32.c
index 0d1b836e87..9fe670d5b4 100644
--- a/qga/commands-win32.c
+++ b/qga/commands-win32.c
@@ -1995,7 +1995,7 @@ GList *ga_command_init_blockedrpcs(GList *blockedrpcs)
         "guest-suspend-hybrid",
         "guest-set-vcpus",
         "guest-get-memory-blocks", "guest-set-memory-blocks",
-        "guest-get-memory-block-size", "guest-get-memory-block-info",
+        "guest-get-memory-block-info",
         NULL};
     char **p = (char **)list_unsupported;
 
-- 
2.45.1


Re: [PATCH 01/20] qga: drop blocking of guest-get-memory-block-size command
Posted by Manos Pitsidianakis 5 months, 3 weeks ago
On Tue, 04 Jun 2024 16:49, "Daniel P. Berrangé" <berrange@redhat.com> wrote:
>This command has never existed in tree, since it was renamed to
>guest-get-memory-block-info before being merged.
>
>Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
>---

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>

> qga/commands-posix.c | 2 +-
> qga/commands-win32.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/qga/commands-posix.c b/qga/commands-posix.c
>index 7f05996495..76af98ba32 100644
>--- a/qga/commands-posix.c
>+++ b/qga/commands-posix.c
>@@ -3099,7 +3099,7 @@ GList *ga_command_init_blockedrpcs(GList *blockedrpcs)
>             "guest-suspend-disk", "guest-suspend-ram",
>             "guest-suspend-hybrid", "guest-get-vcpus", "guest-set-vcpus",
>             "guest-get-memory-blocks", "guest-set-memory-blocks",
>-            "guest-get-memory-block-size", "guest-get-memory-block-info",
>+            "guest-get-memory-block-info",
>             NULL};
>         char **p = (char **)list;
> 
>diff --git a/qga/commands-win32.c b/qga/commands-win32.c
>index 0d1b836e87..9fe670d5b4 100644
>--- a/qga/commands-win32.c
>+++ b/qga/commands-win32.c
>@@ -1995,7 +1995,7 @@ GList *ga_command_init_blockedrpcs(GList *blockedrpcs)
>         "guest-suspend-hybrid",
>         "guest-set-vcpus",
>         "guest-get-memory-blocks", "guest-set-memory-blocks",
>-        "guest-get-memory-block-size", "guest-get-memory-block-info",
>+        "guest-get-memory-block-info",
>         NULL};
>     char **p = (char **)list_unsupported;
> 
>-- 
>2.45.1
>
>