mbox

[PULL,0/5] s390x fixes for 2.2

Message ID 1415202496-27190-1-git-send-email-cornelia.huck@de.ibm.com
State New
Headers show

Pull-request

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

Message

Cornelia Huck Nov. 5, 2014, 3:48 p.m. UTC
The following changes since commit 6e76d125f244e10676b917208f2a074729820246:

  Update version for v2.2.0-rc0 release (2014-11-05 15:21:04 +0000)

are available in the git repository at:

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

for you to fetch changes up to bb3e9e1fd7ab62b60780c66d68b2d7bfd8758e61:

  s390x/sclpconsole: Avoid hanging SCLP ASCII console (2014-11-05 16:35:56 +0100)

----------------------------------------------------------------
Several bugfixes for s390x:
- instruction decoding and sparse warning in kvm
- overlong input and hangs in the sclp consoles

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

Frank Blaschka (1):
  s390x/kvm: Fix opcode decoding for eb instruction handler

Heinz Graalfs (3):
  s390x/sclpconsole-lm: truncate input if line is too long
  s390x/sclpconsole-lm: Fix hanging SCLP line mode console
  s390x/sclpconsole: Avoid hanging SCLP ASCII console

Thomas Huth (1):
  s390x/kvm: Fix warning from sparse

 hw/char/sclpconsole-lm.c |   12 ++++++++----
 hw/char/sclpconsole.c    |   12 +++++++++++-
 target-s390x/kvm.c       |   10 +++++-----
 3 files changed, 24 insertions(+), 10 deletions(-)

Comments

Christian Borntraeger Nov. 10, 2014, 9:17 a.m. UTC | #1
Am 05.11.2014 um 16:48 schrieb Cornelia Huck:
> The following changes since commit 6e76d125f244e10676b917208f2a074729820246:
> 
>   Update version for v2.2.0-rc0 release (2014-11-05 15:21:04 +0000)
> 
> are available in the git repository at:
> 
>   git://github.com/cohuck/qemu tags/s390x-20141105
> 
> for you to fetch changes up to bb3e9e1fd7ab62b60780c66d68b2d7bfd8758e61:
> 
>   s390x/sclpconsole: Avoid hanging SCLP ASCII console (2014-11-05 16:35:56 +0100)
> 
> ----------------------------------------------------------------
> Several bugfixes for s390x:
> - instruction decoding and sparse warning in kvm
> - overlong input and hangs in the sclp consoles
> 
> ----------------------------------------------------------------
> 
> Frank Blaschka (1):
>   s390x/kvm: Fix opcode decoding for eb instruction handler
> 
> Heinz Graalfs (3):
>   s390x/sclpconsole-lm: truncate input if line is too long
>   s390x/sclpconsole-lm: Fix hanging SCLP line mode console
>   s390x/sclpconsole: Avoid hanging SCLP ASCII console
> 
> Thomas Huth (1):
>   s390x/kvm: Fix warning from sparse
> 
>  hw/char/sclpconsole-lm.c |   12 ++++++++----
>  hw/char/sclpconsole.c    |   12 +++++++++++-
>  target-s390x/kvm.c       |   10 +++++-----
>  3 files changed, 24 insertions(+), 10 deletions(-)
> 

FWIW: for 2.2
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Peter Maydell Nov. 10, 2014, 4:28 p.m. UTC | #2
On 10 November 2014 09:17, Christian Borntraeger <borntraeger@de.ibm.com> wrote:
> Am 05.11.2014 um 16:48 schrieb Cornelia Huck:
>> The following changes since commit 6e76d125f244e10676b917208f2a074729820246:
>>
>>   Update version for v2.2.0-rc0 release (2014-11-05 15:21:04 +0000)
>>
>> are available in the git repository at:
>>
>>   git://github.com/cohuck/qemu tags/s390x-20141105
>>
>> for you to fetch changes up to bb3e9e1fd7ab62b60780c66d68b2d7bfd8758e61:
>>
>>   s390x/sclpconsole: Avoid hanging SCLP ASCII console (2014-11-05 16:35:56 +0100)
>>
>> ----------------------------------------------------------------
>> Several bugfixes for s390x:
>> - instruction decoding and sparse warning in kvm
>> - overlong input and hangs in the sclp consoles
>>
>> ----------------------------------------------------------------

Applied, thanks.

-- PMM