qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 10/16] monitor: Fix drive_del id argument type comple


From: Luiz Capitulino
Subject: [Qemu-devel] [PULL 10/16] monitor: Fix drive_del id argument type completion.
Date: Fri, 25 Apr 2014 14:29:41 -0400

From: Hani Benhabiles <address@hidden>

Signed-off-by: Hani Benhabiles <address@hidden>
Signed-off-by: Luiz Capitulino <address@hidden>
---
 hmp-commands.hx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hmp-commands.hx b/hmp-commands.hx
index f3fc514..6bf4797 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -176,7 +176,7 @@ ETEXI
 
     {
         .name       = "drive_del",
-        .args_type  = "id:s",
+        .args_type  = "id:B",
         .params     = "device",
         .help       = "remove host block device",
         .user_print = monitor_user_noop,
-- 
1.9.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]