Home
last modified time | relevance | path

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

12

/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()
/qemu/hw/acpi/
H A Dpcihp.c88 if (!is_bridge || (!br->hotplugged && info->has_bridge_hotplug)) { in acpi_set_bsel()
178 return (IS_PCI_BRIDGE(dev) && !dev->qdev.hotplugged) || !dc->hotpluggable || in acpi_pcihp_pc_no_hotplug()
277 if (dev->hotplugged && in acpi_pcihp_device_pre_plug_cb()
297 if (!dev->hotplugged) { in acpi_pcihp_device_plug_cb()
H A Dpci-bridge.c24 if (!DEVICE(br)->hotplugged) { in build_pci_bridge_aml()
/qemu/docs/system/
H A Dvirtio-net-failover.rst41 The primary device can be hotplugged or be part of the startup configuration
57 Both primary and standby device can be hotplugged via the QEMU monitor. Note
67 active state. On the target system the primary devices will be automatically hotplugged
/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.c483 if (dev->hotplugged && (sltcap & PCI_EXP_SLTCAP_HPC) == 0) { in pcie_cap_slot_pre_plug_cb()
508 if (!dev->hotplugged) { in pcie_cap_slot_plug_cb()
656 (!s->hide_native_hotplug_cap || DEVICE(dev)->hotplugged)) { in pcie_cap_slot_init()
/qemu/hw/usb/
H A Ddev-storage-bot.c35 if (d->hotplugged) { in usb_msd_bot_realize()
/qemu/hw/core/
H A Dqdev.c480 if (dev->hotplugged && !dc->hotpluggable) { in device_set_realized()
554 if (dev->hotplugged) { in device_set_realized()
649 return dev->hotplugged; in device_get_hotplugged()
657 dev->hotplugged = 1; in device_initfn()
H A Dcpu-common.c220 if (dev->hotplugged) { in cpu_common_realizefn()
H A Dmachine-hmp-cmds.c280 di->hotplugged ? "true" : "false"); in hmp_info_memory_devices()
/qemu/hw/mem/
H A Dpc-dimm.c264 di->hotplugged = dev->hotplugged; in pc_dimm_md_fill_device_info()
/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
/qemu/hw/virtio/
H A Dvirtio-md-pci.c26 if (!bus_handler && dev->hotplugged) { in virtio_md_pci_pre_plug()
/qemu/include/hw/ppc/
H A Dspapr_drc.h224 return dev->hotplugged && !runstate_check(RUN_STATE_INMIGRATE); in spapr_drc_hotplugged()
/qemu/hw/s390x/
H A Ds390-ccw.c146 parent->hotplugged, 1); in s390_ccw_realize()
H A Ds390-pci-bus.c1061 if (dev->hotplugged) { in s390_pcihost_plug()
1141 if (dev->hotplugged) { in s390_pcihost_plug()
/qemu/docs/system/devices/
H A Dvirtio-pmem.rst48 Virtio pmem devices can be hotplugged via the QEMU monitor. First, the
H A Dnvme.rst125 are hotplugged).
144 attached to any controller initially (due to ``detached=on``) or to hotplugged
/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.c3601 bool hotplugged = spapr_drc_hotplugged(dev); in spapr_add_lmbs() local
3614 if (!hotplugged) { in spapr_add_lmbs()
3622 if (hotplugged) { in spapr_add_lmbs()
4037 bool hotplugged = spapr_drc_hotplugged(dev); in spapr_core_plug() local
4056 if (hotplugged) { in spapr_core_plug()
4074 if (hotplugged) { in spapr_core_plug()
4101 if (dev->hotplugged && !mc->has_hotpluggable_cpus) { in spapr_core_pre_plug()
4173 if (dev->hotplugged && !smc->dr_phb_enabled) { in spapr_phb_pre_plug()
4207 bool hotplugged = spapr_drc_hotplugged(dev); in spapr_phb_plug() local
4220 if (hotplugged) { in spapr_phb_plug()
/qemu/include/hw/
H A Dqdev-core.h247 int hotplugged; member
/qemu/include/hw/s390x/
H A Dcss.h215 int hotplugged, int add);
/qemu/hw/vfio/
H A Digd.c438 if (vdev->pdev.qdev.hotplugged) { in vfio_probe_igd_bar4_quirk()
/qemu/qapi/
H A Dmachine.json964 # being hotplugged.
1313 # @hotplugged: true if device was hotplugged
1327 'hotplugged': 'bool',

12