From: Michael S. Tsirkin Date: Thu, 27 Nov 2014 11:54:28 +0000 (+0200) Subject: virtio_ccw: add support for 64 bit features. X-Git-Tag: omap-for-v3.19/fixes-rc1~129^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=732c56e9845a5594a686eb4635397e91593dd4e1;p=pandora-kernel.git virtio_ccw: add support for 64 bit features. Negotiate full 64 bit features. Change u32 to u64, make sure to use 1ULL everywhere. Note: devices guarantee that VERSION_1 is clear unless revision 1 is negotiated. Note: We don't need to re-setup the ccw, but we do it for clarity. Based on patches by Rusty, Thomas Huth and Cornelia. Signed-off-by: Rusty Russell Signed-off-by: Cornelia Huck Signed-off-by: Michael S. Tsirkin Reviewed-by: David Hildebrand --- Reading git-diff-tree failed