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