From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W60QK-0003ub-GR for qemu-devel@nongnu.org; Wed, 22 Jan 2014 11:13:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W60QF-00038I-US for qemu-devel@nongnu.org; Wed, 22 Jan 2014 11:13:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W60QF-00038E-LK for qemu-devel@nongnu.org; Wed, 22 Jan 2014 11:12:59 -0500 Message-ID: <52DFEE02.2000102@redhat.com> Date: Wed, 22 Jan 2014 17:12:50 +0100 From: Laszlo Ersek MIME-Version: 1.0 References: <1389944779-31899-1-git-send-email-qiaonuohan@cn.fujitsu.com> <1389944779-31899-7-git-send-email-qiaonuohan@cn.fujitsu.com> In-Reply-To: <1389944779-31899-7-git-send-email-qiaonuohan@cn.fujitsu.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 06/13 v7] dump: add support for lzo/snappy List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qiaonuohan Cc: stefanha@gmail.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, anderson@redhat.com, kumagai-atsushi@mxc.nes.nec.co.jp, afaerber@suse.de On 01/17/14 08:46, qiaonuohan wrote: > kdump-compressed format supports three compression format, zlib/lzo/snappy. > Currently, only zlib is available. This patch is used to support lzo/snappy. > '--enable-lzo/--enable-snappy' is needed to be specified with configure to make > lzo/snappy available for qemu > > Signed-off-by: Qiao Nuohan > Reviewed-by: Laszlo Ersek > --- > configure | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 54 insertions(+), 0 deletions(-) In comparison with v6 05/11: - "--enable-lzo" and "--enable-snappy" advertised in the experts' options block, - same settings confirmed in the settings report, - rebased on top of unrelated libiscsi changes in the configure script. My R-b stands. Thanks Laszlo