cloud-hypervisor/vm-virtio
Sebastien Boeuf db42caef42 vm-virtio: Handle special virtio-pci capability CAP_PCI_CFG
The virtio capability VIRTIO_PCI_CAP_PCI_CFG is exposed through the
device's PCI config space the same way other virtio-pci capabilities
are exposed.

The main and important difference is that this specific capability is
designed as a way for the guest to access virtio capabilities without
mapping the PCI BAR. This is very rarely used, but it can be useful when
it is too early for the guest to be able to map the BARs.

One thing to note, this special feature MUST be implemented, based on
the virtio specification.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-01-30 09:25:52 +01:00
..
src vm-virtio: Handle special virtio-pci capability CAP_PCI_CFG 2020-01-30 09:25:52 +01:00
Cargo.toml vm-virtio: Cleanup from kvm_iotcls and kvm_bindings dependencies 2020-01-17 23:43:45 +01:00