repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
target/i386: fix fscale handling of signaling NaN
[qemu/ar7.git]
/
stubs
/
change-state-handler.c
blob
d1ed46bfb0f425752bbfe79864cebea65ca95eca
1
#include
"qemu/osdep.h"
2
#include
"sysemu/runstate.h"
3
4
VMChangeStateEntry
*
qemu_add_vm_change_state_handler
(
VMChangeStateHandler
*
cb
,
5
void
*
opaque
)
6
{
7
return
NULL
;
8
}
9
10
void
qemu_del_vm_change_state_handler
(
VMChangeStateEntry
*
e
)
11
{
12
/* Nothing to do. */
13
}