Re: [Qemu-devel] [PATCH 1/3 V2] s390: Add PCI bus support

2014-12-18 Thread Cornelia Huck
On Thu, 18 Dec 2014 09:52:06 +0100 Frank Blaschka wrote: > From: Frank Blaschka > > This patch implements a pci bus for s390x together with infrastructure > to generate and handle hotplug events, to configure/unconfigure via > sclp instruction, to do iommu translations and provide s390 support

[Qemu-devel] [PATCH 1/3 V2] s390: Add PCI bus support

2014-12-18 Thread Frank Blaschka
From: Frank Blaschka This patch implements a pci bus for s390x together with infrastructure to generate and handle hotplug events, to configure/unconfigure via sclp instruction, to do iommu translations and provide s390 support for MSI/MSI-X notification processing. Signed-off-by: Frank Blaschka