mbox

[PULL,0/4] s390x/virtio-ccw: migration and virtio for 2.4

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

Pull-request

git://github.com/borntraeger/qemu.git tags/s390x-20150609

Message

Christian Borntraeger June 9, 2015, 8:39 a.m. UTC
Peter,

The following changes since commit 42d58e7c6760cb9c55627c28ae538e27dcf2f144:

  Merge remote-tracking branch 'remotes/sstabellini/tags/xen-15-06-02-tag' into staging (2015-06-02 16:47:31 +0100)

are available in the git repository at:

  git://github.com/borntraeger/qemu.git tags/s390x-20150609

for you to fetch changes up to 6028ef075791913228c36f10cb270f1f52e9f076:

  s390x/migration: add comment about floating point migration (2015-06-09 09:54:57 +0200)

----------------------------------------------------------------
s390x/virtio-ccw: migration and virtio for 2.4

1. Migration fixups
2. virtio 9pfs

----------------------------------------------------------------
Christian Borntraeger (1):
      s390x/migration: add comment about floating point migration

Jason J. Herne (1):
      virtio-ccw/migration: Migrate config vector for virtio devices

Pierre Morel (1):
      virtio-ccw: add support for 9pfs

Sascha Silbe (1):
      s390x/kvm: always ignore empty vcpu interrupt state

 hw/s390x/virtio-ccw.c  | 60 +++++++++++++++++++++++++++++++++++++++++++++++++-
 hw/s390x/virtio-ccw.h  | 18 ++++++++++++++-
 target-s390x/kvm.c     |  7 +++---
 target-s390x/machine.c |  1 +
 4 files changed, 81 insertions(+), 5 deletions(-)

Comments

Peter Maydell June 9, 2015, 12:52 p.m. UTC | #1
On 9 June 2015 at 09:39, Christian Borntraeger <borntraeger@de.ibm.com> wrote:
> Peter,
>
> The following changes since commit 42d58e7c6760cb9c55627c28ae538e27dcf2f144:
>
>   Merge remote-tracking branch 'remotes/sstabellini/tags/xen-15-06-02-tag' into staging (2015-06-02 16:47:31 +0100)
>
> are available in the git repository at:
>
>   git://github.com/borntraeger/qemu.git tags/s390x-20150609
>
> for you to fetch changes up to 6028ef075791913228c36f10cb270f1f52e9f076:
>
>   s390x/migration: add comment about floating point migration (2015-06-09 09:54:57 +0200)
>
> ----------------------------------------------------------------
> s390x/virtio-ccw: migration and virtio for 2.4
>
> 1. Migration fixups
> 2. virtio 9pfs

Applied, thanks.

-- PMM