From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSLKl-0002JD-0K for qemu-devel@nongnu.org; Mon, 02 Mar 2015 03:04:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSLKh-0001sW-Pj for qemu-devel@nongnu.org; Mon, 02 Mar 2015 03:04:10 -0500 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:43353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSLKh-0001sF-Hh for qemu-devel@nongnu.org; Mon, 02 Mar 2015 03:04:07 -0500 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 2 Mar 2015 08:04:04 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 47ADF219004D for ; Mon, 2 Mar 2015 08:03:55 +0000 (GMT) Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t22842Pl10944774 for ; Mon, 2 Mar 2015 08:04:02 GMT Received: from d06av04.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t22842Gp009195 for ; Mon, 2 Mar 2015 01:04:02 -0700 Message-ID: <54F41971.4030206@de.ibm.com> Date: Mon, 02 Mar 2015 09:04:01 +0100 From: Christian Borntraeger MIME-Version: 1.0 References: <1425045337-20138-1-git-send-email-armbru@redhat.com> In-Reply-To: <1425045337-20138-1-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] virtio-s390: Convert to realize() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , qemu-devel@nongnu.org Cc: agraf@suse.de, mst@redhat.com Am 27.02.2015 um 14:55 schrieb Markus Armbruster: > Markus Armbruster (2): > virtio-s390: s390_virtio_device_init() can't fail, simplify > virtio-s390: Convert to realize() > > hw/s390x/s390-virtio-bus.c | 97 ++++++++++++++++++++++++++-------------------- > hw/s390x/s390-virtio-bus.h | 2 +- > 2 files changed, 56 insertions(+), 43 deletions(-) > Applied. Thanks.