qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/11] s390x patches for 2.9
@ 2017-01-11  9:37 Cornelia Huck
  2017-01-11  9:37 ` [Qemu-devel] [PATCH 01/11] s390x: remove double compat statement Cornelia Huck
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Cornelia Huck @ 2017-01-11  9:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: borntraeger, agraf, jfrei, Cornelia Huck

The first set of s390x patches for 2.9.

The major part is an update of the zpci code, which enables proper
multibus support and also makes the code nicer all around.

Other than that, introduction of the 2.9 machine and some optimization.

Christian Borntraeger (1):
  s390x: remove double compat statement

Cornelia Huck (1):
  s390x: add compat machine for 2.9

Fei Li (1):
  s390x/kvm: use kvm_gsi_routing_enabled in flic

Pierre Morel (3):
  s390x/pci: change the device array to a list
  s390x/pci: PCI multibus bridge handling
  s390x/pci: handle PCIBridge bus number

Yi Min Zhao (5):
  s390x/pci: make S390PCIIOMMU inherit Object
  s390x/pci: dynamically allocate iommu
  s390x/pci: optimize calling s390_get_phb()
  s390x/pci: use hashtable to look up zpci via fh
  s390x/pci: merge msix init functions

 hw/intc/s390_flic_kvm.c    |   4 +-
 hw/s390x/s390-pci-bus.c    | 361 +++++++++++++++++++++++++++++----------------
 hw/s390x/s390-pci-bus.h    |  46 ++++--
 hw/s390x/s390-pci-inst.c   |  74 +++++-----
 hw/s390x/s390-pci-inst.h   |   2 +-
 hw/s390x/s390-virtio-ccw.c |  19 ++-
 target/s390x/kvm.c         |   2 +-
 7 files changed, 327 insertions(+), 181 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-01-11  9:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-11  9:37 [Qemu-devel] [PATCH 00/11] s390x patches for 2.9 Cornelia Huck
2017-01-11  9:37 ` [Qemu-devel] [PATCH 01/11] s390x: remove double compat statement Cornelia Huck
2017-01-11  9:37 ` [Qemu-devel] [PATCH 02/11] s390x: add compat machine for 2.9 Cornelia Huck
2017-01-11  9:37 ` [Qemu-devel] [PATCH 03/11] s390x/kvm: use kvm_gsi_routing_enabled in flic Cornelia Huck
2017-01-11  9:37 ` [Qemu-devel] [PATCH 04/11] s390x/pci: make S390PCIIOMMU inherit Object Cornelia Huck
2017-01-11  9:37 ` [Qemu-devel] [PATCH 05/11] s390x/pci: dynamically allocate iommu Cornelia Huck
2017-01-11  9:37 ` [Qemu-devel] [PATCH 06/11] s390x/pci: change the device array to a list Cornelia Huck
2017-01-11  9:37 ` [Qemu-devel] [PATCH 07/11] s390x/pci: optimize calling s390_get_phb() Cornelia Huck
2017-01-11  9:37 ` [Qemu-devel] [PATCH 08/11] s390x/pci: PCI multibus bridge handling Cornelia Huck
2017-01-11  9:37 ` [Qemu-devel] [PATCH 09/11] s390x/pci: use hashtable to look up zpci via fh Cornelia Huck
2017-01-11  9:37 ` [Qemu-devel] [PATCH 10/11] s390x/pci: handle PCIBridge bus number Cornelia Huck
2017-01-11  9:37 ` [Qemu-devel] [PATCH 11/11] s390x/pci: merge msix init functions 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).