qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 01/17] monitor: Fix drive_del id argument type co


From: Hani Benhabiles
Subject: [Qemu-devel] [PATCH v2 01/17] monitor: Fix drive_del id argument type completion.
Date: Sun, 30 Mar 2014 11:58:23 +0100

Signed-off-by: Hani Benhabiles <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.8.3.2




reply via email to

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