]> Git Repo - qemu.git/blob - stubs/qmp-quit.c
python/aqmp: rename AQMPError to QMPError
[qemu.git] / stubs / qmp-quit.c
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 }
This page took 0.021982 seconds and 4 git commands to generate.