Sign in
qemu
/
qemu
/
67446e605dc2cc3e14a4d212bc97e6a2038e8f6a
/
.
/
stubs
/
qmp-quit.c
blob: a3ff47f7bdbf456e143d18212ace7fdbfce95c37 [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"qapi/qapi-commands-control.h"
#include
"qapi/qmp/dispatch.h"
void
qmp_quit
(
Error
**
errp
)
{
g_assert_not_reached
();
}