mbox

[PULL,for-3.0,0/2] s390x changes for 3.0-rc

Message ID 20180712093301.9343-1-cohuck@redhat.com
State New
Headers show

Pull-request

git://github.com/cohuck/qemu tags/s390x-20180712

Message

Cornelia Huck July 12, 2018, 9:32 a.m. UTC
The following changes since commit c447afd5783b9237fa51b7a85777007d8d568bfc:

  Update version for v3.0.0-rc0 release (2018-07-10 18:19:50 +0100)

are available in the Git repository at:

  git://github.com/cohuck/qemu tags/s390x-20180712

for you to fetch changes up to 78dcf512efe72e211e6ca7783069364b01a1c05b:

  error: Remove NULL checks on error_propagate() calls (2018-07-11 14:36:54 +0200)

----------------------------------------------------------------
- fix confusion around sizes in storage attribute migration
- remove NULL check on error_propagate() in virtio-ccw

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

Claudio Imbrenda (1):
  s390x/storage attributes: fix CMMA_BLOCK_SIZE usage

Philippe Mathieu-Daudé (1):
  error: Remove NULL checks on error_propagate() calls

 hw/s390x/s390-stattrib-kvm.c | 3 ++-
 hw/s390x/s390-stattrib.c     | 5 +++--
 hw/s390x/virtio-ccw.c        | 4 +---
 3 files changed, 6 insertions(+), 6 deletions(-)

Comments

Peter Maydell July 12, 2018, 1:59 p.m. UTC | #1
On 12 July 2018 at 10:32, Cornelia Huck <cohuck@redhat.com> wrote:
> The following changes since commit c447afd5783b9237fa51b7a85777007d8d568bfc:
>
>   Update version for v3.0.0-rc0 release (2018-07-10 18:19:50 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/cohuck/qemu tags/s390x-20180712
>
> for you to fetch changes up to 78dcf512efe72e211e6ca7783069364b01a1c05b:
>
>   error: Remove NULL checks on error_propagate() calls (2018-07-11 14:36:54 +0200)
>
> ----------------------------------------------------------------
> - fix confusion around sizes in storage attribute migration
> - remove NULL check on error_propagate() in virtio-ccw
>
> ----------------------------------------------------------------
>

Applied, thanks.

-- PMM