aboutsummaryrefslogtreecommitdiff
path: root/package/kernel/linux/modules/virt.mk
Commit message (Collapse)AuthorAge
* kernel: disable IGD (video DRM) supportPhilip Prindeville2023-05-21
| | | | | | | | | | | | | IGD is only useful when accelerating a VM guest that wants to direct render to memory in the host's framebuffer, but since OpenWrt typically runs on headless hardware, this serves no purpose. Also build vfio with VFIO_NOIOMMU undefined (to get all of the code enabled), but allow it to be enabled via boot-time modparams settings (or at run-time via sysfs writes to "/sys/module/vfio/parameters/enable_unsafe_noiommu_mode". Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* treewide: remove all @{lt,gt,ge,le} appearances affecting 5.10 kernelNick Hainke2023-05-12
| | | | | | We only use 5.15 kernel. So remove all those unnecessary appearances. Signed-off-by: Nick Hainke <vincent@systemli.org>
* kernel: add VFIO kernel packagesNicola Corna2022-09-21
| | | | | | Add kmod-vfio and kmod-vfio-pci packages. Signed-off-by: Nicola Corna <nicola@corna.info>
* kernel: add missing symbol to kmod-kvmStijn Tintel2021-09-29
| | | | | | | | Even though TRACEPOINTS is not enabled in my kernel config, my build fails due to KVM_MMU_AUDIT being missing. Add this symbol to kmod-kvm to fix this. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* kernel: order kmod-kvm symbols alphabeticallyStijn Tintel2021-09-29
| | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* kernel: remove another redundant KCONFIG entry in virt.mkFelix Fietkau2016-11-24
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: fix virtualization kmod dependencies and kconfig symbolsFelix Fietkau2016-11-24
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: remove kmod-vhost_net, fixes build breakageFelix Fietkau2016-11-24
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* package: add kernel packages for kvm virtualizationYousong Zhou2016-11-24
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>