OSDN Git Service

MAINTAINERS: Add g364fb and ds1225y to the Jazz section
[qmiga/qemu.git] / stubs / qmp-command-available.c
1 #include "qemu/osdep.h"
2 #include "qapi/qmp/dispatch.h"
3
4 bool qmp_command_available(const QmpCommand *cmd, Error **errp)
5 {
6     return true;
7 }