From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tb9XR-00054b-LT for qemu-devel@nongnu.org; Wed, 21 Nov 2012 07:36:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tb9XL-0004Fv-EM for qemu-devel@nongnu.org; Wed, 21 Nov 2012 07:36:21 -0500 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:49255) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tb9XL-0004Fo-5m for qemu-devel@nongnu.org; Wed, 21 Nov 2012 07:36:15 -0500 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 21 Nov 2012 12:36:12 -0000 Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps3074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id qALCa1Dv52166828 for ; Wed, 21 Nov 2012 12:36:01 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost.localdomain [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id qALCa0H3018823 for ; Wed, 21 Nov 2012 05:36:01 -0700 Message-ID: <50ACCAAF.3030708@de.ibm.com> Date: Wed, 21 Nov 2012 13:35:59 +0100 From: Christian Borntraeger MIME-Version: 1.0 References: <1353421834-44687-1-git-send-email-borntraeger@de.ibm.com> <50ACC41F.8080403@samsung.com> In-Reply-To: <50ACC41F.8080403@samsung.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv3] Support default block interfaces per QEMUMachine List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: i.mitsyanko@samsung.com Cc: Kevin Wolf , Peter Maydell , Anthony Liguori , Markus Armbruster , qemu-devel , Alexander Graf , Jens Freimann , Stefan Hajnoczi , Cornelia Huck , Kyungmin Park , Andreas Faerber , Einar Lueck On 21/11/12 13:07, Igor Mitsyanko wrote: > This version of patch doesn't change anything for majority of machines, its just that later we can > choose ourself which default block interface to use. So, nothing to review from Exynos point of view, but patch > is OK, except realview_pb_a8 part (see bellow): > > Acked-by: Igor Mitsyanko > > > On 11/20/2012 06:30 PM, Christian Borntraeger wrote: > >> @@ -379,13 +379,14 @@ static QEMUMachine realview_pb_a8_machine = { >> .name = "realview-pb-a8", >> .desc = "ARM RealView Platform Baseboard for Cortex-A8", >> .init = realview_pb_a8_init, >> + .block_default_type = IF_SCSI, >> }; >> > > > I think that's an unintentional change? Indeed. Kevin, Stefan, in case of no other findings, can you fix that hunk yourself or do you want a new patch? Christian