linux-stable/tools/virtio
Michael S. Tsirkin e16e12be34 virtio: use u32, not bitmap for features
It seemed like a good idea to use bitmap for features
in struct virtio_device, but it's actually a pain,
and seems to become even more painful when we get more
than 32 feature bits.  Just change it to a u32 for now.

Based on patch by Rusty.

Suggested-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
2014-12-09 12:05:23 +02:00
..
asm tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30
linux virtio: use u32, not bitmap for features 2014-12-09 12:05:23 +02:00
uapi/linux tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30
vhost_test vhost test module 2010-12-09 16:00:21 +02:00
virtio-trace tools: Fix pthread flag for Makefile of trace-agent used by virtio-trace 2012-09-28 15:05:13 +09:30
.gitignore virtio tools: add .gitignore 2013-07-15 11:18:31 +09:30
Makefile tools: Unify export.h 2014-05-01 21:18:17 +02:00
virtio_test.c virtio: use u32, not bitmap for features 2014-12-09 12:05:23 +02:00
vringh_test.c virtio: use u32, not bitmap for features 2014-12-09 12:05:23 +02:00