qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] f76b34: Linux headers: update


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] f76b34: Linux headers: update
Date: Fri, 19 Jun 2020 05:15:27 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: f76b348ec78fb7316bbcc981127ae8894cfcc609
      
https://github.com/qemu/qemu/commit/f76b348ec78fb7316bbcc981127ae8894cfcc609
  Author: Cornelia Huck <cohuck@redhat.com>
  Date:   2020-06-18 (Thu, 18 Jun 2020)

  Changed paths:
    M include/standard-headers/asm-x86/kvm_para.h
    M include/standard-headers/drm/drm_fourcc.h
    M include/standard-headers/linux/ethtool.h
    M include/standard-headers/linux/virtio_ids.h
    A include/standard-headers/linux/virtio_mem.h
    M include/standard-headers/linux/virtio_ring.h
    M linux-headers/asm-arm64/mman.h
    M linux-headers/asm-generic/unistd.h
    M linux-headers/asm-mips/unistd_n32.h
    M linux-headers/asm-mips/unistd_n64.h
    M linux-headers/asm-mips/unistd_o32.h
    M linux-headers/asm-powerpc/unistd_32.h
    M linux-headers/asm-powerpc/unistd_64.h
    M linux-headers/asm-s390/unistd_32.h
    M linux-headers/asm-s390/unistd_64.h
    M linux-headers/asm-x86/kvm.h
    M linux-headers/asm-x86/unistd.h
    M linux-headers/asm-x86/unistd_32.h
    M linux-headers/asm-x86/unistd_64.h
    M linux-headers/asm-x86/unistd_x32.h
    M linux-headers/linux/kvm.h
    M linux-headers/linux/psp-sev.h
    M linux-headers/linux/vfio.h
    M linux-headers/linux/vfio_ccw.h
    M linux-headers/linux/vhost.h

  Log Message:
  -----------
  Linux headers: update

Update against Linux 5.8-rc1.

Signed-off-by: Cornelia Huck <cohuck@redhat.com>


  Commit: 2a3b9cbaa7b25a4db4cdcfe1c65279c5464f2923
      
https://github.com/qemu/qemu/commit/2a3b9cbaa7b25a4db4cdcfe1c65279c5464f2923
  Author: Eric Farman <farman@linux.ibm.com>
  Date:   2020-06-18 (Thu, 18 Jun 2020)

  Changed paths:
    M hw/vfio/ccw.c

  Log Message:
  -----------
  vfio-ccw: Refactor cleanup of regions

While we're at it, add a g_free() for the async_cmd_region that
is the last thing currently created.  g_free() knows how to handle
NULL pointers, so this makes it easier to remember what cleanups
need to be performed when new regions are added.

Signed-off-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Message-Id: <20200505125757.98209-3-farman@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>


  Commit: 46ea3841edaff2a7657b8f6c7f474e5e3850cd62
      
https://github.com/qemu/qemu/commit/46ea3841edaff2a7657b8f6c7f474e5e3850cd62
  Author: Farhan Ali <alifm@linux.ibm.com>
  Date:   2020-06-18 (Thu, 18 Jun 2020)

  Changed paths:
    M hw/s390x/css.c
    M hw/s390x/s390-ccw.c
    M hw/vfio/ccw.c
    M include/hw/s390x/css.h
    M include/hw/s390x/s390-ccw.h
    M target/s390x/ioinst.c

  Log Message:
  -----------
  vfio-ccw: Add support for the schib region

The schib region can be used to obtain the latest SCHIB from the host
passthrough subchannel. Since the guest SCHIB is virtualized,
we currently only update the path related information so that the
guest is aware of any path related changes when it issues the
'stsch' instruction.

Signed-off-by: Farhan Ali <alifm@linux.ibm.com>
Signed-off-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Message-Id: <20200505125757.98209-4-farman@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>


  Commit: 690e29b91102ac69810b35fe72cd90bc9fa1fff7
      
https://github.com/qemu/qemu/commit/690e29b91102ac69810b35fe72cd90bc9fa1fff7
  Author: Eric Farman <farman@linux.ibm.com>
  Date:   2020-06-18 (Thu, 18 Jun 2020)

  Changed paths:
    M hw/vfio/ccw.c

  Log Message:
  -----------
  vfio-ccw: Refactor ccw irq handler

Make it easier to add new ones in the future.

Signed-off-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Message-Id: <20200505125757.98209-5-farman@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>


  Commit: f6dde1b012e678aa64339520ef7519ec04026cf1
      
https://github.com/qemu/qemu/commit/f6dde1b012e678aa64339520ef7519ec04026cf1
  Author: Eric Farman <farman@linux.ibm.com>
  Date:   2020-06-18 (Thu, 18 Jun 2020)

  Changed paths:
    M hw/s390x/css.c
    M include/hw/s390x/css.h

  Log Message:
  -----------
  s390x/css: Refactor the css_queue_crw() routine

We have a use case (vfio-ccw) where a CRW is already built and
ready to use.  Rather than teasing out the components just to
reassemble it later, let's rework this code so we can queue a
fully-qualified CRW directly.

Signed-off-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Message-Id: <20200505125757.98209-6-farman@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>


  Commit: f030532f2ad6eeb200034915e9c6357cce81b538
      
https://github.com/qemu/qemu/commit/f030532f2ad6eeb200034915e9c6357cce81b538
  Author: Farhan Ali <alifm@linux.ibm.com>
  Date:   2020-06-18 (Thu, 18 Jun 2020)

  Changed paths:
    M hw/vfio/ccw.c

  Log Message:
  -----------
  vfio-ccw: Add support for the CRW region and IRQ

The crw region can be used to obtain information about
Channel Report Words (CRW) from vfio-ccw driver.

Currently only channel-path related CRWs are passed to
QEMU from vfio-ccw driver.

Signed-off-by: Farhan Ali <alifm@linux.ibm.com>
Signed-off-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Message-Id: <20200505125757.98209-7-farman@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>


  Commit: 458e056257e67254546e58158f3f74ce040c7ca1
      
https://github.com/qemu/qemu/commit/458e056257e67254546e58158f3f74ce040c7ca1
  Author: Christian Borntraeger <borntraeger@de.ibm.com>
  Date:   2020-06-18 (Thu, 18 Jun 2020)

  Changed paths:
    M docs/system/s390x/vfio-ap.rst

  Log Message:
  -----------
  docs/s390x: fix vfio-ap device_del description

device_del requires an id and not a sysfsfile.

Fixes: bac03ec72f1b ("s390x/vfio-ap: document hot plug/unplug of vfio-ap 
device")
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20200617160604.5593-1-borntraeger@de.ibm.com>
[CH: add missing '$']
Signed-off-by: Cornelia Huck <cohuck@redhat.com>


  Commit: 4d285821c5055ed68a6f6b7693fd11a06a1aa426
      
https://github.com/qemu/qemu/commit/4d285821c5055ed68a6f6b7693fd11a06a1aa426
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2020-06-19 (Fri, 19 Jun 2020)

  Changed paths:
    M docs/system/s390x/vfio-ap.rst
    M hw/s390x/css.c
    M hw/s390x/s390-ccw.c
    M hw/vfio/ccw.c
    M include/hw/s390x/css.h
    M include/hw/s390x/s390-ccw.h
    M include/standard-headers/asm-x86/kvm_para.h
    M include/standard-headers/drm/drm_fourcc.h
    M include/standard-headers/linux/ethtool.h
    M include/standard-headers/linux/virtio_ids.h
    A include/standard-headers/linux/virtio_mem.h
    M include/standard-headers/linux/virtio_ring.h
    M linux-headers/asm-arm64/mman.h
    M linux-headers/asm-generic/unistd.h
    M linux-headers/asm-mips/unistd_n32.h
    M linux-headers/asm-mips/unistd_n64.h
    M linux-headers/asm-mips/unistd_o32.h
    M linux-headers/asm-powerpc/unistd_32.h
    M linux-headers/asm-powerpc/unistd_64.h
    M linux-headers/asm-s390/unistd_32.h
    M linux-headers/asm-s390/unistd_64.h
    M linux-headers/asm-x86/kvm.h
    M linux-headers/asm-x86/unistd.h
    M linux-headers/asm-x86/unistd_32.h
    M linux-headers/asm-x86/unistd_64.h
    M linux-headers/asm-x86/unistd_x32.h
    M linux-headers/linux/kvm.h
    M linux-headers/linux/psp-sev.h
    M linux-headers/linux/vfio.h
    M linux-headers/linux/vfio_ccw.h
    M linux-headers/linux/vhost.h
    M target/s390x/ioinst.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200618' into staging

s390x update:
- update Linux headers to 5.8-rc1 (for vfio-ccw path handling)
- vfio-ccw: add support for path handling
- documentation fix

# gpg: Signature made Thu 18 Jun 2020 16:36:04 BST
# gpg:                using RSA key C3D0D66DC3624FF6A8C018CEDECF6B93C6F02FAF
# gpg:                issuer "cohuck@redhat.com"
# gpg: Good signature from "Cornelia Huck <conny@cornelia-huck.de>" [marginal]
# gpg:                 aka "Cornelia Huck <huckc@linux.vnet.ibm.com>" [full]
# gpg:                 aka "Cornelia Huck <cornelia.huck@de.ibm.com>" [full]
# gpg:                 aka "Cornelia Huck <cohuck@kernel.org>" [marginal]
# gpg:                 aka "Cornelia Huck <cohuck@redhat.com>" [marginal]
# Primary key fingerprint: C3D0 D66D C362 4FF6 A8C0  18CE DECF 6B93 C6F0 2FAF

* remotes/cohuck/tags/s390x-20200618:
  docs/s390x: fix vfio-ap device_del description
  vfio-ccw: Add support for the CRW region and IRQ
  s390x/css: Refactor the css_queue_crw() routine
  vfio-ccw: Refactor ccw irq handler
  vfio-ccw: Add support for the schib region
  vfio-ccw: Refactor cleanup of regions
  Linux headers: update

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/292ef18a3827...4d285821c505



reply via email to

[Prev in Thread] Current Thread [Next in Thread]