alistair23-linux/tools/virtio/linux
Sekhar Nori 0a12ae4024 tools/virtio: fix build breakage
Previous commit ("virtio: add context flag to find vqs")
added a new 'context' flag to vring_new_virtqueue(), but the
corresponding API in tools/virtio/ is not updated causing
build errors due to conflicting declarations.

Bring code in tools/virtio in sync with that in kernel.

I have used 'false' for the value of the new boolean 'context'
flag as that seems to be the best way to preserve existing
behavior.

Tested with:

$ make -C tools/virtio clean all ARCH=x86

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2017-05-02 23:41:43 +03:00
..
bug.h
compiler.h tools/virtio: fix READ_ONCE() 2016-12-16 00:13:36 +02:00
device.h
dma-mapping.h tools/virtio: add dma stubs 2016-08-15 05:05:51 +03:00
err.h
export.h tools/virtio: fix build after 4.2 changes 2015-09-09 22:03:30 +03:00
hrtimer.h
irqreturn.h
kernel.h tools/virtio: add dma stubs 2016-08-15 05:05:51 +03:00
kmemleak.h
module.h
printk.h
ratelimit.h
scatterlist.h
slab.h tools/virtio: add dma stubs 2016-08-15 05:05:51 +03:00
uaccess.h tools/virtio: use {READ,WRITE}_ONCE() in uaccess.h 2016-12-16 00:13:37 +02:00
uio.h
virtio.h tools/virtio: fix build breakage 2017-05-02 23:41:43 +03:00
virtio_byteorder.h tools/virtio: more stubs 2014-12-15 23:49:19 +02:00
virtio_config.h tools/virtio: add dma stubs 2016-08-15 05:05:51 +03:00
virtio_ring.h
vringh.h