commit | c624896e488ba2bff5ae497782cfb265c8b00646 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Jul 25 12:06:07 2008 -0500 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Jul 25 12:06:12 2008 +1000 |
tree | 714145903ff8c889e9544e8366b2ee2a62234c0c | |
parent | dd7c7bc46211785a1aa7d70feb15830f62682b3c [diff] |
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: Rusty Russell <rusty@rustcorp.com.au>