mbox

[PULL,for-2.4,0/2] Fixes for s390x

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

Pull-request

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

Message

Cornelia Huck July 14, 2015, 5:26 p.m. UTC
The following changes since commit 0030ff40472b9ebf0e0595afbc8d7e428218c5d7:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150714-1' into staging (2015-07-14 14:52:45 +0100)

are available in the git repository at:

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

for you to fetch changes up to 2af9170c8c269c4fba73e5271453ca15a57f5844:

  s390/virtio-ccw: Fix migration (2015-07-14 19:10:03 +0200)

----------------------------------------------------------------
s390x fixes for 2.4:
- virtio migration regression
- missing diag288 watchdog resets

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

Christian Borntraeger (1):
  s390/virtio-ccw: Fix migration

Xu Wang (1):
  watchdog/diag288: correctly register for system reset requests

 hw/s390x/s390-virtio-ccw.c | 6 +++++-
 hw/s390x/virtio-ccw.c      | 2 +-
 hw/watchdog/wdt_diag288.c  | 8 ++++++++
 3 files changed, 14 insertions(+), 2 deletions(-)

Comments

Peter Maydell July 14, 2015, 7:14 p.m. UTC | #1
On 14 July 2015 at 18:26, Cornelia Huck <cornelia.huck@de.ibm.com> wrote:
> The following changes since commit 0030ff40472b9ebf0e0595afbc8d7e428218c5d7:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150714-1' into staging (2015-07-14 14:52:45 +0100)
>
> are available in the git repository at:
>
>   git://github.com/cohuck/qemu tags/s390x-20150714
>
> for you to fetch changes up to 2af9170c8c269c4fba73e5271453ca15a57f5844:
>
>   s390/virtio-ccw: Fix migration (2015-07-14 19:10:03 +0200)
>
> ----------------------------------------------------------------
> s390x fixes for 2.4:
> - virtio migration regression
> - missing diag288 watchdog resets

Applied, thanks.

-- PMM