/linux-4.1.27/tools/virtio/virtio-trace/ |
D | README | 1 Trace Agent for virtio-trace 7 - splice the page from write_pipe to virtio-console without memory copying 19 write the data to virtio-serial. 28 Makefile: Makefile of trace agent for virtio-trace 38 To use this trace agent for virtio-trace, we need to prepare some virtio-serial 42 virtio-trace uses virtio-serial pipe as trace data paths as to the number 44 # mkdir /tmp/virtio-trace/ 45 # mkfifo /tmp/virtio-trace/trace-path-cpu{0,1,2,...,X}.{in,out} 46 # mkfifo /tmp/virtio-trace/agent-ctl-path.{in,out} 53 2) Set up of virtio-serial pipe in a host [all …]
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | s390-diag.txt | 35 DIAGNOSE function code 'X'500' - KVM virtio functions 38 If the function code specifies 0x500, various virtio-related functions 41 General register 1 contains the virtio subfunction code. Supported 42 virtio subfunctions depend on KVM's userspace. Generally, userspace 43 provides either s390-virtio (subcodes 0-2) or virtio-ccw (subcode 3). 49 Subcode 0 - s390-virtio notification and early console printk 52 Subcode 1 - s390-virtio reset 55 Subcode 2 - s390-virtio set status 58 Subcode 3 - virtio-ccw notification 62 the subchannel of the virtio-ccw proxy device to be notified. [all …]
|
D | api.txt | 1581 For the special case of virtio-ccw devices on s390, the ioevent is matched 1595 For virtio-ccw devices, addr contains the subchannel id and datamatch the 2365 KVM_S390_INT_VIRTIO (vm) - virtio external interrupt; external interrupt
|
/linux-4.1.27/drivers/virtio/ |
D | Kconfig | 4 This option is selected by any driver which implements the virtio 11 tristate "PCI driver for virtio devices" 15 This driver provides support for virtio based paravirtual device 17 virtio backends. Most QEMU based VMMs should support these devices 23 bool "Support for legacy virtio draft 0.9.X and older devices" 35 so, you can happily disable this option and virtio will not 56 This driver supports virtio input devices such as 62 tristate "Platform bus driver for memory mapped virtio devices" 66 This drivers provides support for memory mapped virtio 72 bool "Memory mapped virtio devices parameter parsing" [all …]
|
D | Makefile | 1 obj-$(CONFIG_VIRTIO) += virtio.o virtio_ring.o
|
D | virtio_input.c | 380 MODULE_DEVICE_TABLE(virtio, id_table);
|
D | virtio_balloon.c | 616 MODULE_DEVICE_TABLE(virtio, id_table);
|
/linux-4.1.27/Documentation/devicetree/bindings/virtio/ |
D | mmio.txt | 1 * virtio memory mapped device 3 See http://ozlabs.org/~rusty/virtio-spec/ for more details. 7 - compatible: "virtio,mmio" compatibility string 14 compatible = "virtio,mmio";
|
/linux-4.1.27/Documentation/ |
D | remoteproc.txt | 17 duplicated. In addition, this framework also adds rpmsg virtio devices 21 (for more information about the virtio-based rpmsg bus and its drivers, 23 Registration of other types of virtio devices is now also possible. Firmwares 24 just need to publish what kind of virtio devices do they support, and then 26 existing virtio drivers with remote processor backends at a minimal development 114 context, which will look for virtio devices supported by the rproc's 116 If found, those virtio devices will be created and added, so as a result 117 of registering this remote processor, additional virtio drivers might get 157 handlers. If rpmsg/virtio functionality is also desired, then the ->kick handler 202 supported virtio devices (and their configurations). [all …]
|
D | rpmsg.txt | 32 Rpmsg is a virtio-based messaging bus that allows kernel drivers to communicate 72 a tx buffer and puts it back on virtio's used descriptor ring), 89 a tx buffer and puts it back on virtio's used descriptor ring), 107 a tx buffer and puts it back on virtio's used descriptor ring), 279 virtio device feature set. This feature bit means that the remote 292 The plan is also to add static creation of rpmsg channels via the virtio
|
D | kernel-parameters.txt | 124 VMMIO Driver for memory mapped virtio devices is enabled. 3887 [VMMIO] Memory mapped virtio (platform) device.
|
D | devices.txt | 455 238 = /dev/vhost-net Host kernel accelerator for virtio net
|
/linux-4.1.27/drivers/vhost/ |
D | Kconfig | 2 tristate "Host kernel accelerator for virtio net" 22 for use with virtio-scsi guests 28 the host side of a virtio ring.
|
/linux-4.1.27/Documentation/mic/ |
D | mic_overview.txt | 17 the standard virtio framework for network, disk and console devices, 18 though in our case the virtio framework is used across a PCIe bus. 25 and used only by the host driver to transfer data for the virtio devices. 28 virtio backends are situated on the host rather than the card given better 31 the fact that the virtio block storage backend can only be on the host.
|
/linux-4.1.27/Documentation/filesystems/ |
D | 9p.txt | 42 For server running on QEMU host with virtio transport: 44 mount -t 9p -o trans=virtio <mount_tag> /mnt/9 47 mount points. Each 9P export is seen by the client as a virtio device with an 49 seen by reading /sys/bus/virtio/drivers/9pnet_virtio/virtio<n>/mount_tag files. 60 virtio - connect to the next virtio channel available
|
/linux-4.1.27/tools/virtio/ |
D | Makefile | 7 vpath %.c ../../drivers/virtio ../../drivers/vhost
|
/linux-4.1.27/arch/x86/lguest/ |
D | Kconfig | 13 If you say Y here, make sure you say Y (or M) to the virtio block
|
/linux-4.1.27/drivers/char/hw_random/ |
D | Makefile | 20 obj-$(CONFIG_HW_RANDOM_VIRTIO) += virtio-rng.o
|
D | virtio-rng.c | 210 MODULE_DEVICE_TABLE(virtio, id_table);
|
D | Kconfig | 230 module will be called virtio-rng. If unsure, say N.
|
/linux-4.1.27/tools/ |
D | Makefile | 44 cgroup firewire hv guest usb virtio vm net: FORCE target
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | Kbuild | 50 header-y += virtio-ccw.h
|
/linux-4.1.27/drivers/net/caif/ |
D | Kconfig | 45 tristate "CAIF virtio transport driver"
|
D | caif_virtio.c | 789 MODULE_DEVICE_TABLE(virtio, id_table);
|
/linux-4.1.27/drivers/misc/mic/ |
D | Kconfig | 48 virtio devices. Intel MIC X100 devices are currently supported.
|
/linux-4.1.27/arch/mips/pci/ |
D | Makefile | 25 obj-$(CONFIG_MIPS_PCI_VIRTIO) += pci-virtio-guest.o
|
/linux-4.1.27/drivers/ |
D | Makefile | 39 obj-$(CONFIG_VIRTIO) += virtio/
|
D | Kconfig | 125 source "drivers/virtio/Kconfig"
|
/linux-4.1.27/arch/arm64/boot/dts/arm/ |
D | foundation-v8.dts | 234 compatible = "virtio,mmio";
|
D | rtsm_ve-motherboard.dtsi | 221 compatible = "virtio,mmio";
|
/linux-4.1.27/Documentation/devicetree/bindings/pci/ |
D | host-generic-pci.txt | 4 virtio-pci implementations found in kvmtool and other para-virtualised
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | vendor-prefixes.txt | 203 virtio Virtual I/O Device Specification, developed by the OASIS consortium
|
/linux-4.1.27/Documentation/s390/ |
D | kvm.txt | 93 service processor calls and virtio interrupts. Valid interrupt types are:
|
/linux-4.1.27/net/9p/ |
D | trans_virtio.c | 773 MODULE_DEVICE_TABLE(virtio, id_table);
|
/linux-4.1.27/arch/s390/ |
D | Kconfig | 786 prompt "s390 support for virtio devices" 792 Enabling this option adds support for virtio based paravirtual device
|
/linux-4.1.27/drivers/rpmsg/ |
D | virtio_rpmsg_bus.c | 1143 MODULE_DEVICE_TABLE(virtio, id_table);
|
/linux-4.1.27/drivers/block/ |
D | virtio_blk.c | 899 MODULE_DEVICE_TABLE(virtio, id_table);
|
D | Kconfig | 531 This is the virtual block driver for virtio. It can be used with
|
/linux-4.1.27/drivers/scsi/ |
D | virtio_scsi.c | 1155 MODULE_DEVICE_TABLE(virtio, id_table);
|
D | Kconfig | 1744 tristate "virtio-scsi support" 1748 This is the virtual HBA driver for virtio. If the kernel will
|
/linux-4.1.27/drivers/net/ |
D | Kconfig | 259 This is the virtual network driver for virtio. It can be used with
|
D | virtio_net.c | 2040 MODULE_DEVICE_TABLE(virtio, id_table);
|
/linux-4.1.27/drivers/char/ |
D | virtio_console.c | 2318 MODULE_DEVICE_TABLE(virtio, id_table);
|
/linux-4.1.27/Documentation/arm64/ |
D | arm-acpi.txt | 419 { .compatible = "virtio,mmio", },
|
/linux-4.1.27/ |
D | MAINTAINERS | 10571 F: drivers/virtio/ 10572 F: tools/virtio/ 10590 F: drivers/virtio/virtio_input.c
|