[virtio-dev] [PATCH 1/1] Allow "Vendor Specific" extension to virtio PCI capabilities.

2018-05-17 Thread Venu Busireddy
Add VIRTIO_PCI_CAP_VENDOR_EXT_CFG to the virtio PCI capabilities to allow vendors to define vendor specific extension. Signed-off-by: Venu Busireddy --- content.tex | 43 +++ 1 file changed, 43 insertions(+) diff --git a/content.tex b/content.tex index 7a

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

2018-05-17 Thread Venu Busireddy
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 provi

[virtio-dev] [PATCH] content: reserve device ID for virtio-pmem devices

2018-05-17 Thread Pankaj Gupta
We need a device ID for virtio-pmem devices. As 24 is already requested by virtio-mem, so requesting next available(25) Signed-off-by: Pankaj Gupta --- content.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content.tex b/content.tex index 7a92cb1..ef75dc5 100644 --- a/content.tex +++