Sign in
qemu
/
qemu
/
d00e614f61e1a90ee905e783d3363752e63df8c0
/
.
/
stubs
/
qmp-command-available.c
blob: 46540af7bfca4e44a27084f8ded6ccf86267a0f3 [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"qapi/qmp/dispatch.h"
bool
qmp_command_available
(
const
QmpCommand
*
cmd
,
Error
**
errp
)
{
return
true
;
}