[Qemu-devel] [PATCH 0/2] update Linux headers to 4.11

Paolo Bonzini posted 2 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170221122920.16245-1-pbonzini@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
include/standard-headers/linux/input-event-codes.h |   2 +-
include/standard-headers/linux/pci_regs.h          |   8 +
include/standard-headers/linux/virtio_ids.h        |   1 +
linux-headers/asm-arm/kvm.h                        |  15 +
linux-headers/asm-arm/unistd-common.h              | 357 ++++++++++++++++++
linux-headers/asm-arm/unistd-eabi.h                |   5 +
linux-headers/asm-arm/unistd-oabi.h                |  17 +
linux-headers/asm-arm/unistd.h                     | 419 +--------------------
linux-headers/asm-arm64/kvm.h                      |  13 +
linux-headers/asm-powerpc/kvm.h                    |  27 ++
linux-headers/asm-powerpc/unistd.h                 |   1 +
linux-headers/asm-x86/kvm_para.h                   |  13 +-
linux-headers/linux/kvm.h                          |  24 +-
linux-headers/linux/kvm_para.h                     |   2 +
linux-headers/linux/vfio.h                         |  10 +
scripts/update-linux-headers.sh                    |  13 +-
16 files changed, 506 insertions(+), 421 deletions(-)
create mode 100644 linux-headers/asm-arm/unistd-common.h
create mode 100644 linux-headers/asm-arm/unistd-eabi.h
create mode 100644 linux-headers/asm-arm/unistd-oabi.h
[Qemu-devel] [PATCH 0/2] update Linux headers to 4.11
Posted by Paolo Bonzini 7 years, 1 month ago
Pretty large update, requiring a few changes to the script too
(patch 1).

Paolo Bonzini (2):
  update Linux headers to 4.11
  update-linux-headers: update for 4.11

 include/standard-headers/linux/input-event-codes.h |   2 +-
 include/standard-headers/linux/pci_regs.h          |   8 +
 include/standard-headers/linux/virtio_ids.h        |   1 +
 linux-headers/asm-arm/kvm.h                        |  15 +
 linux-headers/asm-arm/unistd-common.h              | 357 ++++++++++++++++++
 linux-headers/asm-arm/unistd-eabi.h                |   5 +
 linux-headers/asm-arm/unistd-oabi.h                |  17 +
 linux-headers/asm-arm/unistd.h                     | 419 +--------------------
 linux-headers/asm-arm64/kvm.h                      |  13 +
 linux-headers/asm-powerpc/kvm.h                    |  27 ++
 linux-headers/asm-powerpc/unistd.h                 |   1 +
 linux-headers/asm-x86/kvm_para.h                   |  13 +-
 linux-headers/linux/kvm.h                          |  24 +-
 linux-headers/linux/kvm_para.h                     |   2 +
 linux-headers/linux/vfio.h                         |  10 +
 scripts/update-linux-headers.sh                    |  13 +-
 16 files changed, 506 insertions(+), 421 deletions(-)
 create mode 100644 linux-headers/asm-arm/unistd-common.h
 create mode 100644 linux-headers/asm-arm/unistd-eabi.h
 create mode 100644 linux-headers/asm-arm/unistd-oabi.h

-- 
2.9.3