From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQz00-0005rr-5V for qemu-devel@nongnu.org; Mon, 18 Dec 2017 12:14:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQyzz-0003ja-CF for qemu-devel@nongnu.org; Mon, 18 Dec 2017 12:14:44 -0500 From: Thomas Huth Date: Mon, 18 Dec 2017 18:14:30 +0100 Message-Id: <1513617273-7988-1-git-send-email-thuth@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] block: Deprecated options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org, Kevin Wolf , Max Reitz Cc: qemu-devel@nongnu.org, Markus Armbruster 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 blockdev.c | 11 -------- qemu-doc.texi | 29 +++++++++---------- qemu-options.hx | 19 ++----------- vl.c | 86 ++------------------------------------------------------- 4 files changed, 19 insertions(+), 126 deletions(-) -- 1.8.3.1