mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
Move vm_state_notify() prototype from cpus.h to sysemu.h
It's where all the state handling functions prototypes are located. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
ef4f97cba2
commit
bff046f86b
2 changed files with 1 additions and 1 deletions
1
sysemu.h
1
sysemu.h
|
@ -23,6 +23,7 @@ typedef void VMChangeStateHandler(void *opaque, int running, int reason);
|
|||
VMChangeStateEntry *qemu_add_vm_change_state_handler(VMChangeStateHandler *cb,
|
||||
void *opaque);
|
||||
void qemu_del_vm_change_state_handler(VMChangeStateEntry *e);
|
||||
void vm_state_notify(int running, int reason);
|
||||
|
||||
#define VMSTOP_USER 0
|
||||
#define VMSTOP_DEBUG 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue