aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/unxz.c
Commit message (Collapse)AuthorAgeFilesLines
* Decompressors: get rid of set_error_fn() macroLasse Collin2011-11-111-3/+1
| | | | | | | | | | | | | | From: Lasse Collin <lasse.collin@tukaani.org> set_error_fn() is a useless complication. Only unlzma.c had some use for it and that was easy to change too. This also gets rid of the static function pointer "error". Signed-off-by: Lasse Collin <lasse.collin@tukaani.org> Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org> Committed-by: Jan Beulich <jbeulich@suse.com>
* xen: another unsigned comparison < 0Tim Deegan2011-04-071-1/+1
| | | | | Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com> Acked-by: Keir Fraser <keir@xen.org>
* Add Dom0 xz kernel decompressionJan Beulich2011-03-091-0/+306
Largely taken from Linux 2.6.38 and made build/work for Xen. Signed-off-by: Jan Beulich <jbeulich@novell.com>