diff options
author | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-02-12 11:21:38 +0000 |
---|---|---|
committer | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-02-12 11:21:38 +0000 |
commit | af89066fe41159d4c1db8dfc27bc60358b9f7146 (patch) | |
tree | 160a471e951f0f205fcd84031127ada411ba6b88 /introduction.tex | |
parent | eeeef4a8400f995ecba9385878d795c4eb1e6d09 (diff) |
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 <mst@redhat.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@246 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'introduction.tex')
-rw-r--r-- | introduction.tex | 10 |
1 files 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. |