Home
last modified time | relevance | path

Searched refs:get_hotplug_handler (Results 1 – 10 of 10) 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()
H A Dspapr.c4627 assert(!mc->get_hotplug_handler); in spapr_machine_class_init()
4628 mc->get_hotplug_handler = spapr_get_hotplug_handler; in spapr_machine_class_init()
/openbmc/qemu/include/hw/
H A Dboards.h188 * @get_hotplug_handler: this function is called during bus-less
324 HotplugHandler *(*get_hotplug_handler)(MachineState *machine,
320 HotplugHandler *(*get_hotplug_handler)(MachineState *machine, global() member
/openbmc/qemu/hw/s390x/
H A Ds390-virtio-ccw.c793 assert(!mc->get_hotplug_handler); in machine_set_loadparm()
794 mc->get_hotplug_handler = s390_get_hotplug_handler;
/openbmc/qemu/hw/i386/
H A Dmicrovm.c671 mc->get_hotplug_handler = microvm_get_hotplug_handler; in microvm_class_init()
H A Dpc.c1746 assert(!mc->get_hotplug_handler); in pc_machine_class_init()
1747 mc->get_hotplug_handler = pc_get_hotplug_handler; in pc_machine_class_init()
/openbmc/qemu/hw/riscv/
H A Dvirt.c1934 assert(!mc->get_hotplug_handler); in virt_machine_class_init()
1935 mc->get_hotplug_handler = virt_machine_get_hotplug_handler; in virt_machine_class_init()
/openbmc/qemu/hw/loongarch/
H A Dvirt.c1330 mc->get_hotplug_handler = virt_get_hotplug_handler;
/openbmc/qemu/hw/arm/
H A Dvirt.c3320 assert(!mc->get_hotplug_handler); in virt_machine_class_init()
3321 mc->get_hotplug_handler = virt_machine_get_hotplug_handler; in virt_machine_class_init()