diff options
author | Paolo Abeni <pabeni@redhat.com> | 2025-07-08 17:54:52 +0200 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2025-07-08 18:05:07 +0200 |
commit | 69b9461512246599ed80cf13358e7e6aff7285f9 (patch) | |
tree | 92c52fe8869e86c6387b525cfce0fc4c2b2527e2 /scripts/lib/kdoc/kdoc_re.py | |
parent | e7d4c1c5a54648fd5b787a4a0f81521ec7260bcd (diff) |
virtio_pci_modern: allow configuring extended features
The virtio specifications allows for up to 128 bits for the
device features. Soon we are going to use some of the 'extended'
bits features (above 64) for the virtio_net driver.
Extend the virtio pci modern driver to support configuring the full
virtio features range, replacing the unrolled loops reading and
writing the features space with explicit one bounded to the actual
features space size in word and implementing the get_extended_features
callback.
Note that in vp_finalize_features() we only need to cache the lower
64 features bits, to process the transport features.
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_re.py')
0 files changed, 0 insertions, 0 deletions