From af89066fe41159d4c1db8dfc27bc60358b9f7146 Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Wed, 12 Feb 2014 11:21:38 +0000 Subject: introduction: address lnovich comments generally list of buses is out of date, list all supported buses. Drop explicit mention of lguest since it's not part of the spec. Signed-off-by: Michael S. Tsirkin git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@246 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- introduction.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/introduction.tex b/introduction.tex index a1b4239..ba57419 100644 --- a/introduction.tex +++ b/introduction.tex @@ -20,12 +20,12 @@ inter-guest communication) requires copying. Standard: Virtio makes no assumptions about the environment in which it operates, beyond supporting the bus to which device is attached. In this specification, virtio - devices are implemented over PCI and other buses, and earlier drafts + devices are implemented over MMIO, Channel I/O and PCI bus transports +\footnote{The Linux implementation further separates the virtio +transport code from the specific virtio drivers: these drivers are shared +between different transports. +}, earlier drafts have been implemented on other buses not included here. -\footnote{The Linux implementation further separates the PCI virtio code -from the specific virtio drivers: these drivers are shared with -the non-PCI implementations (currently lguest and S/390). -} Extensible: Virtio devices contain feature bits which are acknowledged by the guest operating system during device setup. -- cgit v1.2.3