diff options
author | Silvino Silva <silvino@bk.ru> | 2018-04-08 17:13:29 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2018-04-08 17:13:29 +0100 |
commit | 87bc35062d0cf0eab0189349b20c8d83d7242e73 (patch) | |
tree | cf3bf69e090dd08944227a65537b2afbd5336251 /core/linux.html | |
parent | 6ee060f04bdd91b66b8dfaa21f29758ae450348f (diff) | |
download | doc-87bc35062d0cf0eab0189349b20c8d83d7242e73.tar.gz |
added nbd to kernel
Diffstat (limited to 'core/linux.html')
-rw-r--r-- | core/linux.html | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/core/linux.html b/core/linux.html index de41572..f04b193 100644 --- a/core/linux.html +++ b/core/linux.html @@ -455,6 +455,22 @@ <h3 id="drivers">2.1.2.9 Device Drivers</h3> + <h4>Block devices</h4> + <dl> + <dt>CONFIG_VIRTIO_BLK=y</dt> + <dd>This is the virtual block driver for virtio.</dd> + <dd>For QEMU based VMMs.</dd> + <dt>BLK_DEV_NBD=y</dt> + <dd>Network block device support.</dd> + </dl> + + <h4>SCSI device support</h4> + <dl> + <dt>CONFIG_SCSI_VIRTIO=y</dt> + <dd>This is the virtual HBA driver for virtio. + If the kernel will used in a virtual machine.</dd> + </dl> + <h4>Multiple devices driver support (RAID and LVM)</h4> <dl> @@ -488,13 +504,17 @@ <dt>CONFIG_VXLAN=y</dt> <dd>Virtual eXtensible Local Area Network (VXLAN)</dd> + <dt>BLK_DEV_NBD=y</dt> + <dd>Network block device support.</dd> <dt>CONFIG_TUN=y</dt> <dd>Universal TUN/TAP device driver support</dd> <dt>CONFIG_VETH=y</dt> - <dd>Virtual ethernet pair device</dd> + <dd>Virtual ethernet pair device.</dd> + <dt>CONFIG_VIRTIO_NET=y</dt> + <dd>Virtio network driver.</dd> <dt>IPVLAN=n</dt> <dd>IP-VLAN support</dd> @@ -522,6 +542,12 @@ memory writing.</dd> </dl> + <h4>Virtio drivers</h4> + <dl> + <dt>CONFIG_VIRTIO_PCI=y</dt> + <dd>PCI driver for virtio devices</dd> + </dl> + <h3 id="firm">2.1.2.10 Firmware Drivers</h3> <h3 id="fs">2.1.2.11 File systems</h3> <dl> |