From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAzPz-0006Tv-4x for qemu-devel@nongnu.org; Fri, 03 Jul 2015 07:46:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAzPu-0007pC-VZ for qemu-devel@nongnu.org; Fri, 03 Jul 2015 07:46:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAzAh-0000Fq-8L for qemu-devel@nongnu.org; Fri, 03 Jul 2015 07:30:19 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id E3708344F74 for ; Fri, 3 Jul 2015 11:30:18 +0000 (UTC) From: Markus Armbruster References: <1435161381-31521-1-git-send-email-thuth@redhat.com> <1435161381-31521-6-git-send-email-thuth@redhat.com> Date: Fri, 03 Jul 2015 13:30:16 +0200 In-Reply-To: <1435161381-31521-6-git-send-email-thuth@redhat.com> (Thomas Huth's message of "Wed, 24 Jun 2015 17:56:21 +0200") Message-ID: <87fv55bhrr.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 5/5] qemu options: Add information about dumpfile to help text List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: Jason Wang , qemu-devel@nongnu.org, Stefan Hajnoczi Thomas Huth writes: > Describe the new dumpfile and dumplen options in the help text. > > Signed-off-by: Thomas Huth Could be squashed into PATCH 4. Separate patch is of course okay, too.