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
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
[qemu/ar7.git]
/
stubs
/
vm-stop.c
blob
8271cad65d54cc53406f9784f8f7de0f2cd0e1d0
1
#include
"qemu/osdep.h"
2
#include
"qemu-common.h"
3
#include
"sysemu/sysemu.h"
4
5
void
qemu_system_vmstop_request_prepare
(
void
)
6
{
7
abort
();
8
}
9
10
void
qemu_system_vmstop_request
(
RunState state
)
11
{
12
abort
();
13
}