diff options
-rw-r--r-- | abstract.tex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/abstract.tex b/abstract.tex new file mode 100644 index 0000000..b42a0b6 --- /dev/null +++ b/abstract.tex @@ -0,0 +1,10 @@ +This document describes the specifications of the “virtio” family of +devices. These devices are found in virtual environments, yet by +design they are not all that different from physical devices, and this +document treats them as such. This 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. |