mbox

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

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

Pull-request

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

Message

Cornelia Huck March 23, 2020, 12:49 p.m. UTC
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

Comments

Peter Maydell March 23, 2020, 4:33 p.m. UTC | #1
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