Home
last modified time | relevance | path

Searched full:hotplug (Results 1 – 25 of 197) sorted by relevance

12345678

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libmtp/libmtp/
H A D0001-Use-native-mtp-hotplug.patch4 Subject: [PATCH] Use native mtp-hotplug
23 libmtp.usermap: util/mtp-hotplug
24 - util/mtp-hotplug > libmtp.usermap
25 + mtp-hotplug > libmtp.usermap
27 @UDEV_RULES@: util/mtp-hotplug
28 - util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@
29 + mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@
31 libmtp.fdi: util/mtp-hotplug
32 - util/mtp-hotplug -H > libmtp.fdi
33 + mtp-hotplug -H > libmtp.fdi
[all …]
H A D0002-util-mtp-hotplug.c-Enable-stack-memory-protection.patch4 Subject: [PATCH] util/mtp-hotplug.c: Enable stack memory protection
15 $ objdump -T ./util/.libs/mtp-hotplug | grep __stack_chk_fail
20 util/mtp-hotplug.c | 2 +-
23 diff --git a/util/mtp-hotplug.c b/util/mtp-hotplug.c
25 --- a/util/mtp-hotplug.c
26 +++ b/util/mtp-hotplug.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pcmciautils/pcmciautils/
H A Dmakefile_fix.patch35 install-hotplug:
37 - $(INSTALL_PROGRAM) -D hotplug/pcmcia.agent $(DESTDIR)$(hotplugdir)/pcmcia.agent
38 - $(INSTALL_PROGRAM) -D hotplug/pcmcia.rc $(DESTDIR)$(hotplugdir)/pcmcia.rc
39 + $(INSTALL_PROGRAM) hotplug/pcmcia.agent $(DESTDIR)$(hotplugdir)/pcmcia.agent
40 + $(INSTALL_PROGRAM) hotplug/pcmcia.rc $(DESTDIR)$(hotplugdir)/pcmcia.rc
42 uninstall-hotplug:
45 install-socket-hotplug:
46 - $(INSTALL_PROGRAM) -D hotplug/pcmcia_socket.agent $(DESTDIR)$(hotplugdir)/pcmcia_socket.agent
47 - $(INSTALL_PROGRAM) -D hotplug/pcmcia_socket.rc $(DESTDIR)$(hotplugdir)/pcmcia_socket.rc
48 + $(INSTALL_PROGRAM) hotplug/pcmcia_socket.agent $(DESTDIR)$(hotplugdir)/pcmcia_socket.agent
[all …]
/openbmc/qemu/docs/
H A Dmemory-hotplug.txt1 QEMU memory hotplug
4 This document explains how to use the memory hotplug feature in QEMU,
7 Guest support is required for memory hotplug to work.
9 Basic RAM hotplug
12 In order to be able to hotplug memory, QEMU has to be told how many
35 Two monitor commands are used to hotplug memory:
50 Besides basic RAM hotplug, QEMU also supports using files as a memory
67 2MB pages. Also, the guest has additional memory slots to hotplug more
/openbmc/qemu/docs/specs/
H A Dacpi_pci_hotplug.rst1 QEMU<->ACPI BIOS PCI hotplug interface
4 QEMU supports PCI hotplug via ACPI, for PCI bus 0. This document
10 Generic ACPI GPE block. Bit 1 (GPE.1) used to notify PCI hotplug/eject
35 Read: Hotplug features register. Used by platform to identify features
41 write: bit per slot eject, read: hotplug feature set
42 - Read-only hotplug capable register @0xae0c, 4-byte access, bit per slot
H A Dacpi_cpu_hotplug.rst1 QEMU<->ACPI BIOS CPU hotplug interface
4 QEMU supports CPU hotplug via ACPI. This document
11 Legacy ACPI CPU hotplug interface registers
20 to modern CPU hotplug interface, write 0 into it to do switch.
27 Modern ACPI CPU hotplug interface registers
189 (x86) Detecting and enabling modern CPU hotplug interface
192 QEMU starts with legacy CPU hotplug interface enabled. Detecting and
193 switching to modern interface is based on the 2 legacy CPU hotplug features:
198 Use following steps to detect and enable modern CPU hotplug interface:
205 Otherwise legacy or no CPU hotplug interface available
H A Dacpi_hw_reduced_hotplug.rst7 events, including the hotplug ones. GED is modelled as a device
64 0: Memory hotplug event
66 2: NVDIMM hotplug event
67 3: CPU hotplug event
/openbmc/qemu/include/hw/acpi/
H A Dcpu_hotplug.h2 * QEMU ACPI hotplug utilities
17 #include "hw/acpi/pc-hotplug.h"
19 #include "hw/hotplug.h"
H A Dpc-hotplug.h2 * QEMU ACPI hotplug utilities shared defines
20 /* Limit for CPU arch IDs for CPU hotplug. All hotpluggable CPUs should
H A Dpcihp.h2 * QEMU<->ACPI BIOS PCI hotplug interface
4 * QEMU supports PCI hotplug via ACPI. This module
32 #include "hw/hotplug.h"
H A Dcpu.h2 * QEMU ACPI hotplug utilities
20 #include "hw/hotplug.h"
/openbmc/qemu/hw/acpi/
H A Dcpu_hotplug.c2 * QEMU ACPI hotplug utilities
39 this fact as means to switch QEMU into modern CPU hotplug in cpu_status_write()
44 object_property_set_bool(cpus->device, "cpu-hotplug-legacy", false, in cpu_status_write()
69 object_property_set_bool(g->device, "cpu-hotplug-legacy", false, in acpi_set_cpu_present_bit()
87 /* propagate the hotplug to the modern interface */ in legacy_acpi_cpu_plug_cb()
101 gpe_cpu, "acpi-cpu-hotplug", ACPI_GPE_PROC_LEN); in legacy_acpi_cpu_hotplug_init()
248 * inclusive, for VCPU hotplug. */ in build_legacy_cpu_hotplug_aml()
256 /* create PCI0.PRES device and its _CRS to reserve CPU hotplug MMIO */ in build_legacy_cpu_hotplug_aml()
260 aml_name_decl("_UID", aml_string("CPU Hotplug resources")) in build_legacy_cpu_hotplug_aml()
270 /* declare CPU hotplug MMIO region and PRS field to access it */ in build_legacy_cpu_hotplug_aml()
H A Dmeson.build10 acpi_ss.add(when: 'CONFIG_ACPI_CPU_HOTPLUG', if_false: files('acpi-cpu-hotplug-stub.c'))
12 acpi_ss.add(when: 'CONFIG_ACPI_MEMORY_HOTPLUG', if_false: files('acpi-mem-hotplug-stub.c'))
25 acpi_ss.add(when: 'CONFIG_ACPI_PCIHP', if_false: files('acpi-pci-hotplug-stub.c'))
H A Dpcihp.c2 * QEMU<->ACPI BIOS PCI hotplug interface
4 * QEMU supports PCI hotplug via ACPI. This module
79 /* Assign BSEL property only to buses that support hotplug. */
117 /* Scan all PCI buses. Set property to enable acpi based hotplug. */ in acpi_set_pci_info()
169 * ACPI doesn't allow hotplug of bridge devices. Don't allow in acpi_pcihp_pc_no_hotplug()
170 * hot-unplug of bridge devices unless they were added by hotplug in acpi_pcihp_pc_no_hotplug()
274 /* Only hotplugged devices need the hotplug capability. */ in acpi_pcihp_device_pre_plug_cb()
293 * it is present on boot, no hotplug event is necessary. We do send an in acpi_pcihp_device_plug_cb()
297 * Overwrite the default hotplug handler with the ACPI PCI one in acpi_pcihp_device_plug_cb()
305 /* We don't have to overwrite any other hotplug handler yet */ in acpi_pcihp_device_plug_cb()
[all …]
/openbmc/qemu/tests/qtest/
H A Dusb-hcd-xhci-test.c52 qtest_add_func("/xhci/pci/hotplug", test_xhci_hotplug); in main()
54 qtest_add_func("/xhci/pci/hotplug/usb-uas", test_usb_uas_hotplug); in main()
57 qtest_add_func("/xhci/pci/hotplug/usb-ccid", test_usb_ccid_hotplug); in main()
H A Dvirtio-rng-test.c24 g_test_skip("pci bus does not support hotplug"); in rng_hotplug()
40 qos_add_test("hotplug", "virtio-rng-pci", rng_hotplug, NULL); in register_virtio_rng_test()
/openbmc/u-boot/drivers/video/bridge/
H A Dvideo-bridge-uclass.c40 ret = dm_gpio_get_value(&uc_priv->hotplug); in video_bridge_check_attached()
95 ret = gpio_request_by_name(dev, "hotplug-gpios", 0, &uc_priv->hotplug, in video_bridge_pre_probe()
98 debug("%s: Could not decode hotplug (%d)\n", __func__, ret); in video_bridge_pre_probe()
/openbmc/qemu/docs/system/
H A Dcpu-hotplug.rst2 Virtual CPU hotplug
5 A complete example of vCPU hotplug (and hot-unplug) using QMP
8 vCPU hotplug
12 allow vCPU hotplug)::
/openbmc/qemu/include/hw/
H A Dhotplug.h2 * Hotplug handler interface.
17 #define TYPE_HOTPLUG_HANDLER "hotplug-handler"
51 * @is_hotpluggable_bus: called to check if bus/its parent allow hotplug on bus
/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw-md.c28 * Without a bus hotplug handler, we cannot control the plug/unplug in virtio_ccw_md_pre_plug()
32 error_setg(errp, "hotplug of virtio based memory devices not supported" in virtio_ccw_md_pre_plug()
39 * succeeds, branch of to the actual hotplug handler. in virtio_ccw_md_pre_plug()
57 * hotplug handler. If that one fails, we can easily undo the memory in virtio_ccw_md_plug()
/openbmc/qemu/hw/virtio/
H A Dvirtio-md-pci.c28 * Without a bus hotplug handler, we cannot control the plug/unplug in virtio_md_pci_pre_plug()
32 error_setg(errp, "hotplug of virtio based memory devices not supported" in virtio_md_pci_pre_plug()
38 * succeeds, branch of to the actual hotplug handler. in virtio_md_pci_pre_plug()
56 * hotplug handler. If that one fails, we can easily undo the memory in virtio_md_pci_plug()
/openbmc/qemu/hw/pci/
H A Dpcie_port.c25 #include "hw/hotplug.h"
195 return s->hotplug; in pcie_slot_is_hotpluggable_bus()
209 DEFINE_PROP_BOOL("hotplug", PCIESlot, hotplug, true),
210 DEFINE_PROP_BOOL("x-do-not-expose-native-hotplug-cap", PCIESlot,
/openbmc/u-boot/include/
H A Dvideo_bridge.h17 * @hotplug: Optional GPIO to check if bridge is connected
22 struct gpio_desc hotplug; member
39 * This method is optional - if not provided then the hotplug GPIO
/openbmc/qemu/hw/core/
H A Dhotplug.c2 * Hotplug handler interface.
13 #include "hw/hotplug.h"
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Dintel-gma.txt12 - intel,dp-hotplug : values for digital port hotplug, one cell per value for

12345678