Sign in
qemu
/
qemu
/
c5f23bccde416aab52fe14dec6f6716a85f0cd04
/
.
/
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
;
}