[PATCH 00/10] for review Feb 11 patches on top of virtio@224

From
Michael S. Tsirkin <>
Date
2014-02-11T10:21:00+00:00
ID
Thread
[PATCH 00/10] for review Feb 11 patches on top of virtio@224
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 <> ---  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,
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