]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/qmp-command-available.c
exec/cpu-defs: Check for SOFTMMU instead of !USER_ONLY
[mirror_qemu.git] / stubs / qmp-command-available.c
CommitLineData
164dafd1
PB
1#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}