Sign in
fuchsia
/
third_party
/
qemu
/
refs/heads/upstream/master
/
.
/
stubs
/
qmp-command-available.c
blob: 8851faced1323a82989864e8f658f42420f8cbe6 [
file
] [
log
] [
blame
] [
edit
]
#include
"qemu/osdep.h"
#include
"qapi/qmp-registry.h"
bool
qmp_command_available
(
const
QmpCommand
*
cmd
,
Error
**
errp
)
{
return
true
;
}