Sign in
◑
Theme
qemu
/
qemu
/
23e79ed4bfa31bae7bb32eb4edbe8a1ffd3ac776
/
.
/
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
;
}