[PULL 0/3] s390x patches

Cornelia Huck posted 3 patches 5 years, 2 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200827122057.232662-1-cohuck@redhat.com
Maintainers: Thomas Huth <thuth@redhat.com>, Pierre Morel <pmorel@linux.ibm.com>, "Michael S. Tsirkin" <mst@redhat.com>, David Hildenbrand <david@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Alex Williamson <alex.williamson@redhat.com>, Richard Henderson <rth@twiddle.net>, Christian Borntraeger <borntraeger@de.ibm.com>, Tony Krowiak <akrowiak@linux.ibm.com>, Halil Pasic <pasic@linux.ibm.com>
There is a newer version of this series
docs/system/s390x/bootdevices.rst | 82 +++++++++++++++++++++++++++++++
docs/system/target-s390x.rst      |  1 +
hw/s390x/virtio-ccw-input.c       |  2 +-
hw/vfio/ap.c                      |  1 +
4 files changed, 85 insertions(+), 1 deletion(-)
create mode 100644 docs/system/s390x/bootdevices.rst
[PULL 0/3] s390x patches
Posted by Cornelia Huck 5 years, 2 months ago
The following changes since commit 8e49197ca5e76fdb8928833b2649ef13fc5aab2f:

  Merge remote-tracking branch 'remotes/hdeller/tags/target-hppa-v3-pull-request' into staging (2020-08-26 22:23:53 +0100)

are available in the Git repository at:

  https://github.com/cohuck/qemu tags/s390x-20200827

for you to fetch changes up to 0216b18b79c432585b9cc49532c6223d766d552f:

  hw/vfio/ap: Plug memleak in vfio_ap_get_group() (2020-08-27 12:37:03 +0200)

----------------------------------------------------------------
- document s390x boot devices
- bug fixes

----------------------------------------------------------------

Cornelia Huck (1):
  virtio-ccw-input: fix description

Pan Nengyuan (1):
  hw/vfio/ap: Plug memleak in vfio_ap_get_group()

Thomas Huth (1):
  docs/system/s390x: Add a chapter about s390x boot devices

 docs/system/s390x/bootdevices.rst | 82 +++++++++++++++++++++++++++++++
 docs/system/target-s390x.rst      |  1 +
 hw/s390x/virtio-ccw-input.c       |  2 +-
 hw/vfio/ap.c                      |  1 +
 4 files changed, 85 insertions(+), 1 deletion(-)
 create mode 100644 docs/system/s390x/bootdevices.rst

-- 
2.25.4


Re: [PULL 0/3] s390x patches
Posted by Peter Maydell 5 years, 2 months ago
On Thu, 27 Aug 2020 at 13:21, Cornelia Huck <cohuck@redhat.com> wrote:
>
> The following changes since commit 8e49197ca5e76fdb8928833b2649ef13fc5aab2f:
>
>   Merge remote-tracking branch 'remotes/hdeller/tags/target-hppa-v3-pull-request' into staging (2020-08-26 22:23:53 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/cohuck/qemu tags/s390x-20200827
>
> for you to fetch changes up to 0216b18b79c432585b9cc49532c6223d766d552f:
>
>   hw/vfio/ap: Plug memleak in vfio_ap_get_group() (2020-08-27 12:37:03 +0200)
>
> ----------------------------------------------------------------
> - document s390x boot devices
> - bug fixes
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM