cloud-hypervisor/vm-virtio
Sebastien Boeuf d180deb679 vm-virtio: pci: Fix PCI capability length
The length of the PCI capability as it is being calculated by the guest
was not accurate since it was not including the implicit 2 bytes offset.

The reason for this offset is that the structure itself does not contain
the capability ID (1 byte) and the next capability pointer (1 byte), but
the structure exposed through PCI config space does include those bytes.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-08-13 13:57:53 +02:00
..
src vm-virtio: pci: Fix PCI capability length 2019-08-13 13:57:53 +02:00
Cargo.toml build: Bulk update dependencies 2019-08-02 15:22:37 +02:00