[Qemu-devel] [PULL SUBSYSTEM s390x 0/3] s390-ccw-bios: Skip bootmap signature entries

Thomas Huth posted 3 patches 5 years ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190508094857.21145-1-thuth@redhat.com
Maintainers: Thomas Huth <thuth@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com>, Cornelia Huck <cohuck@redhat.com>
pc-bios/s390-ccw.img       | Bin 42608 -> 42608 bytes
pc-bios/s390-ccw/bootmap.c |  19 +++++++++++++++++--
pc-bios/s390-ccw/bootmap.h |  10 ++++++----
pc-bios/s390-ccw/libc.c    |   2 +-
pc-bios/s390-ccw/menu.c    |   2 +-
5 files changed, 25 insertions(+), 8 deletions(-)
[Qemu-devel] [PULL SUBSYSTEM s390x 0/3] s390-ccw-bios: Skip bootmap signature entries
Posted by Thomas Huth 5 years ago
This pull request is not for master.


 Hi Cornelia,

the following changes since commit a6f6d24757a73f7176989134b97284a1a7df11e5:

  Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190507-pull-request' into staging (2019-05-07 21:39:28 +0100)

are available in the Git repository at:

  https://gitlab.com/huth/qemu.git tags/s390-ccw-bios-2019-05-08

for you to fetch changes up to f7a339a5ba48a8a5c5bf4f1fdb1463bf8ac5f5bb:

  pc-bios/s390: Update firmware image with "Skip bootmap signature entries" fix (2019-05-08 11:26:01 +0200)

----------------------------------------------------------------
Skip unsupported bootmap signature entries instead of aborting the boot process
----------------------------------------------------------------

Jason J. Herne (1):
      s390-bios: Skip bootmap signature entries

Markus Armbruster (1):
      pc-bios/s390-ccw: Clean up harmless misuse of isdigit()

Thomas Huth (1):
      pc-bios/s390: Update firmware image with "Skip bootmap signature entries" fix

 pc-bios/s390-ccw.img       | Bin 42608 -> 42608 bytes
 pc-bios/s390-ccw/bootmap.c |  19 +++++++++++++++++--
 pc-bios/s390-ccw/bootmap.h |  10 ++++++----
 pc-bios/s390-ccw/libc.c    |   2 +-
 pc-bios/s390-ccw/menu.c    |   2 +-
 5 files changed, 25 insertions(+), 8 deletions(-)

Re: [Qemu-devel] [PULL SUBSYSTEM s390x 0/3] s390-ccw-bios: Skip bootmap signature entries
Posted by Christian Borntraeger 5 years ago
Shall we actually CC stable that feature?

On 08.05.19 11:48, Thomas Huth wrote:
> This pull request is not for master.
> 
> 
>  Hi Cornelia,
> 
> the following changes since commit a6f6d24757a73f7176989134b97284a1a7df11e5:
> 
>   Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190507-pull-request' into staging (2019-05-07 21:39:28 +0100)
> 
> are available in the Git repository at:
> 
>   https://gitlab.com/huth/qemu.git tags/s390-ccw-bios-2019-05-08
> 
> for you to fetch changes up to f7a339a5ba48a8a5c5bf4f1fdb1463bf8ac5f5bb:
> 
>   pc-bios/s390: Update firmware image with "Skip bootmap signature entries" fix (2019-05-08 11:26:01 +0200)
> 
> ----------------------------------------------------------------
> Skip unsupported bootmap signature entries instead of aborting the boot process
> ----------------------------------------------------------------
> 
> Jason J. Herne (1):
>       s390-bios: Skip bootmap signature entries
> 
> Markus Armbruster (1):
>       pc-bios/s390-ccw: Clean up harmless misuse of isdigit()
> 
> Thomas Huth (1):
>       pc-bios/s390: Update firmware image with "Skip bootmap signature entries" fix
> 
>  pc-bios/s390-ccw.img       | Bin 42608 -> 42608 bytes
>  pc-bios/s390-ccw/bootmap.c |  19 +++++++++++++++++--
>  pc-bios/s390-ccw/bootmap.h |  10 ++++++----
>  pc-bios/s390-ccw/libc.c    |   2 +-
>  pc-bios/s390-ccw/menu.c    |   2 +-
>  5 files changed, 25 insertions(+), 8 deletions(-)
> 


Re: [Qemu-devel] [PULL SUBSYSTEM s390x 0/3] s390-ccw-bios: Skip bootmap signature entries
Posted by Cornelia Huck 5 years ago
On Wed,  8 May 2019 11:48:54 +0200
Thomas Huth <thuth@redhat.com> wrote:

> This pull request is not for master.
> 
> 
>  Hi Cornelia,
> 
> the following changes since commit a6f6d24757a73f7176989134b97284a1a7df11e5:
> 
>   Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190507-pull-request' into staging (2019-05-07 21:39:28 +0100)
> 
> are available in the Git repository at:
> 
>   https://gitlab.com/huth/qemu.git tags/s390-ccw-bios-2019-05-08
> 
> for you to fetch changes up to f7a339a5ba48a8a5c5bf4f1fdb1463bf8ac5f5bb:
> 
>   pc-bios/s390: Update firmware image with "Skip bootmap signature entries" fix (2019-05-08 11:26:01 +0200)
> 
> ----------------------------------------------------------------
> Skip unsupported bootmap signature entries instead of aborting the boot process
> ----------------------------------------------------------------
> 
> Jason J. Herne (1):
>       s390-bios: Skip bootmap signature entries
> 
> Markus Armbruster (1):
>       pc-bios/s390-ccw: Clean up harmless misuse of isdigit()
> 
> Thomas Huth (1):
>       pc-bios/s390: Update firmware image with "Skip bootmap signature entries" fix
> 
>  pc-bios/s390-ccw.img       | Bin 42608 -> 42608 bytes
>  pc-bios/s390-ccw/bootmap.c |  19 +++++++++++++++++--
>  pc-bios/s390-ccw/bootmap.h |  10 ++++++----
>  pc-bios/s390-ccw/libc.c    |   2 +-
>  pc-bios/s390-ccw/menu.c    |   2 +-
>  5 files changed, 25 insertions(+), 8 deletions(-)

Thanks, pulled.