From: Michael S. Tsirkin Date: Tue, 7 Oct 2014 14:39:43 +0000 (+0200) Subject: virtio: add support for 64 bit features. X-Git-Tag: omap-for-v3.19/fixes-rc1~129^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d025477368792b272802146a86e41f81a54d8a19;p=pandora-kernel.git virtio: add support for 64 bit features. Change u32 to u64, and use BIT_ULL and 1ULL everywhere. Note: transports are unchanged, and only set low 32 bit. This guarantees that no transport sets e.g. VERSION_1 by mistake without proper support. Based on patch by Rusty. Signed-off-by: Rusty Russell Signed-off-by: Cornelia Huck Signed-off-by: Michael S. Tsirkin Reviewed-by: David Hildenbrand Reviewed-by: Cornelia Huck --- Reading git-diff-tree failed