summaryrefslogtreecommitdiffstats
path: root/stubs/qmp-quit.c
blob: a3ff47f7bdbf456e143d18212ace7fdbfce95c37 (plain) (blame)
1
2
3
4
5
6
7
8
#include "qemu/osdep.h"
#include "qapi/qapi-commands-control.h"
#include "qapi/qmp/dispatch.h"

void qmp_quit(Error **errp)
{
    g_assert_not_reached();
}