From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQkMI-0002XO-2B for qemu-devel@nongnu.org; Thu, 20 Mar 2014 17:18:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQkMA-0001G3-5E for qemu-devel@nongnu.org; Thu, 20 Mar 2014 17:18:37 -0400 Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:35419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQkM9-0001Fr-IZ for qemu-devel@nongnu.org; Thu, 20 Mar 2014 17:18:29 -0400 Received: from /spool/local by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 20 Mar 2014 21:18:27 -0000 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 5418B17D8041 for ; Thu, 20 Mar 2014 21:19:08 +0000 (GMT) Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s2KLIDsF26083464 for ; Thu, 20 Mar 2014 21:18:13 GMT Received: from d06av04.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s2KLINwk030825 for ; Thu, 20 Mar 2014 15:18:24 -0600 Message-ID: <532B5B1E.4020702@de.ibm.com> Date: Thu, 20 Mar 2014 22:18:22 +0100 From: Christian Borntraeger MIME-Version: 1.0 References: <532B51DD.8060807@de.ibm.com> <532B5607.6060206@redhat.com> In-Reply-To: <532B5607.6060206@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] hmp interface for kdump compressed format List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek , qiaonuohan Cc: "qemu-devel@nongnu.org" , Luiz Capitulino On 20/03/14 21:56, Laszlo Ersek wrote: > On 03/20/14 21:38, Christian Borntraeger wrote: >> Qiao Nuohan, >> >> is there a reason why you did not implemented the HMP part for that format >> of kdump compressed format? After all this is a patch mostly for developers, >> so a HMP interface might come handy. Do you already have some patch in >> preparation or know somebody doing it? > > http://thread.gmane.org/gmane.comp.emulators.qemu/249283/focus=250059 > > Laszlo > So in essence: Due to the limitations of the command line parser we cannot add the format to the hmp command line. So something like adding dump_guest_memory_set_format would be the only possible solution with the hmp code as is. Correct? (If adding such a command is nice or not is another question) Christian