summary refs log tree commit diff stats
path: root/include/standard-headers/linux/virtio_ring.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update linux headers to v6.0-rc4Chenyi Qiang2022-09-261-5/+11
| | | | | | | | | commit 7e18e42e4b280c85b76967a9106a13ca61c16179 Signed-off-by: Chenyi Qiang <chenyi.qiang@intel.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Message-Id: <20220915091035.3897-3-chenyi.qiang@intel.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
* Linux headers: updateCornelia Huck2020-06-181-10/+38
| | | | | | Update against Linux 5.8-rc1. Signed-off-by: Cornelia Huck <cohuck@redhat.com>
* linux-headers: UpdateGreg Kurz2019-12-171-1/+1
| | | | | | | | | Update to mainline commit be2eca94d144 ("Merge tag 'for-linus-5.5-1'` of git://github.com/cminyard/linux-ipmi") Signed-off-by: Greg Kurz <groug@kaod.org> Message-Id: <157478677756.67101.11558821804418331832.stgit@bahia.tlslab.ibm.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
* linux headers: update against Linux 5.2-rc1Cornelia Huck2019-05-211-10/+0
| | | | | | commit a188339ca5a396acc588e5851ed7e19f66b0ebd9 Signed-off-by: Cornelia Huck <cohuck@redhat.com>
* include: update Linux headers to 4.21-rc1/5.0-rc1Paolo Bonzini2019-02-041-0/+52
| | | | | | | | | | This is simply running the newly-updated script on Linux, in order to obtain the new header files and all the other updates from the recent Linux merge window. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* update Linux headers to 4.16-rc5Paolo Bonzini2018-03-131-1/+1
| | | | | | | Note that VIRTIO_GPU_CAPSET_VIRGL2 was added manually so it has to be added manually after re-running scripts/update-linux-headers.sh. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* linux-headers: sync against v4.14-rc1Alexey Perevalov2017-09-291-2/+2
| | | | | | 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>
* update Linux headers to 4.3-rc1Paolo Bonzini2015-09-161-1/+2
| | | | | | | The update to 4.2 was reviewed by Michael S. Tsirkin and Cornelia Huck. The further update to 4.3-rc1 only touches KVM files. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* update Linux headers from kvm/nextPaolo Bonzini2015-06-051-1/+1
| | | | | | This is kvm.git commit 05ff30bb56c6b3d3000519d6e02ed35678ddae3b. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* virtio_ring.h: s/__inline__/inline/Michael S. Tsirkin2015-02-261-3/+3
| | | | | | | | | Thomas Huth noticed that some linux headers use __inline__, change to inline to be consistent with the rest of QEMU. Reported-by: Thomas Huth <thuth@linux.vnet.ibm.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* include: import virtio headers from linux 4.0Michael S. Tsirkin2015-02-261-0/+171
Add files imported from linux-next (what will become linux 4.0) using scripts/update-linux-headers.sh Signed-off-by: Michael S. Tsirkin <mst@redhat.com>