mbox

[PULL,0/2] s390x fixes

Message ID 20170124150823.30162-1-cornelia.huck@de.ibm.com
State New
Headers show

Pull-request

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

Message

Cornelia Huck Jan. 24, 2017, 3:08 p.m. UTC
The following changes since commit 48cef39bf39846ce4aaf79d4a2ae620373b3e181:

  Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20170123' into staging (2017-01-24 09:52:42 +0000)

are available in the git repository at:

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

for you to fetch changes up to 0cf4d747cb8d053e6a6161aadfd3531fa1a62be1:

  s390x/kvm: fix cmma reset for KVM (2017-01-24 15:47:31 +0100)

----------------------------------------------------------------
Two s390x fixes: One for the kvm.c build failure, and one for a bug
that might cause random guest crashes with zeroed out pages on host
kernels with working cmma (< 4.6 and likely >= 4.10).

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

Christian Borntraeger (1):
  s390x/kvm: fix cmma reset for KVM

Cornelia Huck (1):
  s390x/kvm: include hw_accel.h instead of kvm.h

 target/s390x/kvm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Maydell Jan. 24, 2017, 7:25 p.m. UTC | #1
On 24 January 2017 at 15:08, Cornelia Huck <cornelia.huck@de.ibm.com> wrote:
> The following changes since commit 48cef39bf39846ce4aaf79d4a2ae620373b3e181:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20170123' into staging (2017-01-24 09:52:42 +0000)
>
> are available in the git repository at:
>
>   git://github.com/cohuck/qemu tags/s390x-20170124
>
> for you to fetch changes up to 0cf4d747cb8d053e6a6161aadfd3531fa1a62be1:
>
>   s390x/kvm: fix cmma reset for KVM (2017-01-24 15:47:31 +0100)
>
> ----------------------------------------------------------------
> Two s390x fixes: One for the kvm.c build failure, and one for a bug
> that might cause random guest crashes with zeroed out pages on host
> kernels with working cmma (< 4.6 and likely >= 4.10).
>
> ----------------------------------------------------------------
>
> Christian Borntraeger (1):
>   s390x/kvm: fix cmma reset for KVM
>
> Cornelia Huck (1):
>   s390x/kvm: include hw_accel.h instead of kvm.h
>
>  target/s390x/kvm.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

-- PMM