Home
last modified time | relevance | path

Searched refs:QmpCommandFunc (Results 1 – 2 of 2) sorted by relevance

/qemu/include/qapi/
H A Dqmp-registry.h20 typedef void (QmpCommandFunc)(QDict *, QObject **, Error **); typedef
34 QmpCommandFunc *fn;
45 QmpCommandFunc *fn, QmpCommandOptions options,
/qemu/qapi/
H A Dqmp-registry.c19 QmpCommandFunc *fn, QmpCommandOptions options, in qmp_register_command()