wiki/virt/host/modules.md

76 lines
1.6 KiB
Markdown
Raw Normal View History

2021-11-13 11:58:05 +00:00
---
title: Kernel modules
description:
published: true
2023-02-05 11:36:51 +00:00
date: 2023-02-05T11:36:49.334Z
2021-11-13 11:58:05 +00:00
tags:
editor: markdown
dateCreated: 2021-11-13T11:58:03.276Z
---
2023-02-05 10:36:26 +00:00
# Host-specific configuration and information
> Section under construction
{.is-warning}
## Hardware-assisted virtualization
> Section under construction
{.is-warning}
## Nested virtualization
> Section under construction
{.is-warning}
2023-02-05 11:36:51 +00:00
2023-02-05 10:36:26 +00:00
## Linux virtualization-related kernel modules
2021-11-13 18:47:58 +00:00
2023-02-05 10:36:26 +00:00
This list is only concerned about kernel modules that relates to virtualization. Their description can be found using the `modinfo` command.
2021-11-13 18:47:58 +00:00
```
kvm_intel # ""
kvm_amd # ""
kvm # Kernel virtual machine module for Linux
```
```
vfio_pci # "VFIO PCI - User Level meta-driver"
vfio_virqfd # "IRQFD support for VFIO bus drivers"
vfio_iommu_type1 # "Type1 IOMMU driver for VFIO"
vfio # "VFIO - User Level meta-driver"
vfio_mdev # "VFIO based driver for Mediated device"
```
```
mdev # "Mediated device Core Driver"
```
```
vhost_net # "Host kernel accelerator for virtio net"
vhost # "Host kernel accelerator for virtio"
vhost_iotlb # "VHOST IOTLB"
```
```
tap # ""
tun # "Universal TUN/TAP device driver"
```
```
virtio_net # "Virtio network driver"
virtio_balloon # "Virtio balloon driver"
virtio_blk # "Virtio block driver"
virtio_console # "Virtio console driver"
virtio_scsi # "Virtio SCSI HBA driver"
virtio_gpu # "Virtio GPU driver"
virtio_dma_buf #
```
```
qemu_fw_cfg # "QEMU fw_cfg sysfs support"
irqbypass # "IRQ bypass manager utility module"
net_failover # "Failover driver for Paravirtual drivers"
failover # "Generic failover infrastructure/interface"
```