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 <qiaonuo...@cn.fujitsu.com> > Reviewed-by: Laszlo Ersek <ler...@redhat.com> > --- > 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