From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl2QH-0006Pv-EO for qemu-devel@nongnu.org; Sun, 02 Nov 2014 16:11:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xl2Q5-0003Ap-1l for qemu-devel@nongnu.org; Sun, 02 Nov 2014 16:10:53 -0500 Received: from cantor2.suse.de ([195.135.220.15]:33754 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl2Q4-0003Aa-Mh for qemu-devel@nongnu.org; Sun, 02 Nov 2014 16:10:40 -0500 Message-ID: <54569DCD.6090307@suse.de> Date: Sun, 02 Nov 2014 22:10:37 +0100 From: Alexander Graf MIME-Version: 1.0 References: <1413990720-39602-1-git-send-email-blaschka@linux.vnet.ibm.com> In-Reply-To: <1413990720-39602-1-git-send-email-blaschka@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3 RFC] add PCI support for the s390 platform List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Frank Blaschka , cornelia.huck@de.ibm.com, borntraeger@de.ibm.com, pbonzini@redhat.com, alex.williamson@redhat.com Cc: qemu-devel@nongnu.org On 22.10.14 17:11, Frank Blaschka wrote: > 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. > (In parallel I also post some changes to make vfio run on s390) > > I hope to get feedback and guidance especially for > > kvm: extend kvm_irqchip_add_msi_route to work on s390 > > which adds the s390 interpretation of MSI-X to the common kvm > add_msi_route functionality. > > Thx for any help, The patch set certainly looks like way-above-RFC-quality to me ;). Unfortunately timing is suboptimal with soft freeze in place already and hard freeze coming up soon, but from a quick glimpse I like it. No reviewed-by yet though, as I'd have to dig in further for that ;). Alex