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

2014-11-25 Thread Frank Blaschka
On Tue, Nov 25, 2014 at 01:14:01PM +0100, Alexander Graf wrote: > > > On 25.11.14 11:11, Frank Blaschka wrote: > > On Tue, Nov 18, 2014 at 06:00:40PM +0100, Alexander Graf wrote: > >> > >> > >> On 18.11.14 13:50, Frank Blaschka wrote: > >>> On Mon, Nov 10, 2014 at 04:14:16PM +0100, Alexander Graf

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

2014-11-25 Thread Alexander Graf
On 25.11.14 11:11, Frank Blaschka wrote: > On Tue, Nov 18, 2014 at 06:00:40PM +0100, Alexander Graf wrote: >> >> >> On 18.11.14 13:50, Frank Blaschka wrote: >>> On Mon, Nov 10, 2014 at 04:14:16PM +0100, Alexander Graf wrote: On 10.11.14 15:20, Frank Blaschka wrote: > From: Fran

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

2014-11-25 Thread Frank Blaschka
On Tue, Nov 18, 2014 at 06:00:40PM +0100, Alexander Graf wrote: > > > On 18.11.14 13:50, Frank Blaschka wrote: > > On Mon, Nov 10, 2014 at 04:14:16PM +0100, Alexander Graf wrote: > >> > >> > >> On 10.11.14 15:20, Frank Blaschka wrote: > >>> From: Frank Blaschka > >>> > >>> This patch implements

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

2014-11-18 Thread Alexander Graf
On 18.11.14 13:50, Frank Blaschka wrote: > On Mon, Nov 10, 2014 at 04:14:16PM +0100, Alexander Graf wrote: >> >> >> On 10.11.14 15:20, Frank Blaschka wrote: >>> From: Frank Blaschka >>> >>> This patch implements a pci bus for s390x together with infrastructure >>> to generate and handle hotplug

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

2014-11-18 Thread Frank Blaschka
On Mon, Nov 10, 2014 at 04:14:16PM +0100, Alexander Graf wrote: > > > On 10.11.14 15:20, 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

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

2014-11-10 Thread Alexander Graf
On 10.11.14 15:20, 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 for > MSI/MSI-X

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

2014-11-10 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