From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCMTS-0000cn-Vw for qemu-devel@nongnu.org; Thu, 04 Jun 2009 19:35:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCMTM-0000Yr-HV for qemu-devel@nongnu.org; Thu, 04 Jun 2009 19:35:54 -0400 Received: from [199.232.76.173] (port=48153 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCMTM-0000JH-6U for qemu-devel@nongnu.org; Thu, 04 Jun 2009 19:35:48 -0400 Received: from mx2.redhat.com ([66.187.237.31]:50831) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MCDBW-0007OW-LS for qemu-devel@nongnu.org; Thu, 04 Jun 2009 09:40:46 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n54DejTX002646 for ; Thu, 4 Jun 2009 09:40:45 -0400 From: Kevin Wolf Date: Thu, 4 Jun 2009 15:39:37 +0200 Message-Id: <1244122779-32728-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Document qemu-img create -o List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf The bad habit of implementing things and no letting anybody know what has hanged... This patch series makes the qemu-img -o option actually usable without reading the code by documenting things. Kevin Wolf (2): qemu-img: Print available options with -o ? Document changes in qemu-img interface block/cow.c | 12 ++++++++++-- block/qcow.c | 18 +++++++++++++++--- block/qcow2.c | 30 +++++++++++++++++++++++++----- block/raw-posix.c | 6 +++++- block/raw-win32.c | 6 +++++- block/vmdk.c | 18 +++++++++++++++--- block/vpc.c | 6 +++++- qemu-img.c | 27 ++++++++++++++++++++------- qemu-img.texi | 32 ++++++++++++++++++-------------- qemu-option.c | 13 +++++++++++++ qemu-option.h | 2 ++ 11 files changed, 133 insertions(+), 37 deletions(-)