Programmingkid writes:
> What does the function qmp_device_add() have a ret_data argument if it
> isn't used? This function is located in qdev-monitor.c.
QMP command handlers all implement the same interface:
void (*cmd_new)(QDict *params, QObject **ret_data, Error **errp);
Handlers of
On 09/09/2015 09:08 PM, Programmingkid wrote:
> What does the function qmp_device_add() have a ret_data argument if it isn't
> used? This function is located in qdev-monitor.c.
[meta-comment - can you teach your mailer to wrap long lines? It's a
pain to reply to something that scrolls off the scr
What does the function qmp_device_add() have a ret_data argument if it isn't
used? This function is located in qdev-monitor.c.