]> xenbits.xensource.com Git - xen.git/commit
xen/gzip: Colocate gunzip code files
authorDaniel P. Smith <dpsmith@apertussolutions.com>
Thu, 11 Apr 2024 15:25:14 +0000 (11:25 -0400)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 12 Apr 2024 12:10:18 +0000 (13:10 +0100)
commitcfb922bb7d6945eb4d33a910d78b506ae0af14fa
treed0171c39cb94f324ef2a07857038a0bfa95998d6
parentaf4cd0a6a61cdb03bc1afca9478b05b0c9703599
xen/gzip: Colocate gunzip code files

This patch moves the gunzip code files to common/gzip. Makefiles are adjusted
accordingly.

Signed-off-by: Daniel P. Smith <dpsmith@apertussolutions.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
docs/misra/exclude-list.json
xen/common/Makefile
xen/common/gunzip.c [deleted file]
xen/common/gzip/Makefile [new file with mode: 0644]
xen/common/gzip/gunzip.c [new file with mode: 0644]
xen/common/gzip/inflate.c [new file with mode: 0644]
xen/common/inflate.c [deleted file]