From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ75J-0006R1-59 for qemu-devel@nongnu.org; Fri, 22 Mar 2013 14:53:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJ75E-0001QK-GP for qemu-devel@nongnu.org; Fri, 22 Mar 2013 14:53:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ75E-0001QG-8e for qemu-devel@nongnu.org; Fri, 22 Mar 2013 14:52:56 -0400 Date: Fri, 22 Mar 2013 19:52:47 +0100 From: Kevin Wolf Message-ID: <20130322185247.GE2616@dhcp-200-207.str.redhat.com> References: <1363770002-4521-1-git-send-email-fred.konrad@greensocs.com> <20130322165829.GD2616@dhcp-200-207.str.redhat.com> <514CA028.20108@greensocs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <514CA028.20108@greensocs.com> 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 =?iso-8859-1?Q?Fr=E9d=E9ric?= Cc: peter.maydell@linaro.org, aliguori@us.ibm.com, mark.burton@greensocs.com, qemu-devel@nongnu.org, Stefan Hajnoczi , cornelia.huck@de.ibm.com 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 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, >=20 > It's on top of virtio-ccw queue as of 2013/03/20. >=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