mbox

[PULL,0/5] s390 patch queue 2013-03-08

Message ID 1362773873-4510-1-git-send-email-agraf@suse.de
State New
Headers show

Pull-request

git://github.com/agraf/qemu.git s390-for-upstream

Message

Alexander Graf March 8, 2013, 8:17 p.m. UTC
Hi Blue / Aurelien,

This is my current patch queue for s390.  Please pull.

Alex


The following changes since commit 0bc472a9d6b80567c212023c5eae413f4dfb53ad:
  Kuo-Jung Su (1):
        hw/nand.c: correct the sense of the BUSY/READY status bit

are available in the git repository at:

  git://github.com/agraf/qemu.git s390-for-upstream

Christian Borntraeger (4):
      s390: simplify kvm cpu init
      Allow virtio-net features for legacy s390 virtio bus
      s390/css: Fix subchannel detection
      s390/virtio-ccw: remove redundant call to blockdev_mark_auto_del

Cornelia Huck (1):
      s390: virtio-ccw maintainer

 MAINTAINERS                |   14 ++++++++++++++
 hw/s390x/css.c             |   11 +++++++----
 hw/s390x/s390-virtio-bus.c |    1 +
 hw/s390x/virtio-ccw.c      |    1 -
 target-s390x/cpu.h         |    2 +-
 target-s390x/ioinst.c      |    2 +-
 target-s390x/kvm.c         |    9 ++-------
 7 files changed, 26 insertions(+), 14 deletions(-)

Comments

Blue Swirl March 9, 2013, 12:09 p.m. UTC | #1
On Fri, Mar 8, 2013 at 8:17 PM, Alexander Graf <agraf@suse.de> wrote:
> Hi Blue / Aurelien,
>
> This is my current patch queue for s390.  Please pull.

Thanks, pulled.

>
> Alex
>
>
> The following changes since commit 0bc472a9d6b80567c212023c5eae413f4dfb53ad:
>   Kuo-Jung Su (1):
>         hw/nand.c: correct the sense of the BUSY/READY status bit
>
> are available in the git repository at:
>
>   git://github.com/agraf/qemu.git s390-for-upstream
>
> Christian Borntraeger (4):
>       s390: simplify kvm cpu init
>       Allow virtio-net features for legacy s390 virtio bus
>       s390/css: Fix subchannel detection
>       s390/virtio-ccw: remove redundant call to blockdev_mark_auto_del
>
> Cornelia Huck (1):
>       s390: virtio-ccw maintainer
>
>  MAINTAINERS                |   14 ++++++++++++++
>  hw/s390x/css.c             |   11 +++++++----
>  hw/s390x/s390-virtio-bus.c |    1 +
>  hw/s390x/virtio-ccw.c      |    1 -
>  target-s390x/cpu.h         |    2 +-
>  target-s390x/ioinst.c      |    2 +-
>  target-s390x/kvm.c         |    9 ++-------
>  7 files changed, 26 insertions(+), 14 deletions(-)