mbox

[PULL,0/3] s390x patches

Message ID 20200827122057.232662-1-cohuck@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Cornelia Huck Aug. 27, 2020, 12:20 p.m. UTC
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

Comments

Peter Maydell Aug. 27, 2020, 3:58 p.m. UTC | #1
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