]> git.ipfire.org Git - thirdparty/qemu.git/blame - stubs/change-state-handler.c
target-microblaze: Correct the PVR array size
[thirdparty/qemu.git] / stubs / change-state-handler.c
CommitLineData
80adf54e
FZ
1#include "qemu/osdep.h"
2#include "qemu-common.h"
3#include "sysemu/sysemu.h"
4
5VMChangeStateEntry *qemu_add_vm_change_state_handler(VMChangeStateHandler *cb,
6 void *opaque)
7{
8 return NULL;
9}
10
11void qemu_del_vm_change_state_handler(VMChangeStateEntry *e)
12{
13 /* Nothing to do. */
14}