/qemu/docs/system/ |
H A D | device-emulation.rst | 29 Device Buses 33 machine model you choose (``-M foo``) a number of buses will have been 42 additional buses to the system that other devices can be attached to.
|
/qemu/docs/ |
H A D | pcie_pci_bridge.txt | 29 any device plugged in, has no free buses reserved to provide any of them 32 To solve this problem we reserve additional buses on a firmware level. 49 uint32_t bus_res; Minimum number of buses to reserve
|
H A D | pcie.txt | 57 (4) Extra Root Complexes (pxb-pcie), if multiple PCI Express Root Buses 198 Each PCI domain can have up to only 256 buses and the QEMU PCI Express 214 number space. All bus numbers assigned to the buses recursively behind a 222 The PCI Express root buses (pcie.0 and the buses exposed by pxb-pcie devices)
|
H A D | qdev-device-use.txt | 6 more buses for children. You can specify a device's parent bus with 9 A device typically has a device address on its parent bus. For buses 33 device. For instance, the IDE controller provides two IDE buses, each 52 TYPE, BUS and UNIT identify the controller device, which of its buses
|
H A D | pci_expander_bridge.txt | 8 the main host bridge to support multiple PCI root buses.
|
/qemu/docs/devel/ |
H A D | kconfig.rst | 16 Each QEMU target enables a subset of the boards, devices and buses that 141 **subsystems**, of which **buses** are a special case 153 subsystems or buses. For example, ``AUX`` (the DisplayPort auxiliary 172 have no ``depends on`` directive. Devices also *select* the buses
|
H A D | reset.rst | 92 For Devices and Buses, the following helper functions exist: 266 for devices and buses and should be preferred. 358 child buses, and all the devices on those child buses.
|
H A D | memory.rst | 5 The memory API models the memory and I/O buses and controllers of a QEMU 21 buses, memory controllers, and memory regions that have been rerouted.
|
/qemu/docs/system/devices/ |
H A D | can.rst | 4 emulated CAN controller chips together by one or multiple CAN buses 5 (the controller device "canbus" parameter). The individual buses 9 The concept of buses is generic and different CAN controllers
|
H A D | usb.rst | 40 bus though, so there are two completely separate USB buses: One USB 353 same physical port on the host may show up on different host buses
|
/qemu/include/hw/pci/ |
H A D | pci_device.h | 14 * Implemented by devices that can be plugged on CXL buses. In the spec, this is 19 /* Implemented by devices that can be plugged on PCI Express buses */ 22 /* Implemented by devices that can be plugged on Conventional PCI buses */
|
H A D | pci_bridge.h | 171 uint32_t bus_res; /* Minimum number of buses to reserve */
|
/qemu/docs/specs/ |
H A D | fsi.rst | 13 FSI allows a service processor access to the internal buses of a host POWER 22 "engines" that drive accesses on buses internal and external to the POWER
|
/qemu/hw/pci/ |
H A D | meson.build | 15 # allow plugging PCIe devices into PCI buses, include them even if
|
/qemu/include/hw/ |
H A D | qdev-core.h | 272 * @child_bus: QLIST of child buses 375 * @max_index: max number of child buses 378 * @num_children: current number of child buses 526 * - unrealize any child buses by calling qbus_unrealize() 527 * (this will recursively unrealize any devices on those buses) 1097 * If a machine has multiple buses of a given type, such as I2C, 1098 * where some of those buses in the real hardware are used only for 1100 * can use this function to mark the internal-only buses as full
|
H A D | resettable.h | 97 * are the devices on it, and the children of a device are all the buses it
|
/qemu/hw/acpi/ |
H A D | pcihp.c | 78 /* Assign BSEL property only to buses that support hotplug. */ 119 /* Scan all PCI buses. Set property to enable acpi based hotplug. */ in acpi_set_pci_info() 157 * below, we generalize this case for all buses, not just the root bus. in acpi_pcihp_find_hotplug_bus()
|
/qemu/docs/devel/testing/ |
H A D | qtest.rst | 31 communicating with system buses or devices. Many virtual device tests use
|
/qemu/tests/qtest/ |
H A D | bcm2835-i2c-test.c | 106 /* Run I2C tests with TMP105 slaves on all three buses */ in main()
|
/qemu/hw/xen/ |
H A D | xen-pvh-common.c | 79 * prepends (not appends) new child buses, the decrementing loop below will in xen_create_virtio_mmio_devices() 80 * create a list of virtio-mmio buses with increasing base addresses. in xen_create_virtio_mmio_devices()
|
/qemu/docs/system/arm/ |
H A D | nuvoton.rst | 87 * I3C buses (8XX only)
|
/qemu/hw/misc/macio/ |
H A D | macio.c | 180 /* IDE buses */ in macio_oldworld_realize() 285 /* IDE buses */ in macio_newworld_realize()
|
/qemu/hw/core/ |
H A D | bus.c | 2 * Dynamic device configuration and creation -- buses.
|
/qemu/hw/i2c/ |
H A D | i2c_mux_pca954x.c | 37 * @channel: The set of i2c channel buses that act as channels which own the
|
/qemu/hw/ssi/ |
H A D | xilinx_spips.c | 256 uint8_t buses; in xlnx_zynqmp_qspips_update_cs_lines() local 259 buses = ARRAY_FIELD_EX32(s->regs, GQSPI_GF_SNAPSHOT, DATA_BUS_SELECT); in xlnx_zynqmp_qspips_update_cs_lines() 260 bus0_enabled = buses & 1; in xlnx_zynqmp_qspips_update_cs_lines() 261 bus1_enabled = buses & (1 << 1); in xlnx_zynqmp_qspips_update_cs_lines()
|