xref: /openbmc/qemu/stubs/qmp-quit.c (revision 422fd92e613ab6b5239538bf2dc1202eb9d3f0f5)
1 #include "qemu/osdep.h"
2 #include "qapi/qapi-commands-control.h"
3 #include "qapi/qmp/dispatch.h"
4 
5 void qmp_quit(Error **errp)
6 {
7     g_assert_not_reached();
8 }
9