From: Cornelia Huck <cornelia.huck@de.ibm.com>
To: qemu-devel@nongnu.org
Cc: Cornelia Huck <cornelia.huck@de.ibm.com>,
peter.maydell@linaro.org, agraf@suse.de, aliguori@amazon.com,
borntraeger@de.ibm.com
Subject: [Qemu-devel] [PULL 0/9] s390 patches for 2014/05/20
Date: Tue, 20 May 2014 13:44:53 +0200 [thread overview]
Message-ID: <1400586302-3253-1-git-send-email-cornelia.huck@de.ibm.com> (raw)
Changes from <1400244096-16234-1-git-send-email-cornelia.huck@de.ibm.com>:
- drop trailing period in subjects
- add "kvm: Fix enable_cap helpers on older gcc" to avoid compile failures
The following changes since commit c5fa6c86d0765f837515d1c10654c621724a77e0:
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging (2014-05-19 14:10:01 +0100)
are available in the git repository at:
git://github.com/cohuck/qemu.git tags/s390x-20140520
for you to fetch changes up to 770a63792b2c9a3f9565b68b0a7ef0be6883f551:
s390x/kvm: hw debugging support via guest PER facility (2014-05-20 13:05:58 +0200)
----------------------------------------------------------------
some s390 patches:
- Enable irqfds on s390 via the new adapter interrupt routing type.
As a prereq, fix the kvm enable_cap helpers for some compilers and
split the s390 flic into kvm and non-kvm parts.
- Enable software and hardware debugging support on s390. This needs a
kernel headers update.
----------------------------------------------------------------
Alexander Graf (1):
kvm: Fix enable_cap helpers on older gcc
Cornelia Huck (4):
s390x: split flic into kvm and non-kvm parts
s390x: add I/O adapter registration
s390x/virtio-ccw: reference-counted indicators
s390x/virtio-ccw: wire up irq routing and irqfds
David Hildenbrand (3):
s390x: remove duplicate definitions of DIAG 501
s390x/kvm: software breakpoint support
s390x/kvm: hw debugging support via guest PER facility
Jens Freimann (1):
linux-headers: update
default-configs/s390x-softmmu.mak | 3 +-
hw/intc/Makefile.objs | 1 +
hw/intc/s390_flic.c | 325 +++++-----------------------
hw/intc/s390_flic_kvm.c | 420 +++++++++++++++++++++++++++++++++++++
hw/s390x/css.c | 50 +++++
hw/s390x/css.h | 4 +
hw/s390x/virtio-ccw.c | 237 ++++++++++++++++++---
hw/s390x/virtio-ccw.h | 16 +-
include/hw/s390x/adapter.h | 23 ++
include/hw/s390x/s390_flic.h | 65 +++++-
include/qemu/typedefs.h | 1 +
include/sysemu/kvm.h | 6 +-
kvm-all.c | 38 +++-
kvm-stub.c | 5 +
linux-headers/asm-s390/kvm.h | 28 +++
linux-headers/linux/kvm.h | 7 +-
target-s390x/cpu-qom.h | 1 +
target-s390x/helper.c | 12 ++
target-s390x/kvm.c | 201 ++++++++++++++++--
19 files changed, 1111 insertions(+), 332 deletions(-)
create mode 100644 hw/intc/s390_flic_kvm.c
create mode 100644 include/hw/s390x/adapter.h
--
1.7.9.5
next reply other threads:[~2014-05-20 11:45 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-20 11:44 Cornelia Huck [this message]
2014-05-20 11:44 ` [Qemu-devel] [PULL 1/9] kvm: Fix enable_cap helpers on older gcc Cornelia Huck
2014-05-20 11:44 ` [Qemu-devel] [PULL 2/9] s390x: split flic into kvm and non-kvm parts Cornelia Huck
2014-05-20 11:44 ` [Qemu-devel] [PULL 3/9] s390x: add I/O adapter registration Cornelia Huck
2014-05-20 11:44 ` [Qemu-devel] [PULL 4/9] s390x/virtio-ccw: reference-counted indicators Cornelia Huck
2014-05-20 11:44 ` [Qemu-devel] [PULL 5/9] s390x/virtio-ccw: wire up irq routing and irqfds Cornelia Huck
2014-05-20 11:44 ` [Qemu-devel] [PULL 6/9] linux-headers: update Cornelia Huck
2014-05-20 11:45 ` [Qemu-devel] [PULL 7/9] s390x: remove duplicate definitions of DIAG 501 Cornelia Huck
2014-05-20 11:45 ` [Qemu-devel] [PULL 8/9] s390x/kvm: software breakpoint support Cornelia Huck
2014-05-20 11:45 ` [Qemu-devel] [PULL 9/9] s390x/kvm: hw debugging support via guest PER facility Cornelia Huck
2014-05-22 16:05 ` [Qemu-devel] [PULL 0/9] s390 patches for 2014/05/20 Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1400586302-3253-1-git-send-email-cornelia.huck@de.ibm.com \
--to=cornelia.huck@de.ibm.com \
--cc=agraf@suse.de \
--cc=aliguori@amazon.com \
--cc=borntraeger@de.ibm.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).