]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/qmp-quit.c
Merge tag 'pull-testing-200923-1' of https://gitlab.com/stsquad/qemu into staging
[mirror_qemu.git] / stubs / qmp-quit.c
CommitLineData
a00e37a4
AB
1#include "qemu/osdep.h"
2#include "qapi/qapi-commands-control.h"
3#include "qapi/qmp/dispatch.h"
4
5void qmp_quit(Error **errp)
6{
7 g_assert_not_reached();
8}