repo.or.cz
/
qemu-kvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
memory: Return -1 again on reads from unsigned regions
[qemu-kvm.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
}