Home
last modified time | relevance | path

Searched defs:QmpCommand (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/qapi/qmp/
H A Ddispatch.h30 typedef struct QmpCommand struct
34 QmpCommandFunc *fn; argument
35 QmpCommandOptions options; argument
37 QTAILQ_ENTRY(QmpCommand) node; argument
40 } QmpCommand; typedef