You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when we initialize a device, we do not conform to section 6.1
of the VIRTIO spec.
It says:
> 6.1 Driver Requirements: Reserved Feature Bits
> A driver MUST accept VIRTIO_F_VERSION_1 if it is offered.
To fix conformance, check for presence of the VIRTIO_F_VERSION_1 and
accept it if it's offered, always.
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
0 commit comments