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