Home
last modified time | relevance | path

Searched refs:qbus_is_hotpluggable (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dpcihp.c87 if (qbus_is_hotpluggable(BUS(bus))) { in acpi_set_bsel()
161 if (find.bus && !qbus_is_hotpluggable(BUS(find.bus))) { in acpi_pcihp_find_hotplug_bus()
/openbmc/qemu/system/
H A Dqdev-monitor.c669 if (bus && !qbus_is_hotpluggable(bus)) { in qdev_device_add_from_qdict()
678 if (phase_check(PHASE_MACHINE_READY) && bus && !qbus_is_hotpluggable(bus)) { in qdev_device_add_from_qdict()
915 if (dev->parent_bus && !qbus_is_hotpluggable(dev->parent_bus)) { in qdev_unplug()
/openbmc/qemu/include/hw/
H A Dqdev-core.h1023 static inline bool qbus_is_hotpluggable(BusState *bus) in qbus_is_hotpluggable() function
/openbmc/qemu/hw/core/
H A Dqdev.c627 qbus_is_hotpluggable(dev->parent_bus)); in device_get_hotpluggable()