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

Cornelia Huck posted 2 patches 7 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180712093301.9343-1-cohuck@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
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(-)
[Qemu-devel] [PULL for-3.0 0/2] s390x changes for 3.0-rc
Posted by Cornelia Huck 7 years, 3 months ago
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(-)

-- 
2.14.4


Re: [Qemu-devel] [PULL for-3.0 0/2] s390x changes for 3.0-rc
Posted by Peter Maydell 7 years, 3 months ago
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