[Qemu-devel] [PULL 0/5] s390x/kvm: various fixes

Christian Borntraeger posted 5 patches 8 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1496927940-13301-1-git-send-email-borntraeger@de.ibm.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
hw/s390x/css.c            | 19 +++++++++++++++++++
hw/s390x/virtio-ccw.c     |  6 +++++-
include/hw/s390x/ioinst.h |  1 +
pc-bios/s390-ccw/Makefile |  4 +++-
target/s390x/cpu_models.c | 10 ++++++++++
target/s390x/cpu_models.h | 10 +++++++---
target/s390x/ioinst.c     |  4 ++++
target/s390x/kvm.c        |  1 +
8 files changed, 50 insertions(+), 5 deletions(-)
[Qemu-devel] [PULL 0/5] s390x/kvm: various fixes
Posted by Christian Borntraeger 8 years, 4 months ago
Peter,

The following changes since commit 0748b3526e8cb78b9cd64208426bfc3d54a72b04:

  Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging (2017-05-30 14:15:15 +0100)

are available in the git repository at:

  ssh://git@github.com/borntraeger/qemu.git tags/s390x-20170608

for you to fetch changes up to fbe8202ea81519a42855830059ccc8e10b58dfa5:

  s390x/cpumodel: improve defintion search without an IBC (2017-06-06 10:50:40 +0200)

----------------------------------------------------------------
s390x: misc fixes

bunch of fixes
- reject MIDA accesses for CCWs
- cpumodel fixes
- cross-build fix for bios
- migration improvements

----------------------------------------------------------------
Cornelia Huck (1):
      s390x/css: fence off MIDA

David Hildenbrand (2):
      s390x/cpumodel: take care of the cpuid format bit for KVM
      s390x/cpumodel: improve defintion search without an IBC

Greg Kurz (1):
      pc-bios/s390-ccw: use STRIP variable in Makefile

Halil Pasic (1):
      s390x/css: catch section mismatch on load

 hw/s390x/css.c            | 19 +++++++++++++++++++
 hw/s390x/virtio-ccw.c     |  6 +++++-
 include/hw/s390x/ioinst.h |  1 +
 pc-bios/s390-ccw/Makefile |  4 +++-
 target/s390x/cpu_models.c | 10 ++++++++++
 target/s390x/cpu_models.h | 10 +++++++---
 target/s390x/ioinst.c     |  4 ++++
 target/s390x/kvm.c        |  1 +
 8 files changed, 50 insertions(+), 5 deletions(-)


Re: [Qemu-devel] [PULL 0/5] s390x/kvm: various fixes
Posted by Christian Borntraeger 8 years, 4 months ago
On 06/08/2017 03:18 PM, Christian Borntraeger wrote:
> Peter,
> 
> The following changes since commit 0748b3526e8cb78b9cd64208426bfc3d54a72b04:
> 
>   Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging (2017-05-30 14:15:15 +0100)
> 
> are available in the git repository at:
> 
>   ssh://git@github.com/borntraeger/qemu.git tags/s390x-20170608

This address is certainly better

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



> 
> for you to fetch changes up to fbe8202ea81519a42855830059ccc8e10b58dfa5:
> 
>   s390x/cpumodel: improve defintion search without an IBC (2017-06-06 10:50:40 +0200)
> 
> ----------------------------------------------------------------
> s390x: misc fixes
> 
> bunch of fixes
> - reject MIDA accesses for CCWs
> - cpumodel fixes
> - cross-build fix for bios
> - migration improvements
> 
> ----------------------------------------------------------------
> Cornelia Huck (1):
>       s390x/css: fence off MIDA
> 
> David Hildenbrand (2):
>       s390x/cpumodel: take care of the cpuid format bit for KVM
>       s390x/cpumodel: improve defintion search without an IBC
> 
> Greg Kurz (1):
>       pc-bios/s390-ccw: use STRIP variable in Makefile
> 
> Halil Pasic (1):
>       s390x/css: catch section mismatch on load
> 
>  hw/s390x/css.c            | 19 +++++++++++++++++++
>  hw/s390x/virtio-ccw.c     |  6 +++++-
>  include/hw/s390x/ioinst.h |  1 +
>  pc-bios/s390-ccw/Makefile |  4 +++-
>  target/s390x/cpu_models.c | 10 ++++++++++
>  target/s390x/cpu_models.h | 10 +++++++---
>  target/s390x/ioinst.c     |  4 ++++
>  target/s390x/kvm.c        |  1 +
>  8 files changed, 50 insertions(+), 5 deletions(-)
>