- 19 May, 2017 1 commit
-
-
Cornelia Huck authored
Update against Linux v4.12-rc1. Also include the new vfio_ccw.h header. Signed-off-by:
Cornelia Huck <cornelia.huck@de.ibm.com>
-
- 28 Feb, 2017 2 commits
-
-
Paolo Bonzini authored
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>
-
Dr. David Alan Gilbert authored
Just the userfaultfd.h update from Paolo's header update run; * Drop this patch after Paolo's update goes in * Signed-off-by:
Dr. David Alan Gilbert <dgilbert@redhat.com> Message-Id: <20170224182844.32452-14-dgilbert@redhat.com> Signed-off-by:
Dr. David Alan Gilbert <dgilbert@redhat.com>
-
- 18 Jan, 2017 1 commit
-
-
Michael S. Tsirkin authored
Upstream does not have it, uses VIRTIO_F_IOMMU_PLATFORM to signal support instead. Signed-off-by:
Michael S. Tsirkin <mst@redhat.com>
-
- 22 Dec, 2016 1 commit
-
-
Marcelo Tosatti authored
Import KVM_CLOCK_TSC_STABLE. Signed-off-by:
Marcelo Tosatti <mtosatti@redhat.com> Message-Id: <20161210172324.402794293@redhat.com> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
-
- 13 Oct, 2016 1 commit
-
-
Cornelia Huck authored
Update headers against 4.8-rc2. Signed-off-by:
Cornelia Huck <cornelia.huck@de.ibm.com>
-
- 05 Sep, 2016 1 commit
-
-
Cornelia Huck authored
Update headers against 4.8-rc2. Signed-off-by:
Cornelia Huck <cornelia.huck@de.ibm.com>
-
- 14 Jun, 2016 1 commit
-
-
Cornelia Huck authored
Update to 4.7-rc2. Signed-off-by:
Cornelia Huck <cornelia.huck@de.ibm.com>
-
- 05 Apr, 2016 1 commit
-
-
Paolo Bonzini authored
Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
-
- 01 Mar, 2016 1 commit
-
-
Cornelia Huck authored
Update against commit efef127c, but keep userfaultd.h. Signed-off-by:
Cornelia Huck <cornelia.huck@de.ibm.com>
-
- 17 Dec, 2015 1 commit
-
-
Paolo Bonzini authored
Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
-
- 12 Nov, 2015 1 commit
-
-
Yuanhan Liu authored
This patch basically reverts commit d1f8b30e. It turned out that it breaks stuff, so revert it: http://lists.nongnu.org/archive/html/qemu-devel/2015-10/msg00949.html CC: "Michael S. Tsirkin" <mst@redhat.com> Reported-by:
Paolo Bonzini <pbonzini@redhat.com> Signed-off-by:
Yuanhan Liu <yuanhan.liu@linux.intel.com> Reviewed-by:
Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Michael S. Tsirkin <mst@redhat.com>
-
- 10 Nov, 2015 1 commit
-
-
Dr. David Alan Gilbert authored
Postcopy uses the userfaultfd.h feature in the Linux kernel; include the header. (In early versions of the patch series we had this, and then we dropped this by only including it if the kernel headers defined the syscall number; however 1842bdfd added the syscall definition to our headers, which means we can't tell if the kernel has it or not) Signed-off-by:
Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by:
Juan Quintela <quintela@redhat.com> Signed-off-by:
Juan Quintela <quintela@redhat.com>
-
- 22 Oct, 2015 1 commit
-
-
Marc-André Lureau authored
New syscalls are not yet widely distributed. Add them to qemu linux-headers include directory. Update based on v4.3-rc3 kernel headers. Exclude mips for now, which is more problematic due to extra header inclusion and probably unnecessary here. Signed-off-by:
Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by:
Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Michael S. Tsirkin <mst@redhat.com> Tested-by:
Thibaut Collet <thibaut.collet@6wind.com>
-
- 12 Oct, 2015 1 commit
-
-
Paolo Bonzini authored
linux-headers/linux/vhost.h is currently out of sync with Linux. Do not touch it in this update. Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
-
- 24 Sep, 2015 1 commit
-
-
Yuanhan Liu authored
Quote from Michael: We really should rename VHOST_RESET_OWNER to VHOST_RESET_DEVICE. Suggested-by:
Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Yuanhan Liu <yuanhan.liu@linux.intel.com> Reviewed-by:
Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Yuanhan Liu <yuanhan.liu@linux.intel.com> Reviewed-by:
Marcel Apfelbaum <marcel@redhat.com> Tested-by:
Marcel Apfelbaum <marcel@redhat.com>
-
- 16 Sep, 2015 2 commits
-
-
Paolo Bonzini authored
The Hyper-V definitions are an industry standard and can be used from code that is not KVM-specific. Reviewed-by:
Michael S. Tsirkin <mst@redhat.com> Reviewed-by:
Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
-
Paolo Bonzini authored
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>
-
- 06 Jul, 2015 1 commit
-
-
Alexey Kardashevskiy authored
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>
-
- 17 Jun, 2015 1 commit
-
-
Greg Kurz authored
This patch brings the cross-endian vhost API to QEMU. Signed-off-by:
Greg Kurz <gkurz@linux.vnet.ibm.com> Reviewed-by:
Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Michael S. Tsirkin <mst@redhat.com>
-
- 10 Jun, 2015 1 commit
-
-
Michael S. Tsirkin authored
Easier than duplicating code. Signed-off-by:
Michael S. Tsirkin <mst@redhat.com> Reviewed-by:
Michael S. Tsirkin <mst@redhat.com>
-
- 05 Jun, 2015 1 commit
-
-
Paolo Bonzini authored
This is kvm.git commit 05ff30bb56c6b3d3000519d6e02ed35678ddae3b. Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
-
- 30 Apr, 2015 1 commit
-
-
Cornelia Huck authored
This updates linux-headers against master 4.1-rc1 (commit b787f68c36d49bb1d9236f403813641efa74a031). Signed-off-by:
Cornelia Huck <cornelia.huck@de.ibm.com>
-
- 10 Mar, 2015 1 commit
-
-
Christian Borntraeger authored
synchronize linux headers up to commit 9eccca0843205f87c ("Linux 4.0-rc3") Signed-off-by:
Christian Borntraeger <borntraeger@de.ibm.com>
-
- 02 Mar, 2015 1 commit
-
-
Alex Williamson authored
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>
-
- 26 Feb, 2015 1 commit
-
-
Michael S. Tsirkin authored
Drop duplicated code. Signed-off-by:
Michael S. Tsirkin <mst@redhat.com>
-
- 18 Nov, 2014 1 commit
-
-
Ard Biesheuvel authored
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>
-
- 10 Oct, 2014 1 commit
-
-
Jens Freimann authored
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>
-
- 22 Sep, 2014 1 commit
-
-
Fam Zheng authored
This header has no further dependencies. It only has some stable data types and primitive functions, so we can copy it to include/hw/virtio in order to allow vring code (and its user virtio-blk dataplane) to be built unconditionally, even for cross compiling. Suggested-by:
Paolo Bonzini <pbonzini@redhat.com> Signed-off-by:
Fam Zheng <famz@redhat.com> Reviewed-by:
Paolo Bonzini <pbonzini@redhat.com> Message-id: 1410329871-28885-2-git-send-email-famz@redhat.com Signed-off-by:
Stefan Hajnoczi <stefanha@redhat.com>
-
- 16 Jun, 2014 1 commit
-
-
Alexander Graf authored
This updates the kvm headers to commit 820b3fcd in kvm/next. Signed-off-by:
Alexander Graf <agraf@suse.de>
-
- 20 May, 2014 1 commit
-
-
Jens Freimann authored
Sync linux-headers with kvm/next (87c00572ba05aa8c9db118da75c608f47eb10b9e) Signed-off-by:
Jens Freimann <jfrei@linux.vnet.ibm.com> Signed-off-by:
Cornelia Huck <cornelia.huck@de.ibm.com>
-
- 25 Apr, 2014 1 commit
-
-
Cornelia Huck authored
linux-headers update against v3.15-rc2 (a798c10f) Signed-off-by:
Cornelia Huck <cornelia.huck@de.ibm.com>
-
- 27 Feb, 2014 1 commit
-
-
Christian Borntraeger authored
This updates the kvm headers to commit d3714010c307d26df251c45be9cd12ab6d41f0c4 KVM: x86: emulator_cmpxchg_emulated should mark_page_dirty in kvm/next. Signed-off-by:
Christian Borntraeger <borntraeger@de.ibm.com>
-
- 26 Feb, 2014 1 commit
-
-
Christoffer Dall authored
Update to tag v3.14-rc3 (6d0abeca3242a88cab8232e4acd7e2bf088f3bc2) Signed-off-by:
Christoffer Dall <christoffer.dall@linaro.org> Message-id: 1392687720-26806-2-git-send-email-christoffer.dall@linaro.org Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
-
- 03 Feb, 2014 1 commit
-
-
Vadim Rozenfeld authored
http://msdn.microsoft.com/en-us/library/windows/hardware/ff541625%28v=vs.85%29.aspx This code is generic for activating reference time counter or virtual reference time stamp counter Signed-off-by:
Vadim Rozenfeld <vrozenfe@redhat.com> Reviewed-by:
Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
-
- 06 Dec, 2013 1 commit
-
-
Alex Williamson authored
Update to tag v3.13-rc3 (374b105797c3d4f29c685f3be535c35f5689b30e) Signed-off-by:
Alex Williamson <alex.williamson@redhat.com>
-
- 20 Sep, 2013 2 commits
-
-
Andrew Jones authored
Signed-off-by:
Andrew Jones <drjones@redhat.com> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
-
Alexey Kardashevskiy authored
Signed-off-by:
Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
-
- 01 Sep, 2013 1 commit
-
-
Stefan Weil authored
Most typos were found using a modified version of codespell: accross -> across issueing -> issuing TICNT_THRESHHOLD -> TICNT_THRESHOLD bandwith -> bandwidth VCARD_7816_PROPIETARY -> VCARD_7816_PROPRIETARY occured -> occurred gaurantee -> guarantee sofware -> software Signed-off-by:
Stefan Weil <sw@weilnetz.de> Signed-off-by:
Michael Tokarev <mjt@tls.msk.ru>
-
- 12 Jun, 2013 1 commit
-
-
Alexey Kardashevskiy authored
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>
-