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
pcie: fix typo in pcie_cap_deverr_init()
[qemu/rayw.git]
/
stubs
/
vm-stop.c
blob
69fd86b2e82e0b96add2fe76efdb56323a1beeda
1
#include
"qemu-common.h"
2
#include
"sysemu/sysemu.h"
3
4
void
qemu_system_vmstop_request_prepare
(
void
)
5
{
6
abort
();
7
}
8
9
void
qemu_system_vmstop_request
(
RunState state
)
10
{
11
abort
();
12
}