/openbmc/openpower-occ-control/ |
H A D | occ_pass_through.hpp | 7 #include <org/open_power/OCC/PassThrough/server.hpp> 21 sdbusplus::org::open_power::OCC::server::PassThrough>; 26 /** @class PassThrough 27 * @brief Implements org.open_power.OCC.PassThrough 29 class PassThrough : public Iface class 32 PassThrough() = delete; 33 ~PassThrough() = default; 34 PassThrough(const PassThrough&) = delete; 35 PassThrough& operator=(const PassThrough&) = delete; 36 PassThrough(PassThrough&&) = default; [all …]
|
H A D | occ_pass_through.cpp | 24 PassThrough::PassThrough( in PassThrough() function in open_power::occ::PassThrough 33 std::bind(std::mem_fn(&PassThrough::activeStatusEvent), this, in PassThrough() 40 std::vector<int32_t> PassThrough::send(std::vector<int32_t> command) in send() 62 std::vector<uint8_t> PassThrough::send(std::vector<uint8_t> command) in send() 69 "PassThrough::send() - OCC{INST} not active, command not sent", in send() 93 "PassThrough::send() Sending {CMD} command to OCC{INST} (data len={LEN}, data={DATA})", in send() 99 lg2::info("PassThrough::send() Sending {CMD} command to OCC{INST}", in send() 107 lg2::debug("PassThrough::send() response had {LEN} bytes", "LEN", in send() 112 lg2::error("PassThrough::send() Invalid OCC response"); in send() 119 "PassThrough::send(): OCC command failed with status {STATUS}", in send() [all …]
|
/openbmc/qemu/qapi/ |
H A D | tpm.json | 47 # @passthrough: TPM passthrough type 53 { 'enum': 'TpmType', 'data': [ 'passthrough', 'emulator' ], 66 # <- { "return": [ "passthrough", "emulator" ] } 74 # Information about the TPM passthrough type 103 # @data: Information about the TPM passthrough type 129 # - 'passthrough' The configuration options for the TPM 130 # passthrough type 139 'data': { 'passthrough' : 'TPMPassthroughOptionsWrapper', 176 # { "type": "passthrough",
|
/openbmc/openbmc/meta-asrock/meta-x570d4u/recipes-x86/chassis/ |
H A D | x86-power-control_%.bbappend | 7 # Instead of enabling GPIO passthrough via the SCU (SCU70 - Bit 21), we will 8 # enable button passthrough in x86-power-control, as any pin that's being 11 -Dbutton-passthrough=enabled \
|
/openbmc/qemu/hw/i2c/ |
H A D | pmbus_device.c | 1309 goto passthrough; in pmbus_write_data() 1317 goto passthrough; in pmbus_write_data() 1325 goto passthrough; in pmbus_write_data() 1333 goto passthrough; in pmbus_write_data() 1341 goto passthrough; in pmbus_write_data() 1349 goto passthrough; in pmbus_write_data() 1357 goto passthrough; in pmbus_write_data() 1365 goto passthrough; in pmbus_write_data() 1373 goto passthrough; in pmbus_write_data() 1381 goto passthrough; in pmbus_write_data() [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/ |
H A D | meson.build | 3 subdir('PassThrough') subdir 32 input: ['../../../../yaml/org/open_power/OCC/PassThrough.interface.yaml'], 33 output: ['PassThrough.md'], 45 'org/open_power/OCC/PassThrough',
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | NetworkAdapterMetrics.v1_1_0.json | 123 …l number of NC-SI bytes received since reset, including both passthrough and non-passthrough traff… 133 … number of NC-SI frames received since reset, including both passthrough and non-passthrough traff… 142 …total number of NC-SI bytes sent since reset, including both passthrough and non-passthrough traff… 152 …otal number of NC-SI frames sent since reset, including both passthrough and non-passthrough traff… 170 …er of bytes received since reset, including host and remote management passthrough traffic, and in… 198 …of bytes transmitted since reset, including host and remote management passthrough traffic, and in…
|
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/PassThrough/ |
H A D | meson.build | 3 sdbusplus_current_path = 'org/open_power/OCC/PassThrough' 7 input: ['../../../../../yaml/org/open_power/OCC/PassThrough.interface.yaml'], 26 'org/open_power/OCC/PassThrough',
|
/openbmc/qemu/docs/system/ |
H A D | cpu-models-x86.rst.inc | 13 (1) **Host passthrough** 38 CPU, as they would with "Host passthrough", but gives much of the 39 benefit of passthrough, while making live migration safe. 127 features are included if using "Host passthrough" or "Host model". 305 features are included if using "Host passthrough" or "Host model". 383 configuration, with host passthrough recommended if live migration is 421 Host passthrough: 427 Host passthrough with feature customization: 448 Host passthrough:: 450 <cpu mode='host-passthrough'/> [all …]
|
H A D | pr-manager.rst | 13 For this reason, QEMU's SCSI passthrough devices, ``scsi-block`` 37 attaches it to a SCSI passthrough device::
|
H A D | target-s390x.rst | 21 the available devices. Passthrough of host devices via vfio-pci, vfio-ccw,
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | NetworkAdapterMetrics_v1.xml | 107 … number of NC-SI frames received since reset, including both passthrough and non-passthrough traff… 112 …otal number of NC-SI frames sent since reset, including both passthrough and non-passthrough traff… 117 …l number of NC-SI bytes received since reset, including both passthrough and non-passthrough traff… 123 …total number of NC-SI bytes sent since reset, including both passthrough and non-passthrough traff… 129 …er of bytes received since reset, including host and remote management passthrough traffic, and in… 145 …of bytes transmitted since reset, including host and remote management passthrough traffic, and in…
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_graphics.c | 2 * graphics passthrough 178 error_setg(errp, "Need to enable igd-passthrough"); in xen_pt_setup_vga() 310 * will so it should be fine with any PCH in case of passthrough. 362 .name = "igd-passthrough-isa-bridge", 402 "igd-passthrough-isa-bridge"); in type_init() 408 fprintf(stderr, "set igd-passthrough-isa-bridge failed!\n"); in type_init()
|
H A D | xen_pt_stub.c | 20 error_setg(errp, "Xen PCI passthrough support not built in"); in xen_igd_gfx_pt_set()
|
/openbmc/qemu/tests/functional/ |
H A D | test_aarch64_device_passthrough.py | 3 # Boots a nested guest and compare content of a device (passthrough) to a 4 # reference image. Both vfio group and iommufd passthrough methods are tested. 90 # This tests the device passthrough implementation, by booting a VM
|
/openbmc/qemu/docs/system/i386/ |
H A D | hyperv.rst | 262 ``hv-passthrough`` 267 Note: ``hv-passthrough`` flag only enables enlightenments which are known to QEMU 269 values from KVM to QEMU. ``hv-passthrough`` overrides all other 'hv-' settings on 272 Note: ``hv-passthrough`` does not enable ``hv-syndbg`` which can prevent certain 276 Note: ``hv-passthrough`` effectively prevents migration as the list of enabled 294 - ``hv-syndbg``, ``hv-passthrough``, ``hv-enforce-cpuid`` should not be enabled
|
/openbmc/qemu/docs/specs/ |
H A D | riscv-iommu.rst | 34 does not have support for features like VFIO passthrough. The IOMMU emulation 37 enable features like KVM VFIO passthrough with irqbypass. Until the kernel support 82 - "off" (Out-of-reset translation mode: 'on' for DMA disabled, 'off' for 'BARE' (passthrough))
|
/openbmc/qemu/backends/tpm/ |
H A D | tpm_passthrough.c | 2 * passthrough TPM driver 37 #define TYPE_TPM_PASSTHROUGH "tpm-passthrough" 322 options->u.passthrough.data = QAPI_CLONE(TPMPassthroughOptions, in tpm_passthrough_get_tpm_options() 373 tbc->desc = "Passthrough TPM backend driver"; in tpm_passthrough_class_init()
|
/openbmc/qemu/hw/pci-host/ |
H A D | xen_igd_pt.c | 2 * QEMU Intel IGD Passthrough Host Bridge Emulation 105 dc->desc = "IGD Passthrough Host bridge"; in igd_passthrough_i440fx_class_init()
|
/openbmc/qemu/include/hw/pci-host/ |
H A D | i440fx.h | 35 #define TYPE_IGD_PASSTHROUGH_I440FX_PCI_DEVICE "igd-passthrough-i440FX"
|
/openbmc/x86-power-control/ |
H A D | meson.options | 26 'button-passthrough',
|
/openbmc/qemu/docs/ |
H A D | igd-assign.txt | 4 Using vfio-pci, we can passthrough Intel Graphics Device (IGD) to guest, either 134 Memory (BDSM) in guest address space. IGD passthrough support imposes two 203 <maxphysaddr mode='passthrough' limit='<IOMMU address width>'/> 247 | | | Passthrough | | EPT | | Emulated by QEMU 257 Passthrough | | Programmed by host FW
|
/openbmc/u-boot/board/CZ.NIC/turris_mox/ |
H A D | turris_mox.c | 470 printf("% 4i: Passthrough Mini-PCIe Module\n", i + 1); in last_stage_init() 497 …i-PCIe module should be the first connected module or come right after Passthrough Mini-PCIe modul… in last_stage_init() 527 …SB 3.0 module should be the first connected module or come right after Passthrough Mini-PCIe modul… in last_stage_init() 534 printf("Error: Only one Passthrough Mini-PCIe module is supported!\n"); in last_stage_init() 536 printf("Error: Passthrough Mini-PCIe module should be the first connected module!\n"); in last_stage_init()
|
/openbmc/qemu/docs/system/devices/ |
H A D | virtio-gpu.rst | 89 rendering and `Wayland display passthrough`_. With the gfxstream rendering 121 .. _Wayland display passthrough: https://www.youtube.com/watch?v=OZJiHMtIQ2M
|
/openbmc/qemu/include/hw/cxl/ |
H A D | cxl.h | 57 bool passthrough; member
|