Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
people
/
peter.maydell
/
qemu-arm.git
/
refs/heads/master
/
.
/
stubs
/
qmp-command-available.c
blob: 8851faced1323a82989864e8f658f42420f8cbe6 [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"qapi/qmp-registry.h"
bool
qmp_command_available
(
const
QmpCommand
*
cmd
,
Error
**
errp
)
{
return
true
;
}