mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 13:30:52 +00:00
9 lines
156 B
C
9 lines
156 B
C
|
#include "qemu/osdep.h"
|
||
|
#include "qapi/qapi-commands-control.h"
|
||
|
#include "qapi/qmp/dispatch.h"
|
||
|
|
||
|
void qmp_quit(Error **errp)
|
||
|
{
|
||
|
g_assert_not_reached();
|
||
|
}
|