repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
target-ppc: Implement bcdcfsq. instruction
[qemu/rayw.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
}