mbox

[PULL,0/3] s390x fixes for 2.7

Message ID 20160720141725.20025-1-cornelia.huck@de.ibm.com
State New
Headers show

Pull-request

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

Message

Cornelia Huck July 20, 2016, 2:17 p.m. UTC
ck/qemu s390x-20160720
The following changes since commit 1ecfb24da987b862fd46a5b37292879952ea9e7d:

  Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160719-2' into staging (2016-07-20 11:32:12 +0100)

are available in the git repository at:

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

for you to fetch changes up to 2a79eb1a616a07b0e8c41430f03af254fefe219d:

  s390x/css: provide a dev_path for css devices (2016-07-20 15:47:25 +0200)

----------------------------------------------------------------
Fixes for s390x in the css area.

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

Cornelia Huck (1):
  s390x/css: provide a dev_path for css devices

Sascha Silbe (2):
  s390x/css: copy CCW format bit from ORB to SCSW
  s390x/css: sch_handle_start_func() handles resume, too

 hw/s390x/css-bridge.c         | 26 +++++++++++++++++++++++++-
 hw/s390x/css.c                |  5 +++++
 hw/s390x/s390-virtio-ccw.c    |  4 ++++
 include/hw/s390x/css-bridge.h |  7 +++++++
 4 files changed, 41 insertions(+), 1 deletion(-)

Comments

Peter Maydell July 20, 2016, 8:32 p.m. UTC | #1
On 20 July 2016 at 15:17, Cornelia Huck <cornelia.huck@de.ibm.com> wrote:
> ck/qemu s390x-20160720
> The following changes since commit 1ecfb24da987b862fd46a5b37292879952ea9e7d:
>
>   Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160719-2' into staging (2016-07-20 11:32:12 +0100)
>
> are available in the git repository at:
>
>   git://github.com/cohuck/qemu tags/s390x-20160720
>
> for you to fetch changes up to 2a79eb1a616a07b0e8c41430f03af254fefe219d:
>
>   s390x/css: provide a dev_path for css devices (2016-07-20 15:47:25 +0200)
>
> ----------------------------------------------------------------
> Fixes for s390x in the css area.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM