Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / stubs / qmp-quit.c
bloba3ff47f7bdbf456e143d18212ace7fdbfce95c37
1 #include "qemu/osdep.h"
2 #include "qapi/qapi-commands-control.h"
3 #include "qapi/qmp/dispatch.h"
5 void qmp_quit(Error **errp)
7 g_assert_not_reached();