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
virtio-msg: tighten initialization and feature negotiation flow
Keep GET_DEVICE_INFO as the only early-discovery transport message,
separate transport feature bits from per-device feature negotiation,
and align the rest of initialization with the core virtio reset,
status, feature negotiation, FEATURES_OK, and DRIVER_OK flow.
Also require GET_DEVICE_INFO to cover all offered feature bits and to
bound max_virtqueues, and define SET_DRIVER_FEATURES as addressed-block
updates that may be accumulated across multiple requests before
FEATURES_OK.
Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
0 commit comments