From: Paolo Bonzini <pbonzini@redhat.com>
To: "Michael S. Tsirkin" <mst@redhat.com>,
Peter Maydell <peter.maydell@linaro.org>
Cc: Alex Williamson <alex.williamson@redhat.com>,
qemu-devel@nongnu.org, Stefan Hajnoczi <stefanha@redhat.com>,
patches@linaro.org
Subject: Re: [Qemu-devel] [PATCH 0/6] Update Linux headers to 4.17-rc6
Date: Mon, 28 May 2018 09:38:13 +0200 [thread overview]
Message-ID: <98a40d1d-77b7-561a-1b83-ec4d8972d0cc@redhat.com> (raw)
In-Reply-To: <20180525165802-mutt-send-email-mst@kernel.org>
On 25/05/2018 16:00, Michael S. Tsirkin wrote:
> On Fri, May 25, 2018 at 02:27:49PM +0100, Peter Maydell wrote:
>> This series updates our copy of the Linux kernel headers to 4.17-rc6.
>> To do that we have to fix up some issues:
>> * we had a hand-hacked definition of VIRTIO_GPU_CAPSET_VIRGL2
>> in our old header copy that needs to be moved to a header
>> that isn't auto-updated
>> * we need to turn __aligned_u64 into a portable type
>> * KVM_HINTS_DEDICATED was renamed to KVM_HINTS_REALTIME
>> * the kernel's licensing info is no longer solely in the COPYING file
>>
>> thanks
>> -- PMM
>
> Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Queued, thanks.
Paolo
>
>> Alex Williamson (1):
>> virtio-gpu-3d: Define VIRTIO_GPU_CAPSET_VIRGL2 elsewhere
>>
>> Peter Maydell (5):
>> scripts/update-linux-headers: Handle __aligned_u64
>> scripts/update-linux-headers: Handle kernel license no longer being
>> one file
>> target/i386/kvm.c: Handle renaming of KVM_HINTS_DEDICATED
>> Update Linux headers to 4.17-rc6
>> target/i386/kvm.c: Remove compatibility shim for KVM_HINTS_REALTIME
>>
>> include/hw/virtio/virtio-gpu.h | 6 +
>> include/standard-headers/asm-x86/hyperv.h | 1 -
>> include/standard-headers/asm-x86/kvm_para.h | 2 +-
>> include/standard-headers/linux/ethtool.h | 36 +-
>> include/standard-headers/linux/input.h | 4 +-
>> include/standard-headers/linux/pci_regs.h | 7 +-
>> .../standard-headers/linux/virtio_balloon.h | 15 +
>> include/standard-headers/linux/virtio_gpu.h | 1 -
>> .../standard-headers/rdma/vmw_pvrdma-abi.h | 49 +--
>> linux-headers/asm-arm/kvm.h | 15 +
>> linux-headers/asm-arm64/kvm.h | 6 +
>> linux-headers/asm-x86/hyperv.h | 1 -
>> linux-headers/asm-x86/kvm.h | 19 +-
>> linux-headers/linux/kvm.h | 30 +-
>> linux-headers/linux/vfio.h | 27 ++
>> target/i386/kvm.c | 2 +-
>> linux-headers/COPYING | 358 +-----------------
>> .../LICENSES/exceptions/Linux-syscall-note | 25 ++
>> linux-headers/LICENSES/preferred/BSD-2-Clause | 32 ++
>> linux-headers/LICENSES/preferred/BSD-3-Clause | 36 ++
>> .../{COPYING => LICENSES/preferred/GPL-2.0} | 27 +-
>> scripts/update-linux-headers.sh | 17 +-
>> 22 files changed, 310 insertions(+), 406 deletions(-)
>> delete mode 100644 include/standard-headers/asm-x86/hyperv.h
>> delete mode 100644 linux-headers/asm-x86/hyperv.h
>> create mode 100644 linux-headers/LICENSES/exceptions/Linux-syscall-note
>> create mode 100644 linux-headers/LICENSES/preferred/BSD-2-Clause
>> create mode 100644 linux-headers/LICENSES/preferred/BSD-3-Clause
>> copy linux-headers/{COPYING => LICENSES/preferred/GPL-2.0} (96%)
>>
>> --
>> 2.17.0
>
prev parent reply other threads:[~2018-05-28 7:38 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-25 13:27 [Qemu-devel] [PATCH 0/6] Update Linux headers to 4.17-rc6 Peter Maydell
2018-05-25 13:27 ` [Qemu-devel] [PATCH 1/6] virtio-gpu-3d: Define VIRTIO_GPU_CAPSET_VIRGL2 elsewhere Peter Maydell
2018-05-25 13:27 ` [Qemu-devel] [PATCH 2/6] scripts/update-linux-headers: Handle __aligned_u64 Peter Maydell
2018-05-25 14:55 ` Richard Henderson
2018-05-25 14:59 ` Peter Maydell
2018-05-25 13:27 ` [Qemu-devel] [PATCH 3/6] scripts/update-linux-headers: Handle kernel license no longer being one file Peter Maydell
2018-05-25 14:58 ` Richard Henderson
2018-05-25 13:27 ` [Qemu-devel] [PATCH 4/6] target/i386/kvm.c: Handle renaming of KVM_HINTS_DEDICATED Peter Maydell
2018-05-25 14:17 ` Paolo Bonzini
2018-05-25 13:27 ` [Qemu-devel] [PATCH 5/6] Update Linux headers to 4.17-rc6 Peter Maydell
2018-05-25 13:27 ` [Qemu-devel] [PATCH 6/6] target/i386/kvm.c: Remove compatibility shim for KVM_HINTS_REALTIME Peter Maydell
2018-05-25 13:35 ` [Qemu-devel] [PATCH 0/6] Update Linux headers to 4.17-rc6 no-reply
2018-05-25 14:00 ` Michael S. Tsirkin
2018-05-28 7:38 ` Paolo Bonzini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=98a40d1d-77b7-561a-1b83-ec4d8972d0cc@redhat.com \
--to=pbonzini@redhat.com \
--cc=alex.williamson@redhat.com \
--cc=mst@redhat.com \
--cc=patches@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).