/openbmc/qemu/hw/usb/ |
H A D | hcd-uhci-pci.c | 161 k->exit = info->unplug ? usb_uhci_pci_exit : NULL; in uhci_pci_data_class_init() 165 if (!info->unplug) { in uhci_pci_data_class_init() 185 .unplug = true, 192 .unplug = true, 199 .unplug = false, 206 .unplug = false, 213 .unplug = false, 220 .unplug = false, 227 .unplug = false, 234 .unplug = false,
|
H A D | hcd-uhci-pci.h | 56 bool unplug; member
|
H A D | vt82c686-uhci-pci.c | 37 .unplug = true,
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | slot-unplug@.service | 2 Description=slot-unplug %i 6 ExecStart=/usr/libexec/phosphor-gpio-monitor/slot-unplug %i 7 SyslogIdentifier=slot-unplug %i
|
/openbmc/qemu/docs/system/ |
H A D | cpu-hotplug.rst | 5 A complete example of vCPU hotplug (and hot-unplug) using QMP 117 vCPU hot-unplug 135 vCPU hot-unplug requires guest cooperation; so the ``device_del`` 137 unplug". At this point, the guest will get a System Control 140 QEMU to unplug it.
|
H A D | virtio-net-failover.rst | 33 another host QEMU will unplug the primary device via the PCIe based hotplug 64 A new migration state wait-unplug was added for this feature. If failover primary 66 It will wait until the device unplug is completed in the guest and then move into
|
/openbmc/qemu/hw/s390x/ |
H A D | css-bridge.c | 37 if (k->unplug) { in ccw_device_unplug() 38 k->unplug(hotplug_dev, dev, &err); in ccw_device_unplug() 139 hc->unplug = ccw_device_unplug; in virtual_css_bridge_class_init()
|
H A D | ccw-device.h | 40 void (*unplug)(HotplugHandler *, DeviceState *, Error **); member
|
H A D | ap-bridge.c | 69 hc->unplug = qdev_simple_device_unplug_cb; in ap_bridge_class_init()
|
/openbmc/qemu/tests/avocado/ |
H A D | hotplug_blk.py | 47 def unplug(self) -> None: member in HotPlug 69 self.unplug()
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/ |
H A D | phosphor-gpio-monitor_%.bbappend | 33 file://slot-unplug@.service \ 34 file://slot-unplug \ 59 slot-unplug@.service \ 84 install -m 0644 ${UNPACKDIR}/slot-unplug@.service ${D}${systemd_system_unitdir}/ 98 install -m 0755 ${UNPACKDIR}/slot-unplug ${D}${libexecdir}/${PN}/
|
/openbmc/qemu/hw/core/ |
H A D | hotplug.c | 55 if (hdc->unplug) { in hotplug_handler_unplug() 56 hdc->unplug(plug_handler, plugged_dev, errp); in hotplug_handler_unplug()
|
/openbmc/linux/drivers/md/ |
H A D | raid1-10.c | 134 blk_plug_cb_fn unplug, int copies) in raid1_add_bio_to_plug() argument 148 cb = blk_check_plugged(unplug, mddev, sizeof(*plug)); in raid1_add_bio_to_plug()
|
/openbmc/qemu/docs/ |
H A D | memory-hotplug.txt | 77 RAM hot-unplug 80 In order to be able to hot unplug pc-dimm device, QEMU has to be told the ids 84 Two monitor commands are used to hot unplug memory:
|
/openbmc/qemu/accel/tcg/ |
H A D | tcg-accel-ops-rr.c | 133 if (cpu->unplug && !cpu_can_run(cpu)) { in rr_deal_with_unplugged_cpus() 277 if (cpu->unplug) { in rr_cpu_thread_fn()
|
H A D | tcg-accel-ops-mttcg.c | 119 } while (!cpu->unplug || cpu_can_run(cpu)); in mttcg_cpu_thread_fn()
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | vfio-ap-locking.rst | 72 device driver is using it to plug/unplug AP devices passed through to the KVM 86 to unplug the adapter. 89 pointer is not used to plug/unplug devices passed through to the KVM guest;
|
/openbmc/qemu/include/hw/ |
H A D | hotplug.h | 61 hotplug_fn unplug; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | virtio_mem.h | 130 struct virtio_mem_req_unplug unplug; member
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_mem.h | 132 struct virtio_mem_req_unplug unplug; member
|
/openbmc/qemu/accel/ |
H A D | dummy-cpus.c | 60 } while (!cpu->unplug); in dummy_cpu_thread_fn()
|
/openbmc/qemu/docs/specs/ |
H A D | acpi_mem_hotplug.rst | 94 | device_del +---->+ device unplug request +----->+Send SCI to guest,| 118 | set OST event & status | | call device unplug cb |
|
/openbmc/qemu/target/i386/nvmm/ |
H A D | nvmm-accel-ops.c | 54 } while (!cpu->unplug || cpu_can_run(cpu)); in qemu_nvmm_cpu_thread_fn()
|
/openbmc/linux/arch/x86/xen/ |
H A D | Makefile | 23 obj-$(CONFIG_XEN_PVHVM) += platform-pci-unplug.o
|
/openbmc/qemu/target/i386/whpx/ |
H A D | whpx-accel-ops.c | 54 } while (!cpu->unplug || cpu_can_run(cpu)); in whpx_cpu_thread_fn()
|