Re: [PULL 0/5] s390x update

2019-09-23 Thread Peter Maydell
On Mon, 23 Sep 2019 at 08:39, Christian Borntraeger
 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



[PULL 0/5] s390x update

2019-09-23 Thread Christian Borntraeger
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(-)