[PULL for-5.0 0/2] s390x fixes and documentation

Cornelia Huck posted 2 patches 4 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200323124923.24014-1-cohuck@redhat.com
Maintainers: Halil Pasic <pasic@linux.ibm.com>, David Hildenbrand <david@redhat.com>, Richard Henderson <rth@twiddle.net>, Cornelia Huck <cohuck@redhat.com>, Thomas Huth <thuth@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com>
MAINTAINERS                         |  5 +++--
docs/system/index.rst               |  1 -
docs/system/{ => s390x}/vfio-ap.rst |  0
docs/system/target-s390x.rst        | 26 ++++++++++++++++++++++++++
docs/system/targets.rst             |  1 +
hw/s390x/ipl.c                      |  2 +-
6 files changed, 31 insertions(+), 4 deletions(-)
rename docs/system/{ => s390x}/vfio-ap.rst (100%)
create mode 100644 docs/system/target-s390x.rst
[PULL for-5.0 0/2] s390x fixes and documentation
Posted by Cornelia Huck 4 years, 1 month ago
The following changes since commit 29e0855c5af62bbb0b0b6fed792e004dad92ba95:

  Merge remote-tracking branch 'remotes/elmarco/tags/slirp-pull-request' into staging (2020-03-22 21:00:38 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 7722837369eb1c7e808021d79da68afa0c01c26f:

  s390/ipl: fix off-by-one in update_machine_ipl_properties() (2020-03-23 12:36:27 +0100)

----------------------------------------------------------------
- fix an off-by-one in the ipl code
- s390x documentation reordering

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

Cornelia Huck (1):
  Documentation: create/move s390x documentation

Halil Pasic (1):
  s390/ipl: fix off-by-one in update_machine_ipl_properties()

 MAINTAINERS                         |  5 +++--
 docs/system/index.rst               |  1 -
 docs/system/{ => s390x}/vfio-ap.rst |  0
 docs/system/target-s390x.rst        | 26 ++++++++++++++++++++++++++
 docs/system/targets.rst             |  1 +
 hw/s390x/ipl.c                      |  2 +-
 6 files changed, 31 insertions(+), 4 deletions(-)
 rename docs/system/{ => s390x}/vfio-ap.rst (100%)
 create mode 100644 docs/system/target-s390x.rst

-- 
2.21.1


Re: [PULL for-5.0 0/2] s390x fixes and documentation
Posted by Peter Maydell 4 years, 1 month ago
On Mon, 23 Mar 2020 at 12:49, Cornelia Huck <cohuck@redhat.com> wrote:
>
> The following changes since commit 29e0855c5af62bbb0b0b6fed792e004dad92ba95:
>
>   Merge remote-tracking branch 'remotes/elmarco/tags/slirp-pull-request' into staging (2020-03-22 21:00:38 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/cohuck/qemu tags/s390x-20200323
>
> for you to fetch changes up to 7722837369eb1c7e808021d79da68afa0c01c26f:
>
>   s390/ipl: fix off-by-one in update_machine_ipl_properties() (2020-03-23 12:36:27 +0100)
>
> ----------------------------------------------------------------
> - fix an off-by-one in the ipl code
> - s390x documentation reordering



Applied, thanks.

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

-- PMM