On Fri, 9 Jan 2015 09:04:38 +0100
Frank Blaschka wrote:
> +static IOMMUTLBEntry s390_translate_iommu(MemoryRegion *iommu, hwaddr addr,
> + bool is_write)
> +{
> +uint64_t pte;
> +uint32_t flags;
> +S390PCIBusDevice *pbdev = container_of(iommu
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