From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSNtI-0002Jv-0C for qemu-devel@nongnu.org; Fri, 22 Dec 2017 09:01:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSNtH-0000pu-9J for qemu-devel@nongnu.org; Fri, 22 Dec 2017 09:01:36 -0500 Date: Fri, 22 Dec 2017 15:01:22 +0100 From: Kevin Wolf Message-ID: <20171222140122.GJ3763@localhost.localdomain> References: <1513617273-7988-1-git-send-email-thuth@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1513617273-7988-1-git-send-email-thuth@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/3] block: Deprecated options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-block@nongnu.org, Max Reitz , qemu-devel@nongnu.org, Markus Armbruster Am 18.12.2017 um 18:14 hat Thomas Huth geschrieben: > Remove the deprecated "-drive boot" and "-hdachs" options and properly > mark some other deprecated options in the deprecation chapter. > > Thomas Huth (3): > block: Remove the obsolete -drive boot=on|off parameter > block: Remove the deprecated -hdachs option > block: Mention -drive cyls/heads/secs/trans/serial/addr in deprecation > chapter Thanks, applied to the block branch. Kevin