monitor: convert do_device_add() to QObject

This commit is contained in:
Markus Armbruster 2010-02-10 20:52:01 +01:00
parent c7e4e8ceb3
commit 8bc27249f0
3 changed files with 37 additions and 10 deletions

View file

@ -573,7 +573,8 @@ ETEXI
.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