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
docs/system/gdb.rst: Add some more heading structure
[qemu/ar7.git]
/
stubs
/
vm-stop.c
blob
7f8a9da8a598164b7eaad4a5b1df2a4b2147ae5c
1
#include "qemu/osdep.h"
2
3
#include "sysemu/runstate.h"
4
void qemu_system_vmstop_request_prepare(void)
5
{
6
abort();
7
}
8
9
void qemu_system_vmstop_request(RunState state)
10
{
11
abort();
12
}