[Qemu-devel] [PULL for-2.10 0/4] s390x: more fixes

Cornelia Huck posted 4 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170728092000.19216-1-cohuck@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
hw/s390x/css.c             | 7 ++++++-
target/s390x/misc_helper.c | 2 +-
target/s390x/mmu_helper.c  | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL for-2.10 0/4] s390x: more fixes
Posted by Cornelia Huck 6 years, 8 months ago
The following changes since commit e01151de165070c25a1b202e9e2392950bd7c8da:

  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20170727-pull-request' into staging (2017-07-27 15:27:06 +0100)

are available in the git repository at:

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

for you to fetch changes up to 4add0da64942d83e0564147c0876b01074bde9cb:

  s390x/css: fix bits must be zero check for TIC (2017-07-28 10:06:25 +0200)

----------------------------------------------------------------
More s390x fixes: Correct ilen, and ccw checking.

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

David Hildenbrand (2):
  target/s390x: fix pgm irq ilen for stsi
  target/s390x: fix pgm irq ilen in translate_pages()

Halil Pasic (2):
  s390x/css: check ccw address validity
  s390x/css: fix bits must be zero check for TIC

 hw/s390x/css.c             | 7 ++++++-
 target/s390x/misc_helper.c | 2 +-
 target/s390x/mmu_helper.c  | 2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

-- 
2.13.3


Re: [Qemu-devel] [PULL for-2.10 0/4] s390x: more fixes
Posted by Peter Maydell 6 years, 8 months ago
On 28 July 2017 at 10:19, Cornelia Huck <cohuck@redhat.com> wrote:
> The following changes since commit e01151de165070c25a1b202e9e2392950bd7c8da:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/ui-20170727-pull-request' into staging (2017-07-27 15:27:06 +0100)
>
> are available in the git repository at:
>
>   git://github.com/cohuck/qemu tags/s390x-20170728
>
> for you to fetch changes up to 4add0da64942d83e0564147c0876b01074bde9cb:
>
>   s390x/css: fix bits must be zero check for TIC (2017-07-28 10:06:25 +0200)
>
> ----------------------------------------------------------------
> More s390x fixes: Correct ilen, and ccw checking.
>
> ----------------------------------------------------------------
>
> David Hildenbrand (2):
>   target/s390x: fix pgm irq ilen for stsi
>   target/s390x: fix pgm irq ilen in translate_pages()
>
> Halil Pasic (2):
>   s390x/css: check ccw address validity
>   s390x/css: fix bits must be zero check for TIC
>
>  hw/s390x/css.c             | 7 ++++++-
>  target/s390x/misc_helper.c | 2 +-
>  target/s390x/mmu_helper.c  | 2 +-
>  3 files changed, 8 insertions(+), 3 deletions(-)

Applied, thanks.

-- PMM