diff options
author | hornet <hornet@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-12-12 18:07:21 +0000 |
---|---|---|
committer | hornet <hornet@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-12-12 18:07:21 +0000 |
commit | c091f00359301781ca3104b1a87897022d221418 (patch) | |
tree | f70cdf2130bc7288967d0e552bd750e67f32c403 /introduction.tex | |
parent | 3801029f7ab50559eb0e7cfa4253142c46cd0085 (diff) |
1. Introduction: Removed left-over "PCI"
The "Extensible" paragraph of the introduction still
referred to "Virtio PCI devices". Changed to
"Virtio devices".
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@175 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'introduction.tex')
-rw-r--r-- | introduction.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/introduction.tex b/introduction.tex index 5ac71b2..5d57f78 100644 --- a/introduction.tex +++ b/introduction.tex @@ -26,7 +26,7 @@ from the specific virtio drivers: these drivers are shared with the non-PCI implementations (currently lguest and S/390). } - Extensible: Virtio PCI devices contain feature bits which are + Extensible: Virtio devices contain feature bits which are acknowledged by the guest operating system during device setup. This allows forwards and backwards compatibility: the device offers all the features it knows about, and the driver |