mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
monitor: convert do_device_add() to QObject
This commit is contained in:
parent
c7e4e8ceb3
commit
8bc27249f0
3 changed files with 37 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue