Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools/virtio: 64 bit features

Missed one place where vringh_test used
long to pass features. Fix it up to u64.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

+1 -1
+1 -1
tools/virtio/vringh_test.c
··· 132 132 return 1; 133 133 } 134 134 135 - static int parallel_test(unsigned long features, 135 + static int parallel_test(u64 features, 136 136 bool (*getrange)(struct vringh *vrh, 137 137 u64 addr, struct vringh_range *r), 138 138 bool fast_vringh)