summary refs log tree commit diff stats
path: root/stubs/qmp-quit.c
blob: 8fb523e905016a3477afe2c2e2a3ab6fb282651b (plain) (blame)
1
2
3
4
5
6
7
8
#include "qemu/osdep.h"
#include "qapi/qapi-commands-control.h"
#include "qapi/qmp-registry.h"

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