From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1faJXz-0000uO-64 for qemu-devel@nongnu.org; Tue, 03 Jul 2018 07:32:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1faJXy-00039Z-24 for qemu-devel@nongnu.org; Tue, 03 Jul 2018 07:32:39 -0400 Date: Tue, 3 Jul 2018 13:32:29 +0200 From: Kevin Wolf Message-ID: <20180703113229.GD3812@localhost.localdomain> References: <20180622125502.GF4366@localhost.localdomain> <20180622142513.GH4366@localhost.localdomain> <20180622143146.GQ23296@redhat.com> <20180625095322.GC18580@redhat.com> <20180625114106.GJ5024@localhost.localdomain> <20180625114528.GL16514@angien.pipo.sk> <20180702080411.GA4299@localhost.localdomain> <60f6bf3c-6cad-c86f-01d7-8c376a6ccfe0@de.ibm.com> <20180703111949.GB24516@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20180703111949.GB24516@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [libvirt] [PULL 25/26] block: Remove deprecated -drive option serial List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Daniel =?iso-8859-1?Q?P=2E_Berrang=E9?= Cc: Christian Borntraeger , Peter Krempa , Peter Maydell , Boris Fiuczynski , qemu-block@nongnu.org, libvir-list@redhat.com, qemu-devel@nongnu.org Am 03.07.2018 um 13:22 hat Daniel P. Berrang=E9 geschrieben: > On Tue, Jul 03, 2018 at 12:53:44PM +0200, Christian Borntraeger wrote: > >=20 > >=20 > > On 07/02/2018 10:04 AM, Kevin Wolf wrote: > > > Am 25.06.2018 um 13:45 hat Peter Krempa geschrieben: > > >> On Mon, Jun 25, 2018 at 13:41:06 +0200, Kevin Wolf wrote: > > >>> Am 25.06.2018 um 11:53 hat Daniel P. Berrang=E9 geschrieben: > > >>>> On Fri, Jun 22, 2018 at 03:31:46PM +0100, Daniel P. Berrang=E9 w= rote: > > >>>>> On Fri, Jun 22, 2018 at 04:25:13PM +0200, Kevin Wolf wrote: > > >>>>>> Am 22.06.2018 um 15:36 hat Christian Borntraeger geschrieben: > > >> > > >> [...] > > >> > > >>> > > >>> Thanks! > > >>> > > >>> I'll look into werror/rerror support for usb-storage. It shouldn'= t be > > >>> too hard, though it's strictly speaking a separate problem relate= d to > > >>> using -blockdev rather than option deprecation. > > >>> > > >>> If Peter wants to wait for QEMU support before converting werror/= rerror > > >> > > >> Definitely. I don't want to keep around yet another hack that will > > >> satisfy one specific case and then add another capability for it. = We > > >> should then gate the moving of the feature based on the presence o= f > > >> werror for usb-storage. > > >> > > >>> to -device, maybe it would make sense to split your patch for v2 = so that > > >>> geometry and serial can get fixed right away? > > >> > > >> Yes this can be done right away. > > >=20 > > > Has serial/gemoetry been fixed meanwhile and will it make it into t= he > > > next release? > >=20 > > I cannot find an archive that has it, but it is on the libvirt mailin= g > > list as "[libvirt] [PATCH v3] qemu: format serial and geometry on fro= ntend disk device". > > Review seems done, but it has missed libvirt 4.5 which was released t= oday. >=20 > Just posted latest version here: >=20 > https://www.redhat.com/archives/libvir-list/2018-July/msg00130.html >=20 > It will be in the next release on ~ Aug 1st It would have been a lot nicer to have it the July release because this means that we'll have the released libvirt broken during almost the whole rc phase of QEMU 3.0, but the release is planned for Aug 8th the earliest, so I guess we're still okay. People using QEMU from git will just need libvirt from git as well. Kevin