mbox

[PULL,0/4] s390 patch queue 2012-06-18

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

Pull-request

git://repo.or.cz/qemu/agraf.git s390-for-upstream

Message

Alexander Graf June 18, 2012, 1:36 p.m. UTC
Hi Blue / Aurelien,

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

Alex


The following changes since commit eb2aeacf983a2a88a2b31e8fee067c38bd10abd3:
  malc (1):
        audio/winwave: Fix typo

are available in the git repository at:

  git://repo.or.cz/qemu/agraf.git s390-for-upstream

Alexander Graf (2):
      s390x: fix s390 virtio aliases
      kvm: Update kernel headers

Christian Borntraeger (1):
      s390: stop target cpu on sigp initial reset

Jens Freimann (1):
      s390: make kvm_stat work on s390

 hw/qdev-monitor.c            |   27 ++++++++++++++++++++-------
 linux-headers/asm-s390/kvm.h |    5 +++++
 linux-headers/linux/kvm.h    |    1 +
 scripts/kvm/kvm_stat         |   26 +++++++++++++++++++++++++-
 target-s390x/kvm.c           |    1 +
 5 files changed, 52 insertions(+), 8 deletions(-)

Comments

Blue Swirl June 24, 2012, 12:26 p.m. UTC | #1
On Mon, Jun 18, 2012 at 1:36 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 eb2aeacf983a2a88a2b31e8fee067c38bd10abd3:
>  malc (1):
>        audio/winwave: Fix typo
>
> are available in the git repository at:
>
>  git://repo.or.cz/qemu/agraf.git s390-for-upstream
>
> Alexander Graf (2):
>      s390x: fix s390 virtio aliases
>      kvm: Update kernel headers
>
> Christian Borntraeger (1):
>      s390: stop target cpu on sigp initial reset
>
> Jens Freimann (1):
>      s390: make kvm_stat work on s390
>
>  hw/qdev-monitor.c            |   27 ++++++++++++++++++++-------
>  linux-headers/asm-s390/kvm.h |    5 +++++
>  linux-headers/linux/kvm.h    |    1 +
>  scripts/kvm/kvm_stat         |   26 +++++++++++++++++++++++++-
>  target-s390x/kvm.c           |    1 +
>  5 files changed, 52 insertions(+), 8 deletions(-)