From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMbEJ-0003lI-Qe for qemu-devel@nongnu.org; Tue, 13 Nov 2018 11:07:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gMbEF-00072H-HL for qemu-devel@nongnu.org; Tue, 13 Nov 2018 11:07:55 -0500 Date: Tue, 13 Nov 2018 17:07:40 +0100 From: Cornelia Huck Message-ID: <20181113170740.10117067.cohuck@redhat.com> In-Reply-To: <20181113121710.18490-1-david@redhat.com> References: <20181113121710.18490-1-david@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] s390x/pci: properly fail if the zPCI device cannot be created List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Hildenbrand Cc: qemu-devel@nongnu.org, qemu-s390x@nongnu.org, Collin Walling , Thomas Huth , Christian Borntraeger , Richard Henderson On Tue, 13 Nov 2018 13:17:10 +0100 David Hildenbrand wrote: > Right now, errors during realize()/pre_plug/plug of the zPCI device > would result in QEMU crashing instead of failing nicely when creating > a zPCI device for a PCI device. > > Reviewed-by: Thomas Huth > Reviewed-by: Collin Walling > Signed-off-by: David Hildenbrand > --- > > v1 -> v2: > - Fix setting of "target" property (key and value was inverted) > > hw/s390x/s390-pci-bus.c | 25 +++++++++++++++++++------ > 1 file changed, 19 insertions(+), 6 deletions(-) Thanks, queued to s390-fixes.