repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
migration/rdma: Silence qemu_rdma_register_and_get_keys()
[qemu/armbru.git]
/
stubs
/
vm-stop.c
blob
7f8a9da8a598164b7eaad4a5b1df2a4b2147ae5c
1
#include
"qemu/osdep.h"
2
3
#include
"sysemu/runstate.h"
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
}