[Qemu-devel] [PULL for-3.0 0/1] s390x bugfix for rc2

Cornelia Huck posted 1 patch 5 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180719114204.13036-1-cohuck@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
target/s390x/cpu_models.c | 8 ++++++++
1 file changed, 8 insertions(+)
[Qemu-devel] [PULL for-3.0 0/1] s390x bugfix for rc2
Posted by Cornelia Huck 5 years, 9 months ago
The following changes since commit ea6abffa8a08d832feb759d359d5b935e3087cf7:

  Update version for v3.0.0-rc1 release (2018-07-17 18:15:19 +0100)

are available in the Git repository at:

  git://github.com/cohuck/qemu tags/s390x-20180719

for you to fetch changes up to 677ff32db12bcd1bca3a3df733d2478896d6df96:

  s390x/cpumodel: fix segmentation fault when baselining models (2018-07-18 14:20:02 +0200)

----------------------------------------------------------------
don't segfault when trying to baseline an odd cpu model

----------------------------------------------------------------

David Hildenbrand (1):
  s390x/cpumodel: fix segmentation fault when baselining models

 target/s390x/cpu_models.c | 8 ++++++++
 1 file changed, 8 insertions(+)

-- 
2.14.4


Re: [Qemu-devel] [PULL for-3.0 0/1] s390x bugfix for rc2
Posted by Peter Maydell 5 years, 9 months ago
On 19 July 2018 at 12:42, Cornelia Huck <cohuck@redhat.com> wrote:
> The following changes since commit ea6abffa8a08d832feb759d359d5b935e3087cf7:
>
>   Update version for v3.0.0-rc1 release (2018-07-17 18:15:19 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/cohuck/qemu tags/s390x-20180719
>
> for you to fetch changes up to 677ff32db12bcd1bca3a3df733d2478896d6df96:
>
>   s390x/cpumodel: fix segmentation fault when baselining models (2018-07-18 14:20:02 +0200)
>
> ----------------------------------------------------------------
> don't segfault when trying to baseline an odd cpu model
>
> ----------------------------------------------------------------
>
> David Hildenbrand (1):
>   s390x/cpumodel: fix segmentation fault when baselining models
>
>  target/s390x/cpu_models.c | 8 ++++++++
>  1 file changed, 8 insertions(+)

Applied, thanks.

-- PMM