All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Denis V. Lunev" <den-lists@parallels.com>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Cc: cornelia.huck@de.ibm.com, mst@redhat.com
Subject: Re: [Qemu-devel] [PATCH v3 0/2] update-linux-headers changes
Date: Fri, 11 Sep 2015 14:58:19 +0300	[thread overview]
Message-ID: <55F2C1DB.7070606@parallels.com> (raw)
In-Reply-To: <1441877978-31156-1-git-send-email-pbonzini@redhat.com>

On 09/10/2015 12:39 PM, Paolo Bonzini wrote:
> Patches 1 and 2 updates the Linux headers, which required an unexpected change
> to hw/pci/pcie_aer.c.
>
> Patches 3 and 4 modify 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]
>          Suggested cleanups to patch 2 [Cornelia]
>
> v2->v3: Separate the hyperv.h and cp_portable changes [mst]
>          Drop TRAIN entry from list of AER errors [mst]
>          Drop empty line [mst]
>
> v2->v3 diff comes below.
>
> Paolo Bonzini (4):
>    pci: remove Link Training error from AER error list
>    update Linux headers to 4.2
>    update-linux-headers: copy standard-headers files one by one
>    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                    |  77 +++--
>   target-i386/kvm.c                                  |   2 +-
>   8 files changed, 340 insertions(+), 394 deletions(-)
>   copy {linux-headers => include/standard-headers}/asm-x86/hyperv.h (97%)
>
> diff --git a/hw/pci/pcie_aer.c b/hw/pci/pcie_aer.c
> index 8e4bd56..46e0ad8 100644
> --- a/hw/pci/pcie_aer.c
> +++ b/hw/pci/pcie_aer.c
> @@ -827,10 +827,6 @@ typedef struct PCIEAERErrorName {
>    */
>   static const struct PCIEAERErrorName pcie_aer_error_list[] = {
>       {
> -        .name = "UND",
> -        .val = PCI_ERR_UNC_UND,
> -        .correctable = false,
> -    }, {
>           .name = "DLP",
>           .val = PCI_ERR_UNC_DLP,
>           .correctable = false,
> diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh
> index 2f25e84..11076191 100755
> --- a/scripts/update-linux-headers.sh
> +++ b/scripts/update-linux-headers.sh
> @@ -61,7 +61,6 @@ cp_portable() {
>   ARCHLIST=$(cd "$linux/arch" && echo *)
>   
>   for arch in $ARCHLIST; do
> -
>       # Discard anything which isn't a KVM-supporting architecture
>       if ! [ -e "$linux/arch/$arch/include/asm/kvm.h" ] &&
>           ! [ -e "$linux/arch/$arch/include/uapi/asm/kvm.h" ] ; then
Reviewed-by: Denis V. Lunev <den@openvz.org>

      parent reply	other threads:[~2015-09-11 12:24 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-10  9:39 [Qemu-devel] [PATCH v3 0/2] update-linux-headers changes Paolo Bonzini
2015-09-10  9:39 ` [Qemu-devel] [PATCH v3 1/4] pci: remove Link Training error from AER error list Paolo Bonzini
2015-09-10  9:41   ` Michael S. Tsirkin
2015-09-10  9:39 ` [Qemu-devel] [PATCH v3 2/4] update Linux headers to 4.2 Paolo Bonzini
2015-09-10  9:43   ` Michael S. Tsirkin
2015-09-10 10:35   ` Cornelia Huck
2015-09-10  9:39 ` [Qemu-devel] [PATCH v3 3/4] update-linux-headers: copy standard-headers files one by one Paolo Bonzini
2015-09-10  9:43   ` Michael S. Tsirkin
2015-09-10 10:33   ` Cornelia Huck
2015-09-10  9:39 ` [Qemu-devel] [PATCH v3 4/4] target-i386: move asm-x86/hyperv.h to standard-headers Paolo Bonzini
2015-09-10  9:43   ` Michael S. Tsirkin
2015-09-10 10:36   ` Cornelia Huck
2015-09-11 11:58 ` Denis V. Lunev [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=55F2C1DB.7070606@parallels.com \
    --to=den-lists@parallels.com \
    --cc=cornelia.huck@de.ibm.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.