From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ7rC-0005BS-NZ for qemu-devel@nongnu.org; Fri, 22 Mar 2013 15:42:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJ7r7-0001Yq-Rn for qemu-devel@nongnu.org; Fri, 22 Mar 2013 15:42:30 -0400 Received: from e23smtp09.au.ibm.com ([202.81.31.142]:37441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ7r7-0001YJ-AY for qemu-devel@nongnu.org; Fri, 22 Mar 2013 15:42:25 -0400 Received: from /spool/local by e23smtp09.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 23 Mar 2013 05:34:11 +1000 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [9.190.234.120]) by d23dlp03.au.ibm.com (Postfix) with ESMTP id 011D9357804A for ; Sat, 23 Mar 2013 06:42:18 +1100 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r2MJSoIJ62456062 for ; Sat, 23 Mar 2013 06:28:51 +1100 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r2MJfkDf028220 for ; Sat, 23 Mar 2013 06:41:46 +1100 From: Anthony Liguori In-Reply-To: <514CA8E3.3030004@greensocs.com> References: <1363770002-4521-1-git-send-email-fred.konrad@greensocs.com> <20130322165829.GD2616@dhcp-200-207.str.redhat.com> <514CA028.20108@greensocs.com> <20130322185247.GE2616@dhcp-200-207.str.redhat.com> <514CA8E3.3030004@greensocs.com> Date: Fri, 22 Mar 2013 14:41:40 -0500 Message-ID: <874ng3z0gb.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] virtio-blk-x: fix configuration synchronization. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: KONRAD =?utf-8?B?RnLDqWTDqXJpYw==?= , Kevin Wolf Cc: cornelia.huck@de.ibm.com, peter.maydell@linaro.org, mark.burton@greensocs.com, qemu-devel@nongnu.org, Stefan Hajnoczi KONRAD Fr=C3=A9d=C3=A9ric writes: > On 22/03/2013 19:52, Kevin Wolf wrote: >> Am 22.03.2013 um 19:17 hat KONRAD Fr=C3=A9d=C3=A9ric geschrieben: >>> On 22/03/2013 17:58, Kevin Wolf wrote: >>>> Am 20.03.2013 um 10:00 hat fred.konrad@greensocs.com geschrieben: >>>>> From: KONRAD Frederic >>>>> >>>>> The virtio-blk-x configuration is not in sync with virtio-blk configu= ration. >>>>> So this patch remove the virtio-blk-x configuration field, and use vi= rtio-blk >>>>> one for setting the properties. >>>>> >>>>> This also remove a useless configuration copy in virtio_blk_device_in= it. >>>>> >>>>> Note that this is on top of "virtio-ccw queue as of 2013/03/20". >>>>> >>>>> Signed-off-by: KONRAD Frederic >>>> This patch doesn't seem to apply any more. >>>> >>>> Kevin >>> Sure, >>> >>> It's on top of virtio-ccw queue as of 2013/03/20. >>> >>> I expected Cornelia's series to be upstreamed quickly. >> Ah, sorry, I missed that part in the commit message. Should this be >> included in the block tree some time next week then, or is it supposed >> to go in through a different tree? >> >> Kevin > I don't know, I didn't target a specific tree for that. Cornelia's tree is now merged FWIW. I would expect this to go through the block tree since dataplane was introduced through that tree. Regards, Anthony Liguori > > Thanks, > Fred