mbox

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

Message ID 20180719114204.13036-1-cohuck@redhat.com
State New
Headers show

Pull-request

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

Message

Cornelia Huck July 19, 2018, 11:42 a.m. UTC
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(+)

Comments

Peter Maydell July 19, 2018, 1:47 p.m. UTC | #1
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