xref: /openbmc/qemu/stubs/qmp-quit.c (revision 65b4c8c759a5c1a9cf207a3deb05dfdf09277161)
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