From 1888600439af2d1a1333f6dbae677e8d089a032f Mon Sep 17 00:00:00 2001 From: lukas Date: Wed, 12 Jan 2022 14:33:21 +0000 Subject: [PATCH] docs: update virt/virtio --- virt/virtio.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/virt/virtio.md b/virt/virtio.md index 7838862..a2245ad 100644 --- a/virt/virtio.md +++ b/virt/virtio.md @@ -2,7 +2,7 @@ title: On paravirtualized hardware description: published: true -date: 2022-01-12T14:24:21.199Z +date: 2022-01-12T14:33:18.910Z tags: editor: markdown dateCreated: 2022-01-12T14:22:51.514Z @@ -14,6 +14,11 @@ dateCreated: 2022-01-12T14:22:51.514Z In this section, the focus is oriented towards Virtual I/O Devices (VIRTIO), also known as the `virtio` family of devices. + + ## Ressources -* Version 1.1 of the specification for [Virtual I/O Devices](https://docs.oasis-open.org/virtio/virtio/v1.1/csprd01/virtio-v1.1-csprd01.html) \ No newline at end of file +* Specifications + * [Version 1.0](https://docs.oasis-open.org/virtio/virtio/v1.0/virtio-v1.0.html) of the specification for Virtual I/O Devices + * [Version 1.1](https://docs.oasis-open.org/virtio/virtio/v1.1/csprd01/virtio-v1.1-csprd01.html) of the specification for Virtual I/O Devices +* OASIS Virtual I/O Device (VIRTIO) [Technical Comitee Page](https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=virtio)