Skip to content
Snippets Groups Projects
qmp-quit.c 156 B
Newer Older
#include "qemu/osdep.h"
#include "qapi/qapi-commands-control.h"
#include "qapi/qmp/dispatch.h"

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