projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
073a341
)
monitor: Fix drive_del id argument type completion.
author
Hani Benhabiles
<kroosec@gmail.com>
Sun, 13 Apr 2014 15:25:05 +0000
(16:25 +0100)
committer
Luiz Capitulino
<lcapitulino@redhat.com>
Fri, 25 Apr 2014 13:19:59 +0000
(09:19 -0400)
Signed-off-by: Hani Benhabiles <hani@linux.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
hmp-commands.hx
patch
|
blob
|
history
diff --git
a/hmp-commands.hx
b/hmp-commands.hx
index f3fc514427f57383f439c9fb57c302c062fdb303..6bf47972e5f9fd281f44ced86ebd6f6e9fab04e6 100644
(file)
--- 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,