Searched refs:get_hotplug_handler (Results 1 – 3 of 3) sorted by relevance
26 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()
77 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()
671 mc->get_hotplug_handler = microvm_get_hotplug_handler; in microvm_class_init()