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

2015-01-09 Thread Cornelia Huck
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

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

2015-01-09 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