From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fToAa-0000TQ-Qa for qemu-devel@nongnu.org; Fri, 15 Jun 2018 08:49:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fToAa-0006Gq-7H for qemu-devel@nongnu.org; Fri, 15 Jun 2018 08:49:36 -0400 Date: Fri, 15 Jun 2018 14:49:31 +0200 From: Kevin Wolf Message-ID: <20180615124931.GD5187@localhost.localdomain> References: <20180614095544.31549-1-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180614095544.31549-1-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/4] block: Remove deprecated -drive options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: mreitz@redhat.com, armbru@redhat.com, jcody@redhat.com, qemu-devel@nongnu.org Am 14.06.2018 um 11:55 hat Kevin Wolf geschrieben: > We deprecated a bunch of -drive options in 2.10, so let's remove them > for 3.0. > > v2: > - Simplified hd-geo-test code after removing test cases [Markus] > - Split patch 3 and 4 so that the deprecation warning code can be easily > restored if we ever need it again [Markus] Thanks for the review, applied to the block branch. Kevin