From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fcsLN-0004ON-B6 for qemu-devel@nongnu.org; Tue, 10 Jul 2018 09:06:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fcsLM-0007X2-DF for qemu-devel@nongnu.org; Tue, 10 Jul 2018 09:06:13 -0400 Date: Tue, 10 Jul 2018 15:05:58 +0200 From: Kevin Wolf Message-ID: <20180710130558.GG5852@localhost.localdomain> References: <20180706130620.5647-1-cohuck@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180706130620.5647-1-cohuck@redhat.com> Subject: Re: [Qemu-devel] [PATCH for-3.0 0/4] block: revert removal of deprecated options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck Cc: Max Reitz , qemu-block@nongnu.org, qemu-devel@nongnu.org, Christian Borntraeger , Daniel P =?iso-8859-1?Q?=2E_Berrang=E9?= , Peter Maydell Am 06.07.2018 um 15:06 hat Cornelia Huck geschrieben: > Several -drive options had been marked as deprecated for two releases > and had therefore been removed; unfortunately, libvirt still used at > least two of them (serial number and disk geometry) and the patch > switching away from it is not yet in any released libvirt version. > > As agreed, let's revert the removal patches for 3.0; with 3.1, the then > released libvirt versions will be fine. While nobody complained about > the 'addr' option, it is reinstated again as well, but purely to make > all the reverts apply cleanly. Thanks, applied to the block branch and queued corresponding patches in block-next to reinstate the reverted patches for 3.1. Kevin