From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3mOS-00038c-T8 for qemu-devel@nongnu.org; Wed, 04 Jun 2008 02:22:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3mOR-00038M-9e for qemu-devel@nongnu.org; Wed, 04 Jun 2008 02:22:44 -0400 Received: from [199.232.76.173] (port=42677 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3mOR-00038J-4w for qemu-devel@nongnu.org; Wed, 04 Jun 2008 02:22:43 -0400 Received: from mail.rapid7.com ([67.91.235.26]:62340) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3mOR-0002jV-8W for qemu-devel@nongnu.org; Wed, 04 Jun 2008 02:22:43 -0400 Date: Tue, 3 Jun 2008 23:22:38 -0700 From: Marc Bevand Message-ID: <2c9e3f91af3dc46f86cdf5cf11d62512@foo> Subject: [Qemu-devel] [PATCH 0/2] Update documentation for qemu-img + add new -B option Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Thanks for the review, Anthony. I made the changes you request --sorry about the line wraps. I split the patch in 2 parts to isolate the unrelated change I made to qemu-img.texi in its own changeset. -marc