From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDrj4-00022e-Dd for qemu-devel@nongnu.org; Mon, 26 Aug 2013 04:00:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VDriw-0005Pr-L4 for qemu-devel@nongnu.org; Mon, 26 Aug 2013 04:00:38 -0400 Received: from e06smtp18.uk.ibm.com ([195.75.94.114]:60962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDriw-0005PR-AH for qemu-devel@nongnu.org; Mon, 26 Aug 2013 04:00:30 -0400 Received: from /spool/local by e06smtp18.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 26 Aug 2013 08:53:31 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 6FC671B08074 for ; Mon, 26 Aug 2013 09:00:27 +0100 (BST) Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r7Q80D1e45547534 for ; Mon, 26 Aug 2013 08:00:13 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 r7Q80N2h013517 for ; Mon, 26 Aug 2013 02:00:24 -0600 Date: Mon, 26 Aug 2013 10:00:21 +0200 From: Cornelia Huck Message-ID: <20130826100021.2a0e407d@gondolin> In-Reply-To: <1377302436-25193-11-git-send-email-afaerber@suse.de> References: <1377302436-25193-1-git-send-email-afaerber@suse.de> <1377302436-25193-11-git-send-email-afaerber@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 10/16] virtio-ccw: Pass size to virtio_ccw_bus_new() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?UTF-8?B?RsOkcmJlcg==?= Cc: peter.maydell@linaro.org, Alexander Graf , qemu-devel@nongnu.org, anthony@codemonkey.ws, Richard Henderson On Sat, 24 Aug 2013 02:00:30 +0200 Andreas F=C3=A4rber wrote: > To be passed to qbus_create_inplace(). >=20 > Signed-off-by: Andreas F=C3=A4rber > --- > hw/s390x/virtio-ccw.c | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) >=20 Acked-by: Cornelia Huck