Home
last modified time | relevance | path

Searched refs:get_hotplug_handler (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/core/
H A Dqdev-hotplug.c26 if (mc->get_hotplug_handler) { in qdev_get_machine_hotplug_handler()
27 return mc->get_hotplug_handler(machine, dev); in qdev_get_machine_hotplug_handler()
/openbmc/qemu/hw/ppc/
H A De500plat.c77 assert(!mc->get_hotplug_handler); in e500plat_machine_class_init()
78 mc->get_hotplug_handler = e500plat_machine_get_hotpug_handler; in e500plat_machine_class_init()
/openbmc/qemu/hw/i386/
H A Dmicrovm.c671 mc->get_hotplug_handler = microvm_get_hotplug_handler; in microvm_class_init()