mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
0a12ae4024
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> |
||
---|---|---|
.. | ||
bug.h | ||
compiler.h | ||
device.h | ||
dma-mapping.h | ||
err.h | ||
export.h | ||
hrtimer.h | ||
irqreturn.h | ||
kernel.h | ||
kmemleak.h | ||
module.h | ||
printk.h | ||
ratelimit.h | ||
scatterlist.h | ||
slab.h | ||
uaccess.h | ||
uio.h | ||
virtio.h | ||
virtio_byteorder.h | ||
virtio_config.h | ||
virtio_ring.h | ||
vringh.h |