From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ5If-0002dl-Tz for qemu-devel@nongnu.org; Fri, 22 Mar 2013 12:58:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJ5Ie-00018Y-7q for qemu-devel@nongnu.org; Fri, 22 Mar 2013 12:58:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ5Ie-000189-1Q for qemu-devel@nongnu.org; Fri, 22 Mar 2013 12:58:40 -0400 Date: Fri, 22 Mar 2013 17:58:29 +0100 From: Kevin Wolf Message-ID: <20130322165829.GD2616@dhcp-200-207.str.redhat.com> References: <1363770002-4521-1-git-send-email-fred.konrad@greensocs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1363770002-4521-1-git-send-email-fred.konrad@greensocs.com> Subject: Re: [Qemu-devel] [PATCH] virtio-blk-x: fix configuration synchronization. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: fred.konrad@greensocs.com 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 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 configuration. > So this patch remove the virtio-blk-x configuration field, and use virtio-blk > one for setting the properties. > > This also remove a useless configuration copy in virtio_blk_device_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