repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hw/intc/arm_gicv3_kvm.c: Stop using GIC_MIN_BPR constant
[qemu/ar7.git]
/
stubs
/
qmp-quit.c
blob
a3ff47f7bdbf456e143d18212ace7fdbfce95c37
1
#include
"qemu/osdep.h"
2
#include
"qapi/qapi-commands-control.h"
3
#include
"qapi/qmp/dispatch.h"
4
5
void
qmp_quit
(
Error
**
errp
)
6
{
7
g_assert_not_reached
();
8
}