]> git.proxmox.com Git - mirror_qemu.git/commit
vl: add qemu_add_vm_change_state_handler_prio()
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 20 Jun 2019 17:37:07 +0000 (18:37 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 8 Jul 2019 14:00:26 +0000 (16:00 +0200)
commit60dbc5a1c5176269669ffc26c081ab2cfb7f12f7
tree6d03666bb9bf575826f6654293c0327f6e5128cf
parentdf34fe314b5da628bc9a2664fb1b887bc0a6cc6d
vl: add qemu_add_vm_change_state_handler_prio()

Add an API for registering vm change state handlers with a well-defined
ordering.  This is necessary when handlers depend on each other.

Small coding style fixes are included to make checkpatch.pl happy.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
include/sysemu/sysemu.h
vl.c