mbox

[PULL,0/7] s390 patch queue 2012-10-29

Message ID 1351536024-27536-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 Oct. 29, 2012, 6:40 p.m. UTC
Hi Blue / Aurelien,

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

Alex


The following changes since commit b308c82cbda44e138ef990af64d44a5613c16092:
  Avi Kivity (1):
        pci: avoid destroying bridge address space windows in a transaction

are available in the git repository at:

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

Alexander Graf (1):
      s390x: fix -initrd in virtio machine

Christian Borntraeger (1):
      s390: use sync regs for register transfer

Heinz Graalfs (5):
      s390/kvm_stat: correct sys_perf_event_open syscall number
      s390: sclp base support
      s390: sclp event support
      s390: sclp signal quiesce support
      s390: sclp ascii console support

 hw/s390-virtio.c           |    6 +-
 hw/s390x/Makefile.objs     |    3 +
 hw/s390x/event-facility.c  |  398 ++++++++++++++++++++++++++++++++++++++++++++
 hw/s390x/event-facility.h  |   96 +++++++++++
 hw/s390x/sclp.c            |  163 ++++++++++++++++++
 hw/s390x/sclp.h            |  118 +++++++++++++
 hw/s390x/sclpconsole.c     |  306 ++++++++++++++++++++++++++++++++++
 hw/s390x/sclpquiesce.c     |  123 ++++++++++++++
 scripts/kvm/kvm_stat       |   11 +-
 target-s390x/cpu.h         |   13 +--
 target-s390x/kvm.c         |  117 ++++++++++---
 target-s390x/misc_helper.c |   45 +-----
 12 files changed, 1315 insertions(+), 84 deletions(-)
 create mode 100644 hw/s390x/event-facility.c
 create mode 100644 hw/s390x/event-facility.h
 create mode 100644 hw/s390x/sclp.c
 create mode 100644 hw/s390x/sclp.h
 create mode 100644 hw/s390x/sclpconsole.c
 create mode 100644 hw/s390x/sclpquiesce.c

Comments

Aurelien Jarno Oct. 30, 2012, 12:07 a.m. UTC | #1
On Mon, Oct 29, 2012 at 07:40:17PM +0100, Alexander Graf wrote:
> Hi Blue / Aurelien,
> 
> This is my current patch queue for s390.  Please pull.
> 
> Alex
> 
> 
> The following changes since commit b308c82cbda44e138ef990af64d44a5613c16092:
>   Avi Kivity (1):
>         pci: avoid destroying bridge address space windows in a transaction
> 
> are available in the git repository at:
> 
>   git://repo.or.cz/qemu/agraf.git s390-for-upstream
> 
> Alexander Graf (1):
>       s390x: fix -initrd in virtio machine
> 
> Christian Borntraeger (1):
>       s390: use sync regs for register transfer
> 
> Heinz Graalfs (5):
>       s390/kvm_stat: correct sys_perf_event_open syscall number
>       s390: sclp base support
>       s390: sclp event support
>       s390: sclp signal quiesce support
>       s390: sclp ascii console support
> 
>  hw/s390-virtio.c           |    6 +-
>  hw/s390x/Makefile.objs     |    3 +
>  hw/s390x/event-facility.c  |  398 ++++++++++++++++++++++++++++++++++++++++++++
>  hw/s390x/event-facility.h  |   96 +++++++++++
>  hw/s390x/sclp.c            |  163 ++++++++++++++++++
>  hw/s390x/sclp.h            |  118 +++++++++++++
>  hw/s390x/sclpconsole.c     |  306 ++++++++++++++++++++++++++++++++++
>  hw/s390x/sclpquiesce.c     |  123 ++++++++++++++
>  scripts/kvm/kvm_stat       |   11 +-
>  target-s390x/cpu.h         |   13 +--
>  target-s390x/kvm.c         |  117 ++++++++++---
>  target-s390x/misc_helper.c |   45 +-----
>  12 files changed, 1315 insertions(+), 84 deletions(-)
>  create mode 100644 hw/s390x/event-facility.c
>  create mode 100644 hw/s390x/event-facility.h
>  create mode 100644 hw/s390x/sclp.c
>  create mode 100644 hw/s390x/sclp.h
>  create mode 100644 hw/s390x/sclpconsole.c
>  create mode 100644 hw/s390x/sclpquiesce.c
> 

Thanks, pulled.