From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0Q6Z-0005hl-Mu for qemu-devel@nongnu.org; Tue, 07 Jan 2014 01:25:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0Q6T-0008Nx-HF for qemu-devel@nongnu.org; Tue, 07 Jan 2014 01:25:35 -0500 Received: from [222.73.24.84] (port=63607 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0Q6T-0008Ms-53 for qemu-devel@nongnu.org; Tue, 07 Jan 2014 01:25:29 -0500 Message-ID: <52CB9DBC.3070303@cn.fujitsu.com> Date: Tue, 07 Jan 2014 14:25:00 +0800 From: Qiao Nuohan MIME-Version: 1.0 References: <1388906864-1083-1-git-send-email-qiaonuohan@cn.fujitsu.com> <1388906864-1083-6-git-send-email-qiaonuohan@cn.fujitsu.com> <52CB0317.8010506@redhat.com> In-Reply-To: <52CB0317.8010506@redhat.com> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed Subject: Re: [Qemu-devel] [PATCH v6 05/11] dump: add support for lzo/snappy List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: stefanha@gmail.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, kumagai-atsushi@mxc.nes.nec.co.jp, anderson@redhat.com, akong@redhat.com, afaerber@suse.de On 01/07/2014 03:25 AM, Laszlo Ersek wrote: > You could have displayed the lzo / snappy settings along with the other > settings in the "big echo block". But it's not too important; if you > want you can add it later. You mean the following part? Thanks for pointing it out. echo "Standard options:" echo " --help print this message" echo " --prefix=PREFIX install in PREFIX [$prefix]" echo " --interp-prefix=PREFIX where to find shared libraries, etc." echo " use %M for cpu name [$interp_prefix]" echo " --target-list=LIST set target list (default: build everything)" echo "Available targets: $default_target_list" | \ fold -s -w 53 | sed -e 's/^/ /' echo "" echo "Advanced options (experts only):" echo " --source-path=PATH path of source code [$source_path]" echo " --cross-prefix=PREFIX use PREFIX for compile tools [$cross_prefix]" echo " --cc=CC use C compiler CC [$cc]" ... -- Regards Qiao Nuohan