[Qemu-devel] [PULL SUBSYSTEM s390x 0/3] Minor fixes for the s390-ccw firmware

Thomas Huth posted 3 patches 4 years, 7 months ago
Only 0 patches received!
pc-bios/s390-ccw/main.c    |   2 +-
pc-bios/s390-ccw/netmain.c |   1 +
pc-bios/s390-netboot.img   | Bin 67232 -> 67232 bytes
3 files changed, 2 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL SUBSYSTEM s390x 0/3] Minor fixes for the s390-ccw firmware
Posted by Thomas Huth 4 years, 7 months ago
This pull request is not for master !

 Hi Cornelia,

the following changes since commit f8c3db33a5e863291182f8862ddf81618a7c6194:

  target/sparc: Switch to do_transaction_failed() hook (2019-09-17 12:01:00 +0100)

are available in the Git repository at:

  https://gitlab.com/huth/qemu.git tags/s390-ccw-bios-2019-09-18

for you to fetch changes up to 6b2a203579068127d7e93cb6f45d828ca04a2153:

  pc-bios/s390-ccw: Rebuild the s390-netboot.img firmware image (2019-09-18 17:47:27 +0200)

----------------------------------------------------------------
- Small fixes for the s390-ccw firmware
- I did *not* rebuild the s390-ccw.img since the patch did not
  make a difference at all - seems like GCC was smart enough
  already to put the zeroed array into the BSS before
----------------------------------------------------------------

Thomas Huth (2):
      pc-bios/s390-ccw: Do not pre-initialize empty array
      pc-bios/s390-ccw: Rebuild the s390-netboot.img firmware image

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

 pc-bios/s390-ccw/main.c    |   2 +-
 pc-bios/s390-ccw/netmain.c |   1 +
 pc-bios/s390-netboot.img   | Bin 67232 -> 67232 bytes
 3 files changed, 2 insertions(+), 1 deletion(-)

Re: [Qemu-devel] [PULL SUBSYSTEM s390x 0/3] Minor fixes for the s390-ccw firmware
Posted by Cornelia Huck 4 years, 7 months ago
On Wed, 18 Sep 2019 18:15:11 +0200
Thomas Huth <thuth@redhat.com> wrote:

> This pull request is not for master !
> 
>  Hi Cornelia,
> 
> the following changes since commit f8c3db33a5e863291182f8862ddf81618a7c6194:
> 
>   target/sparc: Switch to do_transaction_failed() hook (2019-09-17 12:01:00 +0100)
> 
> are available in the Git repository at:
> 
>   https://gitlab.com/huth/qemu.git tags/s390-ccw-bios-2019-09-18
> 
> for you to fetch changes up to 6b2a203579068127d7e93cb6f45d828ca04a2153:
> 
>   pc-bios/s390-ccw: Rebuild the s390-netboot.img firmware image (2019-09-18 17:47:27 +0200)
> 
> ----------------------------------------------------------------
> - Small fixes for the s390-ccw firmware
> - I did *not* rebuild the s390-ccw.img since the patch did not
>   make a difference at all - seems like GCC was smart enough
>   already to put the zeroed array into the BSS before
> ----------------------------------------------------------------
> 
> Thomas Huth (2):
>       pc-bios/s390-ccw: Do not pre-initialize empty array
>       pc-bios/s390-ccw: Rebuild the s390-netboot.img firmware image
> 
> Yifan Luo (1):
>       pc-bios/s390-ccw/net: fix a possible memory leak in get_uuid()
> 
>  pc-bios/s390-ccw/main.c    |   2 +-
>  pc-bios/s390-ccw/netmain.c |   1 +
>  pc-bios/s390-netboot.img   | Bin 67232 -> 67232 bytes
>  3 files changed, 2 insertions(+), 1 deletion(-)

Thanks, pulled.