Home
last modified time | relevance | path

Searched refs:hotplugged (Results 1 – 25 of 47) sorted by relevance

12

/openbmc/qemu/tests/qtest/
H A Dcpu-plug-test.c35 int hotplugged = 0; in test_plug_with_device_add() local
61 hotplugged++; in test_plug_with_device_add()
66 g_assert(hotplugged); in test_plug_with_device_add()
/openbmc/qemu/docs/system/
H A Dvirtio-net-failover.rst42 The primary device can be hotplugged or be part of the startup configuration
61 Both primary and standby device can be hotplugged via the QEMU
72 system the primary devices will be automatically hotplugged when the
/openbmc/qemu/hw/usb/
H A Ddev-storage-bot.c35 if (d->hotplugged) { in usb_msd_bot_realize()
/openbmc/qemu/hw/pci/
H A Dpci_host.c88 if ((pci_dev->qdev.hotplugged && !pci_get_function_0(pci_dev)) || in pci_host_config_write_common()
113 if ((pci_dev->qdev.hotplugged && !pci_get_function_0(pci_dev)) || in pci_host_config_read_common()
H A Dpcie.c516 if (dev->hotplugged && (sltcap & PCI_EXP_SLTCAP_HPC) == 0) { in pcie_cap_slot_pre_plug_cb()
541 if (!dev->hotplugged) { in pcie_cap_slot_plug_cb()
689 (!s->hide_native_hotplug_cap || DEVICE(dev)->hotplugged)) { in pcie_cap_slot_init()
/openbmc/qemu/hw/acpi/
H A Dpci-bridge.c24 if (!DEVICE(br)->hotplugged) { in build_pci_bridge_aml()
H A Dpcihp.c89 if (!is_bridge || (!br->hotplugged && info->has_bridge_hotplug)) { in acpi_set_bsel()
176 return (IS_PCI_BRIDGE(dev) && !dev->qdev.hotplugged) || !dc->hotpluggable || in acpi_pcihp_pc_no_hotplug()
275 if (dev->hotplugged && in acpi_pcihp_device_pre_plug_cb()
295 if (!dev->hotplugged) { in acpi_pcihp_device_plug_cb()
823 if (DEVICE(pdev)->hotplugged) { in is_devfn_ignored_generic()
838 (IS_PCI_BRIDGE(pdev) && !DEVICE(pdev)->hotplugged); in is_devfn_ignored_hotplug()
/openbmc/qemu/hw/mem/
H A Dpc-dimm.c261 di->hotplugged = dev->hotplugged; in pc_dimm_md_fill_device_info()
/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw-md.c26 if (!bus_handler && dev->hotplugged) { in virtio_ccw_md_pre_plug()
H A Ds390-ccw.c144 parent->hotplugged, 1); in s390_ccw_realize()
/openbmc/qemu/hw/virtio/
H A Dvirtio-md-pci.c26 if (!bus_handler && dev->hotplugged) { in virtio_md_pci_pre_plug()
/openbmc/qemu/hw/core/
H A Dqdev.c465 if (dev->hotplugged && !dc->hotpluggable) { in device_set_realized()
538 if (dev->hotplugged) { in device_set_realized()
633 return dev->hotplugged; in device_get_hotplugged()
641 dev->hotplugged = 1; in device_initfn()
H A Dcpu-common.c265 if (dev->hotplugged) { in cpu_common_realizefn()
H A Dmachine-hmp-cmds.c283 di->hotplugged ? "true" : "false"); in hmp_info_memory_devices()
/openbmc/qemu/docs/
H A Dmemory-hotplug.txt33 hotplugged by using any combination of the available memory slots.
55 the /mnt/hugepages-1GB directory, a 1GB hugepage could be hotplugged
H A Dnvdimm.txt125 1. Each hotplugged vNVDIMM device consumes one memory slot. Users
130 number of hotplugged vNVDIMM devices
135 size of hotplugged vNVDIMM devices
/openbmc/qemu/include/hw/ppc/
H A Dspapr_drc.h224 return dev->hotplugged && !runstate_check(RUN_STATE_INMIGRATE); in spapr_drc_hotplugged()
/openbmc/qemu/hw/vfio/
H A Digd.c203 if (vdev->pdev.qdev.hotplugged) { in vfio_pci_igd_opregion_detect()
359 if (vdev->pdev.qdev.hotplugged) { in vfio_pci_igd_setup_lpc_bridge()
/openbmc/qemu/docs/system/devices/
H A Dvirtio-pmem.rst48 Virtio pmem devices can be hotplugged via the QEMU monitor. First, the
H A Dnvme.rst132 are hotplugged).
151 attached to any controller initially (due to ``detached=on``) or to hotplugged
/openbmc/qemu/hw/ppc/
H A Dspapr_nvdimm.c126 bool hotplugged = spapr_drc_hotplugged(dev); in spapr_add_nvdimm() local
137 if (hotplugged) { in spapr_add_nvdimm()
H A Dspapr.c3559 bool hotplugged = spapr_drc_hotplugged(dev); in spapr_add_lmbs() local
3572 if (!hotplugged) { in spapr_add_lmbs()
3580 if (hotplugged) { in spapr_add_lmbs()
3976 bool hotplugged = spapr_drc_hotplugged(dev); in spapr_core_plug() local
3995 if (hotplugged) { in spapr_core_plug()
4013 if (hotplugged) { in spapr_core_plug()
4034 if (dev->hotplugged && !mc->has_hotpluggable_cpus) { in spapr_core_pre_plug()
4106 if (dev->hotplugged && !smc->dr_phb_enabled) { in spapr_phb_pre_plug()
4140 bool hotplugged = spapr_drc_hotplugged(dev); in spapr_phb_plug() local
4153 if (hotplugged) { in spapr_phb_plug()
/openbmc/qemu/include/hw/
H A Dqdev-core.h254 int hotplugged; member
/openbmc/qemu/include/hw/s390x/
H A Dcss.h215 int hotplugged, int add);
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.0.6.rst109 - udev-extraconf: fix network.sh script did not configure hotplugged interfaces

12