https://github.com/volcengine/dkms-virtio1.1
virtio1.1 drivers
https://github.com/volcengine/dkms-virtio1.1
Last synced: about 1 year ago
JSON representation
virtio1.1 drivers
- Host: GitHub
- URL: https://github.com/volcengine/dkms-virtio1.1
- Owner: volcengine
- License: other
- Created: 2022-05-17T03:05:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T09:21:44.000Z (about 2 years ago)
- Last Synced: 2024-04-02T10:57:47.232Z (about 2 years ago)
- Language: C
- Size: 174 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
virtio 1.1 drivers
===
These drivers are supplementary to support virtio 1.1 new feature
on CentOS 7.6, CentOS 7.9, Ubuntu 16.04, Ubuntu 18.04 and Debian 10.
Build package:
---
```
./mkpkg.sh
```
Installation:
---
1. Centos 7.x:
```
rpm -ivh release/virtio_centos-7.6-7.7-v11.noarch.rpm
or
rpm -ivh release/virtio_centos-7.8-7.9-v11.noarch.rpm
```
2. Ubuntu 16.04 (kernel-4.4 or kernel-4.18):
```
tar xvf release/virtio_ubuntu-16.04-kernel-4.18/4.4-v11.tar; cd virtio_ubuntu-16.04-kernel-4.18/4.4-v11; ./install.sh
```
2. Ubuntu 18.04:
```
tar xvf release/virtio_ubuntu-18.04-v11.tar; cd virtio_ubuntu-18.04-v11; ./install.sh
```
3. Debian 10:
```
dpkg -i release/virtio-dkms_1.1.0_amd64.deb
```