git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
spapr: Workaround for broken radix guests
[qemu.git]
/
stubs
/
vm-stop.c
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
}