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