mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +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> |
||
---|---|---|
.. | ||
asm | ||
linux | ||
ringtest | ||
uapi/linux | ||
vhost_test | ||
virtio-trace | ||
.gitignore | ||
Makefile | ||
virtio_test.c | ||
vringh_test.c |