From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH v3 0/2] add LZ4 kernel decompression support Date: Mon, 30 Sep 2013 13:10:33 +0100 Message-ID: References: <52497F4A02000078000F7F45@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1VQcJI-0008DF-LW for xen-devel@lists.xenproject.org; Mon, 30 Sep 2013 12:10:44 +0000 Received: by mail-wg0-f46.google.com with SMTP id k14so5393746wgh.13 for ; Mon, 30 Sep 2013 05:10:43 -0700 (PDT) In-Reply-To: <52497F4A02000078000F7F45@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , xen-devel Cc: yann.collet.73@gmail.com, Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org On 30/09/2013 12:40, "Jan Beulich" wrote: > Linux 3.11 added respective support, so I think we should follow > suit. > > 1: xen: add LZ4 decompression support > 2: libxc: add LZ4 decompression support > > Signed-off-by: Jan Beulich Acked-by: Keir Fraser > --- > v3: Tools side adjustments: Fix placement of DOMPRINTF() > invocation. Split implementation into its own source file. Use the > safe decompressor variant in non-Mini-OS libxc > (lz4_decompress_unknownoutputsize()). Minor adjustments to > hypervisor side avoid the tools side patch having to touch the > former. > >