blob: 46540af7bfca4e44a27084f8ded6ccf86267a0f3 [file] [log] [blame]
Paolo Bonzini164dafd2020-10-27 04:44:18 -04001#include "qemu/osdep.h"
2#include "qapi/qmp/dispatch.h"
3
4bool qmp_command_available(const QmpCommand *cmd, Error **errp)
5{
6 return true;
7}