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