Searched full:sysfs (Results 1 – 25 of 54) sorted by relevance
123
/qemu/docs/system/s390x/ |
H A D | vfio-ap.rst | 166 LPAR and create the following in sysfs:: 184 255 (0xff) are configured for the LPAR, the sysfs representation on the linux 219 There are two sysfs files that specify bitmasks marking a subset of the APQN 222 driver(s). The sysfs locations of the masks are:: 259 1. The sysfs mask files can be edited by echoing a string into the 260 respective sysfs mask file in one of two formats: 320 The sysfs interfaces for configuring an AP matrix for a guest are built on the 324 mediated device framework. When the driver registers, the sysfs interfaces for 346 When a mediated AP matrix device is created, a sysfs directory named after 359 matrix device's sysfs directory to configure an AP matrix for the [all …]
|
/qemu/backends/tpm/ |
H A D | tpm_passthrough.c | 179 "TPM sysfs cancel entry"); in tpm_passthrough_cancel_cmd() 206 * determine the sysfs cancel file following kernel documentation 207 * in Documentation/ABI/stable/sysfs-class-tpm. 333 .help = "Sysfs file entry for canceling TPM commands",
|
/qemu/qga/ |
H A D | commands-linux.c | 358 /* Walk the specified sysfs and build a sorted list of host or ata numbers */ 412 g_debug("only pci device is supported: sysfs path '%s'", syspath); in build_guest_fsinfo_for_pci_dev() 436 g_debug("unsupported driver or sysfs path '%s'", syspath); in build_guest_fsinfo_for_pci_dev() 471 g_debug("invalid sysfs path '%s' (driver '%s')", syspath, driver); in build_guest_fsinfo_for_pci_dev() 489 g_debug("invalid sysfs path '%s' (driver '%s')", syspath, driver); in build_guest_fsinfo_for_pci_dev() 506 g_debug("invalid sysfs path '%s' (driver '%s')", syspath, driver); in build_guest_fsinfo_for_pci_dev() 525 g_debug("unknown driver '%s' (sysfs path '%s')", driver, syspath); in build_guest_fsinfo_for_pci_dev() 583 g_debug("could not parse ccw device sysfs path: %s", syspath); in build_guest_fsinfo_for_ccw_dev() 600 /* Store disk device info specified by @sysfs into @fs */ 754 g_debug(" parse sysfs path '%s'", syspath); in build_guest_fsinfo_for_device() [all …]
|
/qemu/tests/functional/ |
H A D | test_multiprocess.py | 81 exec_command(self, 'mount -t sysfs sysfs /sys')
|
/qemu/hw/core/ |
H A D | sysbus-fdt.c | 186 * sysfs_to_dt_name: convert the name found in sysfs into the node name 188 * @sysfs_name: directory name in sysfs 190 * returns the device tree name upon success or NULL in case the sysfs name 313 error_report("%s incorrect sysfs device name %s", in add_amd_xgbe_fdt_node()
|
/qemu/docs/specs/ |
H A D | vmcoreinfo.rst | 49 <https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-kernel-vmcoreinfo>`_).
|
H A D | rapl-msr.rst | 119 mounted and available in the sysfs. if not, QEMU fails at start-up.
|
H A D | tpm.rst | 222 TPM device's sysfs entry for support of command cancellation. Since 271 Starting with Linux 5.12 there are PCR entries for TPM 2 in sysfs: 400 Starting with Linux 5.12 there are PCR entries for TPM 2 in sysfs:
|
/qemu/hw/xen/ |
H A D | xen_pt_load_rom.c | 87 XEN_PT_WARN(dev, "%s\n", "Failed to disable pci-sysfs rom file"); in pci_assign_dev_load_option_rom()
|
/qemu/docs/ |
H A D | pcie_sriov.txt | 92 The easiest is if your device driver supports sysfs based SR/IOV
|
/qemu/qapi/ |
H A D | tpm.json | 80 # @cancel-path: string showing the TPM's sysfs cancel file for
|
/qemu/include/hw/virtio/ |
H A D | virtio-serial.h | 105 * This name is sent to the guest and exported via sysfs.
|
/qemu/linux-user/mips64/ |
H A D | syscall_n64.tbl | 146 136 n64 sysfs sys_sysfs
|
H A D | syscall_n32.tbl | 146 136 n32 sysfs sys_sysfs
|
/qemu/linux-user/loongarch64/ |
H A D | syscall.tbl | 295 247 arc sysfs sys_sysfs
|
/qemu/linux-user/hexagon/ |
H A D | syscall.tbl | 295 247 arc sysfs sys_sysfs
|
/qemu/linux-user/riscv/ |
H A D | syscall.tbl | 295 247 arc sysfs sys_sysfs
|
/qemu/linux-user/openrisc/ |
H A D | syscall.tbl | 295 247 arc sysfs sys_sysfs
|
/qemu/linux-user/aarch64/ |
H A D | syscall_64.tbl | 295 247 arc sysfs sys_sysfs
|
/qemu/linux-user/xtensa/ |
H A D | syscall.tbl | 199 182 common sysfs sys_sysfs
|
/qemu/linux-user/sh4/ |
H A D | syscall.tbl | 145 135 common sysfs sys_sysfs
|
/qemu/linux-user/microblaze/ |
H A D | syscall.tbl | 145 135 common sysfs sys_sysfs
|
/qemu/linux-user/x86_64/ |
H A D | syscall_64.tbl | 151 139 common sysfs sys_sysfs
|
/qemu/linux-user/m68k/ |
H A D | syscall.tbl | 145 135 common sysfs sys_sysfs
|
/qemu/hw/vfio/ |
H A D | ap.c | 352 "Host sysfs path of assigned device"); in vfio_ap_class_init()
|
123