qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] add PCI support for the s390 platform
@ 2014-11-10 14:20 Frank Blaschka
  2014-11-10 14:20 ` [Qemu-devel] [PATCH 1/3] s390: Add PCI bus support Frank Blaschka
                   ` (2 more replies)
  0 siblings, 3 replies; 27+ messages in thread
From: Frank Blaschka @ 2014-11-10 14:20 UTC (permalink / raw)
  To: agraf, cornelia.huck, borntraeger, pbonzini, qemu-devel
  Cc: peter.maydell, james.hogan, mtosatti, Frank Blaschka, rth

This set of patches implemets PCI support for the s390 platform.
Now it is possible to run virtio-net-pci and potentially all
virtual pci devices conforming to s390 platform constrains.

Please review and consider for integration into 2.3

Thanks,

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

 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           | 485 ++++++++++++++++++++++++
 hw/s390x/s390-pci-bus.h           | 254 +++++++++++++
 hw/s390x/s390-virtio-ccw.c        |   3 +
 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/Makefile.objs        |   2 +-
 target-s390x/ioinst.c             |  52 +++
 target-s390x/ioinst.h             |   1 +
 target-s390x/kvm.c                |  78 ++++
 target-s390x/pci_ic.c             | 753 ++++++++++++++++++++++++++++++++++++++
 target-s390x/pci_ic.h             | 335 +++++++++++++++++
 21 files changed, 2022 insertions(+), 2 deletions(-)
 create mode 100644 hw/s390x/s390-pci-bus.c
 create mode 100644 hw/s390x/s390-pci-bus.h
 create mode 100644 target-s390x/pci_ic.c
 create mode 100644 target-s390x/pci_ic.h

-- 
1.8.5.5

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

end of thread, other threads:[~2014-11-25 12:43 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10 14:20 [Qemu-devel] [PATCH 0/3] add PCI support for the s390 platform Frank Blaschka
2014-11-10 14:20 ` [Qemu-devel] [PATCH 1/3] s390: Add PCI bus support Frank Blaschka
2014-11-10 15:14   ` Alexander Graf
2014-11-18 12:50     ` Frank Blaschka
2014-11-18 17:00       ` Alexander Graf
2014-11-25 10:11         ` Frank Blaschka
2014-11-25 12:14           ` Alexander Graf
2014-11-25 12:43             ` Frank Blaschka
2014-11-10 14:20 ` [Qemu-devel] [PATCH 2/3] s390: implement pci instructions Frank Blaschka
2014-11-10 15:56   ` Alexander Graf
2014-11-11 12:10     ` Frank Blaschka
2014-11-11 12:16       ` Alexander Graf
2014-11-11 12:39         ` Frank Blaschka
2014-11-11 12:51           ` Alexander Graf
2014-11-11 14:08             ` Frank Blaschka
2014-11-11 15:24               ` Alexander Graf
2014-11-12  8:49                 ` Frank Blaschka
2014-11-12  9:08                   ` Alexander Graf
2014-11-12  9:11                     ` Paolo Bonzini
2014-11-12  9:13                       ` Alexander Graf
2014-11-12  9:19                     ` Frank Blaschka
2014-11-12  9:22                       ` Alexander Graf
2014-11-12  9:36                         ` Paolo Bonzini
2014-11-12 14:34                           ` Frank Blaschka
2014-11-11 12:17       ` Peter Maydell
2014-11-11 12:40         ` Frank Blaschka
2014-11-10 14:20 ` [Qemu-devel] [PATCH 3/3] kvm: extend kvm_irqchip_add_msi_route to work on s390 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).