Home
last modified time | relevance | path

Searched refs:qmp_device_add (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/monitor/
H A Dqdev.h8 void qmp_device_add(QDict *qdict, QObject **ret_data, Error **errp);
/openbmc/qemu/monitor/
H A Dqmp-cmds.c204 qmp_device_add, 0, 0); in monitor_init_qmp_commands()
/openbmc/qemu/system/
H A Dqdev-monitor.c857 void qmp_device_add(QDict *qdict, QObject **ret_data, Error **errp) in qmp_device_add() function
H A Dvl.c2662 qmp_device_add(opt->opts, &ret_data, &error_fatal); in qemu_create_cli_devices()