summaryrefslogtreecommitdiffstats
path: root/hw/core/vm-change-state-handler.c
Commit message (Collapse)AuthorAgeFilesLines
* qdev: add qdev_add_vm_change_state_handler()Stefan Hajnoczi2019-07-081-0/+61
Children sometimes depend on their parent's vm change state handler having completed. Add a vm change state handler API for devices that guarantees tree depth ordering. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>