From: Hani Benhabiles Date: Sun, 13 Apr 2014 15:25:05 +0000 (+0100) Subject: monitor: Fix drive_del id argument type completion. X-Git-Tag: v2.1.0-rc0~161^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7bdc41acc0f9e3f35562ff6a2c37d1a09b79b7b;p=thirdparty%2Fqemu.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 f3fc514427f..6bf47972e5f 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,