From: Michael S. Tsirkin Date: Thu, 27 Nov 2014 11:45:58 +0000 (+0200) Subject: virtio: assert 32 bit features in transports X-Git-Tag: omap-for-v3.19/fixes-rc1~129^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d389f82078cf7197152fb10d21977da0883420;p=pandora-kernel.git virtio: assert 32 bit features in transports At this point, no transports set any of the high 32 feature bits. Since transports generally can't (yet) cope with such bits, add BUG_ON checks to make sure they are not set by mistake. Based on rproc patch by Rusty. Signed-off-by: Rusty Russell Signed-off-by: Michael S. Tsirkin Reviewed-by: David Hildenbrand Reviewed-by: Cornelia Huck --- Reading git-diff-tree failed