Sign in
qemu
/
qemu
/
refs/heads/stable-10.0
/
.
/
stubs
/
qmp-quit.c
blob: 8fb523e905016a3477afe2c2e2a3ab6fb282651b [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"qapi/qapi-commands-control.h"
#include
"qapi/qmp-registry.h"
void
qmp_quit
(
Error
**
errp
)
{
g_assert_not_reached
();
}