Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dqdev-hotplug.c16 HotplugHandler *qdev_get_machine_hotplug_handler(DeviceState *dev) in qdev_get_machine_hotplug_handler() function
60 HotplugHandler *hotplug_ctrl = qdev_get_machine_hotplug_handler(dev); in qdev_get_hotplug_handler()
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu-pci.c52 if (!qdev_get_machine_hotplug_handler(DEVICE(vpci_dev))) { in virtio_iommu_pci_realize()
/openbmc/qemu/include/hw/
H A Dqdev-core.h536 HotplugHandler *qdev_get_machine_hotplug_handler(DeviceState *dev);
/openbmc/qemu/system/
H A Dqdev-monitor.c690 if (!bus && !qdev_get_machine_hotplug_handler(dev)) { in qdev_device_add_from_qdict()