From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N372u-0005fH-Tn for qemu-devel@nongnu.org; Wed, 28 Oct 2009 07:50:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N372o-0005ZG-Cx for qemu-devel@nongnu.org; Wed, 28 Oct 2009 07:50:31 -0400 Received: from [199.232.76.173] (port=47407 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N372o-0005Yu-6K for qemu-devel@nongnu.org; Wed, 28 Oct 2009 07:50:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46854) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N372n-0006tX-00 for qemu-devel@nongnu.org; Wed, 28 Oct 2009 07:50:25 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9SBoNPs011006 for ; Wed, 28 Oct 2009 07:50:23 -0400 From: Kevin Wolf Date: Wed, 28 Oct 2009 12:49:14 +0100 Message-Id: <1256730557-15892-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] Update qemu-img documentation List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf Early this week, I received a request that qemu-img convert should support the -F option for the backing file format just like qemu-img create does. In fact, we already support this as -o backing_fmt=... So I came to the conclusion that we need to have another patch round for the documentation that removes references to the deprecated options and moves the focus to -o options. Kevin Wolf (3): Documentation: Move image format descriptions to own section Documentation: Don't mention old qemu-img options Documentation: Add options to image format descriptions qemu-img-cmds.hx | 8 +- qemu-img.c | 6 -- qemu-img.texi | 162 ++++++++++++++++++++++++++++++++++-------------------- 3 files changed, 107 insertions(+), 69 deletions(-)