qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/8] s390: SCLP console and misc


From: Jens Freimann
Subject: [Qemu-devel] [PATCH 0/8] s390: SCLP console and misc
Date: Wed, 6 Jun 2012 14:05:15 +0200

From: Jens Freimann <address@hidden>

Some patches for s390. The biggest chunk is the SCLP (console) implementation.

Christian Borntraeger (3):
  s390: autodetect map private
  s390: stop target cpu on sigp initial reset
  s390: Cleanup sclp functions

Heinz Graalfs (2):
  s390: sclp event facility and signal quiesce support via
    system_powerdown
  s390: Add SCLP vt220 console support

Jens Freimann (2):
  s390: add new define for KVM_CAP_S390_COW
  s390: make kvm_stat work on s390

Nick Wang (1):
  s390: Fix the storage increment size calculation

 Makefile.target           |    3 +-
 exec.c                    |   54 ++++--
 hw/s390-event-facility.c  |  441 ++++++++++++++++++++++++++++++++++++++++++
 hw/s390-event-facility.h  |   62 ++++++
 hw/s390-sclp.c            |  463 +++++++++++++++++++++++++++++++++++++++++++++
 hw/s390-sclp.h            |  148 +++++++++++++++
 hw/s390-virtio.c          |   17 +-
 kvm.h                     |    9 +
 linux-headers/linux/kvm.h |    1 +
 oslib-posix.c             |    3 +
 scripts/kvm/kvm_stat      |   26 ++-
 sysemu.h                  |    1 +
 target-s390x/cpu.h        |   11 --
 target-s390x/kvm.c        |   12 +-
 target-s390x/op_helper.c  |   48 ++---
 vl.c                      |   41 ++++
 16 files changed, 1283 insertions(+), 57 deletions(-)
 create mode 100644 hw/s390-event-facility.c
 create mode 100644 hw/s390-event-facility.h
 create mode 100644 hw/s390-sclp.c
 create mode 100644 hw/s390-sclp.h

-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]