OASIS Open Mailing List Archives  ·  All Lists  ·  virtio  ·  2014-02

virtio — archive

[Date Prev]  |  [Thread Prev]  |  [Thread Next]  |  [Date Next]   —  [Date Index]  |  [Thread Index]  |  [Month Index]  |  [List Home]

[PATCH 1/4] PCI: consistent device/PCI configuration space


I didn't really give any thought to PCI-X so let's not promise what we are not sure what we can deliver. Fix up soe cross-references. --- content.tex 6 +++--- introduction.tex 6 + ----- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/content.tex b/content.tex index 199fb1e..a786832 100644 --- a/content.tex +++ b/content.tex @@ -798,11 +798,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 fbe69f6..e5c9e7f 100644 --- a/introduction.tex +++ b/introduction.tex @@ -50,11 +50,7 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "S Conventional PCI Specifications, ewlineurl{ http://www.pcisig.com/specifications/conventional/} , PCI-SIG\ - phantomsectionlabel{intro:PCI-X} extbf{[PCI-X]} & - PCI-X Specifications, - ewlineurl{ http://www.pcisig.com/specifications/pcix_20/} , - PCI-SIG\ - phantomsectionlabel{intro:PCI-X} extbf{[PCIe]} & + phantomsectionlabel{intro:PCIe} extbf{[PCIe]} & PCI Express Specifications ewlineurl{ http://www.pcisig.com/specifications/pciexpress/} , PCI-SIG\ -- MST

[Date Prev]  |  [Thread Prev]  |  [Thread Next]  |  [Date Next]   —  [Date Index]  |  [Thread Index]  |  [Month Index]  |  [List Home]