]> Git Repo - qemu.git/commitdiff
qga: add memory block command that unsupported
authorzhanghailiang <[email protected]>
Thu, 22 Jan 2015 02:40:06 +0000 (10:40 +0800)
committerMichael Roth <[email protected]>
Tue, 17 Feb 2015 22:21:50 +0000 (16:21 -0600)
For memory block command, we only support for linux with sysfs.

Signed-off-by: zhanghailiang <[email protected]>
Reviewed-by: Michael Roth <[email protected]>
Signed-off-by: Michael Roth <[email protected]>
qga/commands-posix.c
qga/commands-win32.c

index 6575c491917f3a706e015ad03d50483c3c36041b..d5bb5cb5dae8fab3f19f5f29ed731d49e2ae0f1b 100644 (file)
@@ -2415,7 +2415,9 @@ GList *ga_command_blacklist_init(GList *blacklist)
         const char *list[] = {
             "guest-suspend-disk", "guest-suspend-ram",
             "guest-suspend-hybrid", "guest-network-get-interfaces",
-            "guest-get-vcpus", "guest-set-vcpus", NULL};
+            "guest-get-vcpus", "guest-set-vcpus",
+            "guest-get-memory-blocks", "guest-set-memory-blocks",
+            "guest-get-memory-block-size", NULL};
         char **p = (char **)list;
 
         while (*p) {
index 990a8ddf53609a00859ee03e00f35ed55f68c835..0238fbbcad746f4a5bd64b7b477e5eba7cb8d725 100644 (file)
@@ -710,6 +710,8 @@ GList *ga_command_blacklist_init(GList *blacklist)
         "guest-suspend-hybrid", "guest-network-get-interfaces",
         "guest-get-vcpus", "guest-set-vcpus",
         "guest-set-user-password",
+        "guest-get-memory-blocks", "guest-set-memory-blocks",
+        "guest-get-memory-block-size",
         "guest-fsfreeze-freeze-list", "guest-get-fsinfo",
         "guest-fstrim", NULL};
     char **p = (char **)list_unsupported;
This page took 0.028783 seconds and 4 git commands to generate.