mirror of
https://github.com/xemu-project/xemu.git
synced 2025-01-12 23:01:05 +00:00
8 lines
141 B
C
8 lines
141 B
C
|
#include "qemu/osdep.h"
|
||
|
#include "qapi/qmp/dispatch.h"
|
||
|
|
||
|
bool qmp_command_available(const QmpCommand *cmd, Error **errp)
|
||
|
{
|
||
|
return true;
|
||
|
}
|