qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v2 0/7] s390x patches for 2.3
@ 2014-12-18 16:34 Cornelia Huck
  2014-12-18 16:34 ` [Qemu-devel] [PULL v2 1/7] s390x/ccw: fix oddity in machine class init Cornelia Huck
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Cornelia Huck @ 2014-12-18 16:34 UTC (permalink / raw)
  To: peter.maydell; +Cc: Cornelia Huck, borntraeger, jfrei, qemu-devel, agraf

Next try for s390x updates. The previous build failures should be
fixed now.

The following changes since commit 86b182ac0e0b44726d85598cbefb468ed22517fc:

  Merge remote-tracking branch 'remotes/xtensa/tags/20141217-xtensa' into staging (2014-12-17 17:31:26 +0000)

are available in the git repository at:


  git://github.com/cohuck/qemu tags/s390x-20141218-v2

for you to fetch changes up to 312bf875ce90a588c12b0119dd4514aea4fad1d8:

  kvm: extend kvm_irqchip_add_msi_route to work on s390 (2014-12-18 15:33:24 +0100)

----------------------------------------------------------------
s390x patches for 2.3.

Highlight is support for PCI devices on s390x. Otherwise, performance
improvements (register sync) and small cleanups.

----------------------------------------------------------------

Cornelia Huck (1):
  s390x/ccw: fix oddity in machine class init

David Hildenbrand (2):
  s390x/kvm: sync register support helper function
  s390x/kvm: avoid syscalls by syncing registers with kvm_run

Frank Blaschka (3):
  s390: Add PCI bus support
  s390: implement pci instructions
  kvm: extend kvm_irqchip_add_msi_route to work on s390

Thomas Huth (1):
  s390x/css: Clean up unnecessary CONFIG_USER_ONLY wrappers

 MAINTAINERS                       |    2 +
 default-configs/s390x-softmmu.mak |    1 +
 hw/s390x/Makefile.objs            |    1 +
 hw/s390x/css.c                    |    5 +
 hw/s390x/css.h                    |    1 +
 hw/s390x/s390-pci-bus.c           |  591 +++++++++++++++++++++++++++
 hw/s390x/s390-pci-bus.h           |  251 ++++++++++++
 hw/s390x/s390-pci-inst.c          |  811 +++++++++++++++++++++++++++++++++++++
 hw/s390x/s390-pci-inst.h          |  288 +++++++++++++
 hw/s390x/s390-virtio-ccw.c        |    9 +-
 hw/s390x/sclp.c                   |   10 +-
 include/hw/s390x/sclp.h           |    8 +
 include/sysemu/kvm.h              |    4 +
 kvm-all.c                         |    7 +
 target-arm/kvm.c                  |    6 +
 target-i386/kvm.c                 |    6 +
 target-mips/kvm.c                 |    6 +
 target-ppc/kvm.c                  |    6 +
 target-s390x/cpu.h                |   81 ----
 target-s390x/ioinst.c             |   52 +++
 target-s390x/ioinst.h             |    1 +
 target-s390x/kvm.c                |  273 +++++++++++--
 22 files changed, 2305 insertions(+), 115 deletions(-)
 create mode 100644 hw/s390x/s390-pci-bus.c
 create mode 100644 hw/s390x/s390-pci-bus.h
 create mode 100644 hw/s390x/s390-pci-inst.c
 create mode 100644 hw/s390x/s390-pci-inst.h

-- 
1.7.9.5

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

end of thread, other threads:[~2015-01-07 15:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-18 16:34 [Qemu-devel] [PULL v2 0/7] s390x patches for 2.3 Cornelia Huck
2014-12-18 16:34 ` [Qemu-devel] [PULL v2 1/7] s390x/ccw: fix oddity in machine class init Cornelia Huck
2014-12-18 16:34 ` [Qemu-devel] [PULL v2 2/7] s390x/css: Clean up unnecessary CONFIG_USER_ONLY wrappers Cornelia Huck
2014-12-18 16:34 ` [Qemu-devel] [PULL v2 3/7] s390x/kvm: sync register support helper function Cornelia Huck
2014-12-18 16:34 ` [Qemu-devel] [PULL v2 4/7] s390x/kvm: avoid syscalls by syncing registers with kvm_run Cornelia Huck
2014-12-18 16:34 ` [Qemu-devel] [PULL v2 5/7] s390: Add PCI bus support Cornelia Huck
2014-12-18 16:34 ` [Qemu-devel] [PULL v2 6/7] s390: implement pci instructions Cornelia Huck
2014-12-18 16:34 ` [Qemu-devel] [PULL v2 7/7] kvm: extend kvm_irqchip_add_msi_route to work on s390 Cornelia Huck
2014-12-20 22:03 ` [Qemu-devel] [PULL v2 0/7] s390x patches for 2.3 Peter Maydell
2015-01-07 15:08   ` Cornelia Huck
2015-01-07 15:39     ` Frank Blaschka

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