aboutsummaryrefslogtreecommitdiff
path: root/hw/core/Makefile.objs
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2019-06-20 18:37:08 +0100
committerKevin Wolf <kwolf@redhat.com>2019-07-08 16:00:26 +0200
commite965ffa70ac8ddc334dd5990f6907789bd9e6af6 (patch)
tree9ee1d1a9292c3d482e73859d4778769820ebb35e /hw/core/Makefile.objs
parent60dbc5a1c5176269669ffc26c081ab2cfb7f12f7 (diff)
downloadqemu-e965ffa70ac8ddc334dd5990f6907789bd9e6af6.zip
qemu-e965ffa70ac8ddc334dd5990f6907789bd9e6af6.tar.gz
qemu-e965ffa70ac8ddc334dd5990f6907789bd9e6af6.tar.bz2
qdev: add qdev_add_vm_change_state_handler()
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>
Diffstat (limited to 'hw/core/Makefile.objs')
-rw-r--r--hw/core/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/core/Makefile.objs b/hw/core/Makefile.objs
index 585b734..f8481d9 100644
--- a/hw/core/Makefile.objs
+++ b/hw/core/Makefile.objs
@@ -7,6 +7,7 @@ common-obj-$(CONFIG_SOFTMMU) += fw-path-provider.o
common-obj-y += irq.o
common-obj-y += hotplug.o
common-obj-$(CONFIG_SOFTMMU) += nmi.o
+common-obj-$(CONFIG_SOFTMMU) += vm-change-state-handler.o
common-obj-$(CONFIG_EMPTY_SLOT) += empty_slot.o
common-obj-$(CONFIG_XILINX_AXI) += stream.o