OSDN Git Service

linux-user: Fix loaddr computation for some elf files
[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 }