[PULL 0/5] s390x update

Christian Borntraeger posted 5 patches 4 years, 6 months ago
Test docker-clang@ubuntu failed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test asan passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190923073921.13357-1-borntraeger@de.ibm.com
Maintainers: Cornelia Huck <cohuck@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, David Hildenbrand <david@redhat.com>, Richard Henderson <rth@twiddle.net>, Christian Borntraeger <borntraeger@de.ibm.com>, Thomas Huth <thuth@redhat.com>
There is a newer version of this series
hw/intc/s390_flic_kvm.c    |   6 ------
hw/intc/trace-events       |   1 -
pc-bios/s390-ccw/main.c    |   2 +-
pc-bios/s390-ccw/netmain.c |   1 +
pc-bios/s390-netboot.img   | Bin 67232 -> 67232 bytes
target/s390x/cpu_models.c  |   2 +-
target/s390x/kvm.c         |   7 +++++++
7 files changed, 10 insertions(+), 9 deletions(-)
[PULL 0/5] s390x update
Posted by Christian Borntraeger 4 years, 6 months ago
Peter,

here is the non-tcg subset of the s390x updates.


The following changes since commit 4300b7c2cd9f3f273804e8cca325842ccb93b1ad:

  Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' into staging (2019-09-20 17:28:43 +0100)

are available in the Git repository at:

  git://github.com/borntraeger/qemu.git tags/s390x-20190923

for you to fetch changes up to 7505deca0bfa859136ec6419dbafc504f22fcac2:

  s390x/cpumodel: Add the z15 name to the description of gen15a (2019-09-23 09:15:28 +0200)

----------------------------------------------------------------
- bugfixes in ccw bios
- gen15a is called z15
- officially require a 3.15 kernel or later for kvm

----------------------------------------------------------------
Christian Borntraeger (2):
      Merge tag 's390-ccw-bios-2019-09-18' of https://gitlab.com/huth/qemu into s390-next
      s390x/cpumodel: Add the z15 name to the description of gen15a

Thomas Huth (3):
      pc-bios/s390-ccw: Do not pre-initialize empty array
      pc-bios/s390-ccw: Rebuild the s390-netboot.img firmware image
      s390x/kvm: Officially require at least kernel 3.15

Yifan Luo (1):
      pc-bios/s390-ccw/net: fix a possible memory leak in get_uuid()

 hw/intc/s390_flic_kvm.c    |   6 ------
 hw/intc/trace-events       |   1 -
 pc-bios/s390-ccw/main.c    |   2 +-
 pc-bios/s390-ccw/netmain.c |   1 +
 pc-bios/s390-netboot.img   | Bin 67232 -> 67232 bytes
 target/s390x/cpu_models.c  |   2 +-
 target/s390x/kvm.c         |   7 +++++++
 7 files changed, 10 insertions(+), 9 deletions(-)


Re: [PULL 0/5] s390x update
Posted by Peter Maydell 4 years, 6 months ago
On Mon, 23 Sep 2019 at 08:39, Christian Borntraeger
<borntraeger@de.ibm.com> wrote:
>
> Peter,
>
> here is the non-tcg subset of the s390x updates.
>
>
> The following changes since commit 4300b7c2cd9f3f273804e8cca325842ccb93b1ad:
>
>   Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' into staging (2019-09-20 17:28:43 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/borntraeger/qemu.git tags/s390x-20190923
>
> for you to fetch changes up to 7505deca0bfa859136ec6419dbafc504f22fcac2:
>
>   s390x/cpumodel: Add the z15 name to the description of gen15a (2019-09-23 09:15:28 +0200)
>
> ----------------------------------------------------------------
> - bugfixes in ccw bios
> - gen15a is called z15
> - officially require a 3.15 kernel or later for kvm
>

Applied, thanks.

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

-- PMM