From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN2XV-0003oG-5a for qemu-devel@nongnu.org; Tue, 02 Apr 2013 10:50:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UN2XT-0005J7-BX for qemu-devel@nongnu.org; Tue, 02 Apr 2013 10:50:21 -0400 Received: from greensocs.com ([87.106.252.221]:52021 helo=s15328186.onlinehome-server.info) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN2XT-0005IQ-2z for qemu-devel@nongnu.org; Tue, 02 Apr 2013 10:50:19 -0400 Message-ID: <515AF025.2020905@greensocs.com> Date: Tue, 02 Apr 2013 16:50:13 +0200 From: =?ISO-8859-1?Q?KONRAD_Fr=E9d=E9ric?= MIME-Version: 1.0 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> <874ng3z0gb.fsf@codemonkey.ws> <5151C986.9000305@greensocs.com> <20130402144921.GM2341@dhcp-200-207.str.redhat.com> In-Reply-To: <20130402144921.GM2341@dhcp-200-207.str.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Kevin Wolf Cc: peter.maydell@linaro.org, Anthony Liguori , mark.burton@greensocs.com, qemu-devel@nongnu.org, Stefan Hajnoczi , cornelia.huck@de.ibm.com On 02/04/2013 16:49, Kevin Wolf wrote: > Am 26.03.2013 um 17:15 hat KONRAD Fr=E9d=E9ric geschrieben: >> On 22/03/2013 20:41, Anthony Liguori wrote: >>> KONRAD Fr=E9d=E9ric writes: >>> >>>> On 22/03/2013 19:52, Kevin Wolf wrote: >>>>> Am 22.03.2013 um 19:17 hat KONRAD Fr=E9d=E9ric 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 co= nfiguration. >>>>>>>> So this patch remove the virtio-blk-x configuration field, and u= se virtio-blk >>>>>>>> one for setting the properties. >>>>>>>> >>>>>>>> This also remove a useless configuration copy in virtio_blk_devi= ce_init. >>>>>>>> >>>>>>>> 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 suppo= sed >>>>> 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 throug= h >>> the block tree since dataplane was introduced through that tree. >>> >>> Regards, >>> >>> Anthony Liguori >> Ok, so can this fix be applied in this tree? > Thanks, applied to the block branch. > > Kevin thanks, Fred