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
tcg: Allow multiple word entries into the constant pool
[qemu/ar7.git]
/
stubs
/
change-state-handler.c
blob
01b1c6986deaecfb896e8bb266e7a6ce84964036
1
#include
"qemu/osdep.h"
2
#include
"qemu-common.h"
3
#include
"sysemu/sysemu.h"
4
5
VMChangeStateEntry
*
qemu_add_vm_change_state_handler
(
VMChangeStateHandler
*
cb
,
6
void
*
opaque
)
7
{
8
return
NULL
;
9
}
10
11
void
qemu_del_vm_change_state_handler
(
VMChangeStateEntry
*
e
)
12
{
13
/* Nothing to do. */
14
}