]> xenbits.xensource.com Git - xen.git/commit
libxc: add LZ4 decompression support
authorJan Beulich <jbeulich@suse.com>
Mon, 7 Oct 2013 07:42:51 +0000 (09:42 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 7 Oct 2013 07:42:51 +0000 (09:42 +0200)
commit84f04d8f0dbfc24a48ee888011ca7410b7bbafc5
tree8c4ea4483602a78ddc935cddfd82c525fe68dc7d
parente850049bbc831bfe40b87eaea673675d8a829e74
libxc: add LZ4 decompression support

Since there's no shared or static library to link against, this simply
re-uses the hypervisor side code. However, I only audited the code
added here for possible security issues, not the referenced code in
the hypervisor tree.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxc/Makefile
tools/libxc/xc_dom_bzimageloader.c
tools/libxc/xc_dom_decompress.h [new file with mode: 0644]
tools/libxc/xc_dom_decompress_lz4.c [new file with mode: 0644]