Skip to content
Commit c624896e authored by Rusty Russell's avatar Rusty Russell
Browse files

virtio: Rename set_features to finalize_features



Rather than explicitly handing the features to the lower-level, we just
hand the virtio_device and have it set the features.  This make it clear
that it has the chance to manipulate the features of the device at this
point (and that all feature negotiation is already done).

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent dd7c7bc4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment