repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linux-user/s390x: Set psw.mask properly for the signal handler
[qemu/ar7.git]
/
stubs
/
qmp-command-available.c
blob
46540af7bfca4e44a27084f8ded6ccf86267a0f3
1
#include
"qemu/osdep.h"
2
#include
"qapi/qmp/dispatch.h"
3
4
bool
qmp_command_available
(
const
QmpCommand
*
cmd
,
Error
**
errp
)
5
{
6
return true
;
7
}