Re: [PATCH v3 3/8] gzip: refactor the gunzip window into common state

2024-04-24 Thread Daniel P. Smith
On 4/24/24 12:34, Daniel P. Smith wrote: Begin moving core state, in this case the gunzip window, into struct gunzip_state to allow a per decompression instance. In doing so, drop the define aliasing of window to slide. Signed-off-by: Daniel P. Smith --- xen/common/gzip/gunzip.c | 21

[PATCH v3 3/8] gzip: refactor the gunzip window into common state

2024-04-24 Thread Daniel P. Smith
Begin moving core state, in this case the gunzip window, into struct gunzip_state to allow a per decompression instance. In doing so, drop the define aliasing of window to slide. Signed-off-by: Daniel P. Smith --- xen/common/gzip/gunzip.c | 21 xen/common/gzip/inflate.c | 68