]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commitc624896e488ba2bff5ae497782cfb265c8b00646
tree714145903ff8c889e9544e8366b2ee2a62234c0c
parentdd7c7bc46211785a1aa7d70feb15830f62682b3c
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