tests/qemu-iotests: print intent to run a test in TAP mode
[qemu/armbru.git] / stubs / qmp-command-available.c
blob46540af7bfca4e44a27084f8ded6ccf86267a0f3
1 #include "qemu/osdep.h"
2 #include "qapi/qmp/dispatch.h"
4 bool qmp_command_available(const QmpCommand *cmd, Error **errp)
6 return true;