From f7bdc41acc0f9e3f35562ff6a2c37d1a09b79b7b Mon Sep 17 00:00:00 2001 From: Hani Benhabiles Date: Sun, 13 Apr 2014 16:25:05 +0100 Subject: [PATCH] monitor: Fix drive_del id argument type completion. Signed-off-by: Hani Benhabiles Signed-off-by: Luiz Capitulino --- hmp-commands.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,