stubs/qmp-quit.c (
7
lines of code) (
raw
):
#include "qemu/osdep.h" #include "qapi/qapi-commands-control.h" #include "qapi/qmp/dispatch.h" void qmp_quit(Error **errp) { g_assert_not_reached(); }