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
build: drop TARGET_TYPE
[qemu/ar7.git]
/
stubs
/
vm-stop.c
blob
45689354f663ca64695355c6c01b44a7535d3d37
1
#include
"qemu-common.h"
2
#include
"sysemu/sysemu.h"
3
4
void
vm_stop
(
RunState state
)
5
{
6
abort
();
7
}