From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0R29-0000T2-0V for qemu-devel@nongnu.org; Tue, 07 Jan 2014 02:25:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0R22-0007QW-TB for qemu-devel@nongnu.org; Tue, 07 Jan 2014 02:25:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0R22-0007QQ-K2 for qemu-devel@nongnu.org; Tue, 07 Jan 2014 02:24:58 -0500 Message-ID: <52CBABBD.8060109@redhat.com> Date: Tue, 07 Jan 2014 08:24:45 +0100 From: Laszlo Ersek 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> <52CB9DBC.3070303@cn.fujitsu.com> In-Reply-To: <52CB9DBC.3070303@cn.fujitsu.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Qiao Nuohan 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/14 07:25, Qiao Nuohan wrote: > 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]" > ... > > This is the help text, I didn't mean that. I meant this output, printed after configure finishes: ------------------- Install prefix /opt/qemu-installed BIOS directory /opt/qemu-installed/share/qemu binary directory /opt/qemu-installed/bin [...] libssh2 support no TPM passthrough no QOM debugging yes vhdx yes ------------------- Thanks Laszlo