From 846540e243f1aaf17a1e4cb2644cc57c175ec8ab Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Wed, 23 May 2018 20:22:00 +0300 Subject: README: supply link to the authoritative source authoritative source is the tagged version. Signed-off-by: Michael S. Tsirkin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4fdc4e..d40f095 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@

Description

-

This repository includes the authoritative source of the VIRTIO (Virtual I/O) Specification document. VIRTIO document describes the specifications of the "virtio" family of devices. These devices are found in virtual environments, yet by design they look like physical devices to the guest within the virtual machine — and this document treats them as such. This similarity allows the guest to use standard drivers and discovery mechanisms.

+

This repository includes the authoritative source of the VIRTIO (Virtual I/O) Specification document. VIRTIO document describes the specifications of the "virtio" family of devices. These devices are found in virtual environments, yet by design they look like physical devices to the guest within the virtual machine — and this document treats them as such. This similarity allows the guest to use standard drivers and discovery mechanisms.

The purpose of virtio and this specification is that virtual environments and guests should have a straightforward, efficient, standard and extensible mechanism for virtual devices, rather than boutique per-environment or per-OS mechanisms.

-- cgit v1.2.3