Sign in
◑
Theme
qemu
/
qemu
/
1e54185745ba896af2beb5259b61ba6473e9881e
/
.
/
stubs
/
qmp-command-available.c
blob: 8851faced1323a82989864e8f658f42420f8cbe6 [
file
]
#include
"qemu/osdep.h"
#include
"qapi/qmp-registry.h"
bool
qmp_command_available
(
const
QmpCommand
*
cmd
,
Error
**
errp
)
{
return
true
;
}