Merge tag 'hw-misc-20240312' of https://github.com/philmd/qemu into staging
[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;