Home
last modified time | relevance | path

Searched refs:not_hotpluggable (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dvirtio-rng-test.c23 if (dev->pdev->bus->not_hotpluggable) { in rng_hotplug()
H A Digb-test.c230 if (dev->pci_dev.bus->not_hotpluggable) { in test_igb_hotplug()
H A De1000e-test.c196 if (dev->pci_dev.bus->not_hotpluggable) { in test_e1000e_hotplug()
H A Dvirtio-net-test.c175 if (dev->pdev->bus->not_hotpluggable) { in hotplug()
H A Dvhost-user-blk-test.c679 if (dev1->pdev->bus->not_hotpluggable) { in pci_hotplug()
711 if (pdev1->pdev->bus->not_hotpluggable) { in multiqueue()
H A Dvirtio-blk-test.c703 if (dev1->pdev->bus->not_hotpluggable) { in pci_hotplug()
/openbmc/qemu/tests/qtest/libqos/
H A Dpci.h55 bool not_hotpluggable; /* TRUE if devices cannot be hotplugged */ member
H A Dgeneric-pcihost.c184 qpci->bus.not_hotpluggable = !hotpluggable; in qpci_init_generic()