OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [PATCH 08/10] PCI: drop reference to PCI-X specifications


We didn't really give any thought to PCI-X so let's
not promise what we are not sure what we can deliver.
Also, fix up some cross-references to this section.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 content.tex      | 6 +++---
 introduction.tex | 6 +-----
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/content.tex b/content.tex
index ca69623..9253db1 100644
--- a/content.tex
+++ b/content.tex
@@ -801,11 +801,11 @@ into virtio general and bus-specific sections.
 Virtio devices are commonly implemented as PCI devices.
 
 A Virtio device can be implemented as any kind of PCI device:
-a Conventional PCI device, a PCI-X device or a PCI Express
+a Conventional PCI device or a PCI Express
 device.  A Virtio device using Virtio Over PCI Bus MUST expose to
 guest an interface that meets the specification requirements of
-the appropriate PCI specification: \hyperref[intro:PCI]{[PCI]},
-\hyperref[intro:PCI-X]{[PCI-X]} and \hyperref[intro:PCIe]{[PCIe]}
+the appropriate PCI specification: \hyperref[intro:PCI]{[PCI]}
+and \hyperref[intro:PCIe]{[PCIe]}
 respectively.  To assure designs meet the latest level
 requirements, designers of Virtio Over PCI devices must refer to
 the PCI-SIG home page at \url{http://www.pcisig.com} for any
diff --git a/introduction.tex b/introduction.tex
index e7276bf..ca0264d 100644
--- a/introduction.tex
+++ b/introduction.tex
@@ -47,11 +47,7 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "S
 	Conventional PCI Specifications,
 	\newline\url{http://www.pcisig.com/specifications/conventional/},
 	PCI-SIG\\
-	\phantomsection\label{intro:PCI-X}\textbf{[PCI-X]} &
-	PCI-X Specifications,
-	\newline\url{http://www.pcisig.com/specifications/pcix_20/},
-	PCI-SIG\\
-	\phantomsection\label{intro:PCI-X}\textbf{[PCIe]} &
+	\phantomsection\label{intro:PCIe}\textbf{[PCIe]} &
 	PCI Express Specifications
 	\newline\url{http://www.pcisig.com/specifications/pciexpress/},
 	PCI-SIG\\
-- 
MST



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]