repo.or.cz
/
qemu
/
cris-port.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
block: Make bdrv_file_open() static
[qemu/cris-port.git]
/
stubs
/
vm-stop.c
blob
f82c897dfe805496e34616f2ca36405125065cd8
1
#include
"qemu-common.h"
2
#include
"sysemu/sysemu.h"
3
4
int
vm_stop
(
RunState state
)
5
{
6
abort
();
7
}