OSDN Git Service

Merge tag 'seabios-hppa-v13-pull-request' of https://github.com/hdeller/qemu-hppa...
[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 }