[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/5] s390x update
From: |
Christian Borntraeger |
Subject: |
[PULL 0/5] s390x update |
Date: |
Mon, 23 Sep 2019 09:39:16 +0200 |
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(-)
- [PULL 0/5] s390x update,
Christian Borntraeger <=
- [PULL 5/5] s390x/cpumodel: Add the z15 name to the description of gen15a, Christian Borntraeger, 2019/09/23
- [PULL 2/5] pc-bios/s390-ccw/net: fix a possible memory leak in get_uuid(), Christian Borntraeger, 2019/09/23
- [PULL 4/5] s390x/kvm: Officially require at least kernel 3.15, Christian Borntraeger, 2019/09/23
- [PULL 1/5] pc-bios/s390-ccw: Do not pre-initialize empty array, Christian Borntraeger, 2019/09/23
- [PULL 3/5] pc-bios/s390-ccw: Rebuild the s390-netboot.img firmware image, Christian Borntraeger, 2019/09/23
- Re: [PULL 0/5] s390x update, Peter Maydell, 2019/09/23