commit | c7e4e8ceb379e15c8cb79427f10169b2ccaa8de6 | [log] [tgz] |
---|---|---|
author | Markus Armbruster <[email protected]> | Wed Feb 10 20:47:28 2010 +0100 |
committer | Markus Armbruster <[email protected]> | Tue Mar 16 17:45:35 2010 +0100 |
tree | eae221b1bf0426f66fb7751aec33deb5bd5bf652 | |
parent | 361127dfb48d7d6b6b8e2e5fa79160d92e740a44 [diff] [blame] |
monitor: Use argument type 'O' for device_add While there, improve the params help text.
diff --git a/qemu-monitor.hx b/qemu-monitor.hx index 7f9d261..45e5fd1 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx
@@ -570,8 +570,8 @@ { .name = "device_add", - .args_type = "config:s", - .params = "device", + .args_type = "device:O", + .params = "driver[,prop=value][,...]", .help = "add device, like -device on the command line", .mhandler.cmd = do_device_add, },