From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za6wp-0000Rs-UH for qemu-devel@nongnu.org; Thu, 10 Sep 2015 14:51:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za6wl-0002fl-SP for qemu-devel@nongnu.org; Thu, 10 Sep 2015 14:51:51 -0400 Received: from mx2.parallels.com ([199.115.105.18]:38402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za6wl-0002bL-Lw for qemu-devel@nongnu.org; Thu, 10 Sep 2015 14:51:47 -0400 References: <1441816441-7730-1-git-send-email-pbonzini@redhat.com> From: "Denis V. Lunev" Message-ID: <55F1D134.70806@openvz.org> Date: Thu, 10 Sep 2015 21:51:32 +0300 MIME-Version: 1.0 In-Reply-To: <1441816441-7730-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/2] update-linux-headers changes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: cornelia.huck@de.ibm.com, mst@redhat.com On 09/09/2015 07:33 PM, Paolo Bonzini wrote: > 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. > > Please Ack so that I can include it together with the Hyper-V crash MSR > patches. > > Paolo > > v1->v2: Drop unwanted hunk from patch 1 > Cornelia's suggested cleanups to patch 2 > > 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 +- > scripts/update-linux-headers.sh | 78 +++--- > target-i386/kvm.c | 2 +- > 8 files changed, 341 insertions(+), 392 deletions(-) > copy {linux-headers => include/standard-headers}/asm-x86/hyperv.h (97%) copy {linux-headers => include/standard-headers}/asm-x86/hyperv.h (97%) > I have looked through these patches and agree that they will look better splitted for scripts update and results of the work of that scripts. In this case the understanding of the changes made would be better. Den