diff options
author | Alexey Perevalov | 2017-09-22 14:59:47 +0200 |
---|---|---|
committer | Paolo Bonzini | 2017-09-29 10:58:31 +0200 |
commit | d4083f50e021f52addd02c9f83465937f8486556 (patch) | |
tree | 8e1cb3e89dbd3d13b90c3c0c8d28b7e7faad239d /include/standard-headers/linux/virtio_ring.h | |
parent | iothread: Make iothread_stop() idempotent (diff) | |
download | qemu-d4083f50e021f52addd02c9f83465937f8486556.tar.gz qemu-d4083f50e021f52addd02c9f83465937f8486556.tar.xz qemu-d4083f50e021f52addd02c9f83465937f8486556.zip |
linux-headers: sync against v4.14-rc1
Signed-off-by: Alexey Perevalov <a.perevalov@samsung.com>
Message-Id: <1506085187-24259-2-git-send-email-a.perevalov@samsung.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/standard-headers/linux/virtio_ring.h')
-rw-r--r-- | include/standard-headers/linux/virtio_ring.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/standard-headers/linux/virtio_ring.h b/include/standard-headers/linux/virtio_ring.h index 023c6db041..f1dc05df25 100644 --- a/include/standard-headers/linux/virtio_ring.h +++ b/include/standard-headers/linux/virtio_ring.h @@ -1,7 +1,7 @@ #ifndef _LINUX_VIRTIO_RING_H #define _LINUX_VIRTIO_RING_H -/* An interface for efficient virtio implementation, currently for use by KVM - * and lguest, but hopefully others soon. Do NOT change this since it will +/* An interface for efficient virtio implementation, currently for use by KVM, + * but hopefully others soon. Do NOT change this since it will * break existing servers and clients. * * This header is BSD licensed so anyone can use the definitions to implement |