mbox

[PULL,0/5] s390x/kvm: various fixes

Message ID 1496927940-13301-1-git-send-email-borntraeger@de.ibm.com
State New
Headers show

Pull-request

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

Message

Christian Borntraeger June 8, 2017, 1:18 p.m. UTC
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(-)

Comments

Christian Borntraeger June 8, 2017, 2:42 p.m. UTC | #1
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(-)
>
Peter Maydell June 13, 2017, 10:13 a.m. UTC | #2
On 8 June 2017 at 15:42, Christian Borntraeger <borntraeger@de.ibm.com> wrote:
> 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
>

Applied, thanks.

-- PMM