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

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-dev message

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


Subject: [PATCH 0/1] Allow "Vendor Specific" extension to virtio PCI capabilities.


Section 4.1.4 of the virtio specification, while describing the values
for cfg_type field of "virtio PCI capabilities" says, "Any other
value is reserved for future use."  Currently, values 1 through 5 are
defined. Every other value is reserved.

It would be useful if the virtio specification provides a virtio PCI
capability that is reserved for any vendor specific extension, thus
allowing the vendors to define any vendor specific extension to virtio
PCI capabilities.

That will be similar to what the PCI specification has done. While
reserving all Capability IDs from 12h through 0FFh, it also provides a
"Vendor Specific" capability ID (0x09), to allow the device vendors to
use the capability mechanism for vendor specific information.

There are alternative ways to achieve the same objective, but the
implementation is much cleaner with a new virtio PCI capability.


Venu Busireddy (1):
  Allow "Vendor Specific" extension to virtio PCI capabilities.

 content.tex | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)



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