From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZfNu-0000sK-5B for qemu-devel@nongnu.org; Wed, 09 Sep 2015 09:25:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZfNr-0007qJ-0M for qemu-devel@nongnu.org; Wed, 09 Sep 2015 09:25:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50236) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZfNq-0007qB-Rt for qemu-devel@nongnu.org; Wed, 09 Sep 2015 09:25:54 -0400 From: Paolo Bonzini Date: Wed, 9 Sep 2015 15:25:50 +0200 Message-Id: <1441805152-18988-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] update-linux-headers changes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: den@openvz.org Patch 1 updates the Linux headers, which required an unexpected change to hw/pci/pcie_aer.c. Patch 2 modifies the update-linux-headers script so that asm-x86/hyperv.h can be moved to standard-headers. This is required by the Hyper-V crash MSR patches, which use a Hyper-V define in cpu.h. Paolo Bonzini (2): update Linux headers to 4.2 target-i386: move asm-x86/hyperv.h to standard-headers hw/pci/pcie_aer.c | 4 +- .../standard-headers}/asm-x86/hyperv.h | 12 +- include/standard-headers/linux/pci_regs.h | 381 +++++++++++++++------ include/standard-headers/linux/virtio_ring.h | 3 +- linux-headers/asm-x86/hyperv.h | 251 +------------- linux-headers/asm-x86/kvm.h | 4 +- linux-headers/linux/kvm.h | 1 - scripts/update-linux-headers.sh | 78 +++-- target-i386/kvm.c | 2 +- 9 files changed, 342 insertions(+), 394 deletions(-) copy {linux-headers => include/standard-headers}/asm-x86/hyperv.h (97%) -- 2.4.3