From: Hani Benhabiles Date: Sun, 13 Apr 2014 15:25:05 +0000 (+0100) Subject: monitor: Fix drive_del id argument type completion. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f7bdc41acc0f9e3f35562ff6a2c37d1a09b79b7b;p=qemu.git monitor: Fix drive_del id argument type completion. Signed-off-by: Hani Benhabiles Signed-off-by: Luiz Capitulino --- 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,