[Qemu-devel] [PULL 0/3] s390x fixes

Christian Borntraeger posted 3 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1485939884-39956-1-git-send-email-borntraeger@de.ibm.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
hw/s390x/s390-pci-bus.h | 4 ++--
hw/s390x/s390-virtio.c  | 2 +-
linux-user/main.c       | 2 ++
3 files changed, 5 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL 0/3] s390x fixes
Posted by Christian Borntraeger 7 years, 2 months ago
Peter,

The following changes since commit a0def594286d9110a6035e02eef558cf3cf5d847:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-01-30 10:23:20 +0000)

are available in the git repository at:

  git://github.com/borntraeger/qemu.git tags/s390x-20170201

for you to fetch changes up to d8923bc75479cd3fdcc72b7647f4877f91950b01:

  target/s390x: use "qemu" cpu model in user mode (2017-02-01 09:15:17 +0100)

----------------------------------------------------------------
s390x fixes

- build error with old gcc versions
- race between cmma reset and rom/loader resets
- linux-user vs. cpu model

----------------------------------------------------------------
Christian Borntraeger (1):
      s390x/kvm: fix small race reboot vs. cmma

David Hildenbrand (1):
      target/s390x: use "qemu" cpu model in user mode

Paolo Bonzini (1):
      s390-pci: fix compilation on older GCC versions

 hw/s390x/s390-pci-bus.h | 4 ++--
 hw/s390x/s390-virtio.c  | 2 +-
 linux-user/main.c       | 2 ++
 3 files changed, 5 insertions(+), 3 deletions(-)


Re: [Qemu-devel] [PULL 0/3] s390x fixes
Posted by Peter Maydell 7 years, 2 months ago
On 1 February 2017 at 09:04, Christian Borntraeger
<borntraeger@de.ibm.com> wrote:
> Peter,
>
> The following changes since commit a0def594286d9110a6035e02eef558cf3cf5d847:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-01-30 10:23:20 +0000)
>
> are available in the git repository at:
>
>   git://github.com/borntraeger/qemu.git tags/s390x-20170201
>
> for you to fetch changes up to d8923bc75479cd3fdcc72b7647f4877f91950b01:
>
>   target/s390x: use "qemu" cpu model in user mode (2017-02-01 09:15:17 +0100)
>
> ----------------------------------------------------------------
> s390x fixes
>
> - build error with old gcc versions
> - race between cmma reset and rom/loader resets
> - linux-user vs. cpu model
>
> ----------------------------------------------------------------
> Christian Borntraeger (1):
>       s390x/kvm: fix small race reboot vs. cmma
>
> David Hildenbrand (1):
>       target/s390x: use "qemu" cpu model in user mode
>
> Paolo Bonzini (1):
>       s390-pci: fix compilation on older GCC versions

Applied, thanks.

-- PMM