summaryrefslogtreecommitdiffstats
path: root/linux-headers/linux/vfio.h
Commit message (Collapse)AuthorAgeFilesLines
* linux-headers: updateCornelia Huck2017-05-191-0/+18
| | | | | | | | Update against Linux v4.12-rc1. Also include the new vfio_ccw.h header. Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
* update Linux headers to 4.11Paolo Bonzini2017-02-281-0/+10
| | | | | | | | virtio_mmio.h would be deleted; I am leaving it in though it was a mistake to add it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
* update Linux headers to 4.6Paolo Bonzini2016-04-051-2/+90
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* linux-headers: update against kvm/nextCornelia Huck2016-03-011-0/+9
| | | | | | Update against commit efef127c, but keep userfaultd.h. Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
* linux-headers: Update to 4.2-rc1Alexey Kardashevskiy2015-07-061-4/+98
| | | | | | | | | | | This updates linux-headers against master 4.2-rc1 (commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754). This is the result of ./scripts/update-linux-headers.sh work. Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* linux-headers: updateCornelia Huck2015-04-301-0/+2
| | | | | | | This updates linux-headers against master 4.1-rc1 (commit b787f68c36d49bb1d9236f403813641efa74a031). Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
* vfio-pci: Enable device request notification supportAlex Williamson2015-03-021-0/+1
| | | | | | | | | | | | | | Linux v4.0-rc1 vfio-pci introduced a new virtual interrupt to allow the kernel to request a device from the user. When signaled, QEMU will by default attmempt to hot-unplug the device. This is a one- shot attempt with the expectation that the kernel will continue to poll for the device if it is not returned. Returning the device when requested is the expected standard model of cooperative usage, but we also add an option option to disable this feature. Initially this opt-out is set as an experimental option because we really should honor kernel requests for the device. Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
* linux-headers: update to 3.18-rc5Ard Biesheuvel2014-11-181-0/+3
| | | | | | | | | This updates the Linux header to version 3.18-rc5, adding support for (among other things) read-only memslots on ARM and arm64. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Message-id: 1416248898-6302-1-git-send-email-ard.biesheuvel@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
* linux-headers: update to 3.17-rc7Jens Freimann2014-10-101-0/+34
| | | | | | | | Sync headers with 3.17-rc7 Acked-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Jens Freimann <jfrei@linux.vnet.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
* linux-headers updateCornelia Huck2014-04-251-0/+6
| | | | | | linux-headers update against v3.15-rc2 (a798c10f) Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
* linux-headers: update to 3.12-rc1Andrew Jones2013-09-201-0/+38
| | | | | Signed-off-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* linux-headers: update to 3.11Alexey Kardashevskiy2013-09-201-2/+40
| | | | | Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* linux-headers: Update to v3.10-rc5Alexey Kardashevskiy2013-06-121-0/+1
| | | | | | | | | This adds symbols required for PPC64 pseries platform features: 1. sPAPR live migration; 2. in-kernel XICS interrupt controller. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
* linux-headers: Update to v3.9-rc2Alex Williamson2013-04-011-0/+9
| | | | | | Unedited scripts/update-linux-headers.sh run against v3.9-rc2 tag Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
* kvm: Update kernel headersAlexander Graf2013-01-071-3/+3
| | | | | | Corresponding kvm.git hash: 18eb54cf4a Signed-off-by: Alexander Graf <agraf@suse.de>
* linux-headers: Update to 3.7-rc5Alex Williamson2012-11-131-3/+3
| | | | | | update-linux-headers.sh script run against Linux tag v3.7-rc5 Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
* Update Linux kernel headersAlex Williamson2012-10-011-0/+368
Based on Linux as of 1a95620. Signed-off-by: Alex Williamson <alex.williamson@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>