[Qemu-devel] [PULL 0/6] final s390x patches for -rc0

Cornelia Huck posted 6 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181105164340.20707-1-cohuck@redhat.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan failed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
MAINTAINERS  | 17 +++++++++++------
hw/vfio/ap.c |  2 +-
2 files changed, 12 insertions(+), 7 deletions(-)
[Qemu-devel] [PULL 0/6] final s390x patches for -rc0
Posted by Cornelia Huck 7 years ago
The following changes since commit 7d56239f159afc2e7bd42623947e56ba48f37836:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181102' into staging (2018-11-02 17:17:12 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 8e4eb4279fce9a736131b94b6f5f09f0503e4ab3:

  MAINTAINERS: s390/boot: the ipl code and the bios belong together (2018-11-05 09:55:29 +0100)

----------------------------------------------------------------
- some changes in s390x maintainership
- bugfix in vfio-ap

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

Alexander Graf (1):
  MAINTAINERS: s390: Remove myself

Christian Borntraeger (4):
  MAINTAINERS: s390: more maintainers for vfio-ccw
  MAINTAINERS: s390/virtio-ccw: drop Christian, add Halil
  MAINTAINERS: s390/pci: add Collin Walling as maintainer for zpci
  MAINTAINERS: s390/boot: the ipl code and the bios belong together

Cornelia Huck (1):
  s390x/vfio-ap: report correct error

 MAINTAINERS  | 17 +++++++++++------
 hw/vfio/ap.c |  2 +-
 2 files changed, 12 insertions(+), 7 deletions(-)

-- 
2.14.5


Re: [Qemu-devel] [PULL 0/6] final s390x patches for -rc0
Posted by Peter Maydell 6 years, 12 months ago
On 5 November 2018 at 16:43, Cornelia Huck <cohuck@redhat.com> wrote:
> The following changes since commit 7d56239f159afc2e7bd42623947e56ba48f37836:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181102' into staging (2018-11-02 17:17:12 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/cohuck/qemu tags/s390x-20181105
>
> for you to fetch changes up to 8e4eb4279fce9a736131b94b6f5f09f0503e4ab3:
>
>   MAINTAINERS: s390/boot: the ipl code and the bios belong together (2018-11-05 09:55:29 +0100)
>
> ----------------------------------------------------------------
> - some changes in s390x maintainership
> - bugfix in vfio-ap
>
> ----------------------------------------------------------------
Applied, thanks.

-- PMM