linux_dsm_epyc7002/tools/virtio/linux
Michael S. Tsirkin d025477368 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 <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: David Hildenbrand <dahi@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
2014-12-09 12:05:24 +02:00
..
bug.h tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30
device.h tools/virtio: virtio_test tool 2010-12-09 16:00:22 +02:00
err.h tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30
hrtimer.h tools/virtio: add linux/hrtimer.h stub 2012-02-28 09:13:14 +02:00
irqreturn.h tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30
kernel.h tools: Consolidate types.h 2014-05-01 21:22:39 +02:00
kmemleak.h tools/virtio: fix missing kmemleak_ignore symbol 2014-03-13 11:23:25 +10:30
module.h tools/virtio: move module license stub to module.h 2013-07-09 10:47:53 +09:30
printk.h tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30
ratelimit.h tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30
scatterlist.h virtio_ring: virtqueue_add_sgs, to add multiple sgs. 2013-03-20 15:43:29 +10:30
slab.h tools/virtio: virtio_test tool 2010-12-09 16:00:22 +02:00
uaccess.h tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30
uio.h tools/virtio: add vring_test. 2013-03-20 14:06:04 +10:30
virtio_config.h virtio: use u32, not bitmap for features 2014-12-09 12:05:23 +02:00
virtio_ring.h tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30
virtio.h virtio: add support for 64 bit features. 2014-12-09 12:05:24 +02:00
vringh.h tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30