commit | 8bc27249f0f62524887ea355a6604722edd276a9 | [log] [tgz] |
---|---|---|
author | Markus Armbruster <[email protected]> | Wed Feb 10 20:52:01 2010 +0100 |
committer | Markus Armbruster <[email protected]> | Tue Mar 16 17:45:35 2010 +0100 |
tree | 506d3fa3bfb6b9c7b54aa1bd4b88314d404781ad | |
parent | c7e4e8ceb379e15c8cb79427f10169b2ccaa8de6 [diff] [blame] |
monitor: convert do_device_add() to QObject
diff --git a/qemu-monitor.hx b/qemu-monitor.hx index 45e5fd1..5308f36 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx
@@ -573,7 +573,8 @@ .args_type = "device:O", .params = "driver[,prop=value][,...]", .help = "add device, like -device on the command line", - .mhandler.cmd = do_device_add, + .user_print = monitor_user_noop, + .mhandler.cmd_new = do_device_add, }, STEXI