]> git.baikalelectronics.ru Git - kernel.git/commit
virtio: Rename set_features to finalize_features
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 25 Jul 2008 17:06:07 +0000 (12:06 -0500)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 25 Jul 2008 02:06:12 +0000 (12:06 +1000)
commit358bffc40b2a29a6a6c4cb0ca0086596a38a5c5a
tree714145903ff8c889e9544e8366b2ee2a62234c0c
parent6673b95b36311ca76050a33829ecaac9ecb25147
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>
drivers/lguest/lguest_device.c
drivers/s390/kvm/kvm_virtio.c
drivers/virtio/virtio.c
drivers/virtio/virtio_pci.c
include/linux/virtio_config.h