diff mbox series

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

Message ID 20240613150127.1361931-2-berrange@redhat.com
State New
Headers show
Series qga: clean up command source locations and conditionals | expand

Commit Message

Daniel P. Berrangé June 13, 2024, 3:01 p.m. UTC
This command has never existed in tree, since it was renamed to
guest-get-memory-block-info before being merged.

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
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(-)

Comments

Konstantin Kostiuk July 12, 2024, 9:33 a.m. UTC | #1
Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com>

On Thu, Jun 13, 2024 at 6:01 PM 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.
>
> Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
> 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
>
>
diff mbox series

Patch

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;