1
0
Fork 0
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 tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30
compiler.h tools/virtio: fix READ_ONCE() 2016-12-16 00:13:36 +02:00
device.h tools/virtio: virtio_test tool 2010-12-09 16:00:22 +02:00
dma-mapping.h tools/virtio: add dma stubs 2016-08-15 05:05:51 +03:00
err.h tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30
export.h tools/virtio: fix build after 4.2 changes 2015-09-09 22:03:30 +03:00
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/virtio: add dma stubs 2016-08-15 05:05:51 +03: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: 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 tools/virtio: add vring_test. 2013-03-20 14:06:04 +10:30
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 tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30
vringh.h tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30