summaryrefslogtreecommitdiffstats
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorHani Benhabiles2014-04-13 17:25:05 +0200
committerLuiz Capitulino2014-04-25 15:19:59 +0200
commitf7bdc41acc0f9e3f35562ff6a2c37d1a09b79b7b (patch)
tree99cf8b13c3974c9f22d38ac9757482d159bb9dc9 /hmp-commands.hx
parenterror: Remove some unused headers (diff)
downloadqemu-f7bdc41acc0f9e3f35562ff6a2c37d1a09b79b7b.tar.gz
qemu-f7bdc41acc0f9e3f35562ff6a2c37d1a09b79b7b.tar.xz
qemu-f7bdc41acc0f9e3f35562ff6a2c37d1a09b79b7b.zip
monitor: Fix drive_del id argument type completion.
Signed-off-by: Hani Benhabiles <hani@linux.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r--hmp-commands.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx
index f3fc514427..6bf47972e5 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,