Virtio: Difference between revisions
From KVM
No edit summary |
(Remove outdated information) |
||
(7 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
=Virtio= | |||
== Paravirtualized drivers for kvm/Linux == | |||
* Virtio was chosen to be the main platform for IO virtualization in KVM | |||
* The idea behind it is to have a common framework for hypervisors for IO virtualization | |||
* The specification can be found here: https://docs.oasis-open.org/virtio/virtio/v1.2/virtio-v1.2.html | |||
__NOTOC__ |
Latest revision as of 09:38, 15 December 2022
Virtio
Paravirtualized drivers for kvm/Linux
- Virtio was chosen to be the main platform for IO virtualization in KVM
- The idea behind it is to have a common framework for hypervisors for IO virtualization
- The specification can be found here: https://docs.oasis-open.org/virtio/virtio/v1.2/virtio-v1.2.html