qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/8] s390: pending patches
@ 2014-05-16 12:41 Cornelia Huck
  2014-05-16 12:41 ` [Qemu-devel] [PATCH 1/8] s390x: split flic into kvm and non-kvm parts Cornelia Huck
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Cornelia Huck @ 2014-05-16 12:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: Cornelia Huck, borntraeger, agraf

Here's my current patch queue, containing the irqfd enablement
and the debugging support.

I'll send a pull request once "kvm: Fix enable_cap helpers on older gcc"
has hit master, as I don't want to break compilation of kvm-all.c.

Available on
https://github.com/cohuck/qemu.git s390-next

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              |    2 +
 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, 1109 insertions(+), 330 deletions(-)
 create mode 100644 hw/intc/s390_flic_kvm.c
 create mode 100644 include/hw/s390x/adapter.h

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-05-19  8:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-16 12:41 [Qemu-devel] [PATCH 0/8] s390: pending patches Cornelia Huck
2014-05-16 12:41 ` [Qemu-devel] [PATCH 1/8] s390x: split flic into kvm and non-kvm parts Cornelia Huck
2014-05-16 12:41 ` [Qemu-devel] [PATCH 2/8] s390x: Add I/O adapter registration Cornelia Huck
2014-05-16 12:41 ` [Qemu-devel] [PATCH 3/8] s390x/virtio-ccw: reference-counted indicators Cornelia Huck
2014-05-16 12:41 ` [Qemu-devel] [PATCH 4/8] s390x/virtio-ccw: Wire up irq routing and irqfds Cornelia Huck
2014-05-16 12:41 ` [Qemu-devel] [PATCH 5/8] linux-headers: update Cornelia Huck
2014-05-16 12:41 ` [Qemu-devel] [PATCH 6/8] s390x: remove duplicate definitions of DIAG 501 Cornelia Huck
2014-05-16 12:41 ` [Qemu-devel] [PATCH 7/8] s390x/kvm: software breakpoint support Cornelia Huck
2014-05-16 12:41 ` [Qemu-devel] [PATCH 8/8] s390x/kvm: hw debugging support via guest PER facility Cornelia Huck
2014-05-16 13:54 ` [Qemu-devel] [PATCH 0/8] s390: pending patches Andreas Färber
2014-05-19  8:40   ` Cornelia Huck

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).