Re: [PATCH 1/3] introduce unaligned.h

2021-01-18 Thread Jan Beulich
On 18.01.2021 11:45, Julien Grall wrote: > On 18/01/2021 09:33, Jan Beulich wrote: >> On 15.01.2021 12:27, Jan Beulich wrote: >>> On 15.01.2021 12:13, Andrew Cooper wrote: On 15/01/2021 10:05, Jan Beulich wrote: > Rather than open-coding commonly used constructs in yet more places when >>>

Re: [PATCH 1/3] introduce unaligned.h

2021-01-18 Thread Julien Grall
Hi Jan, On 18/01/2021 09:33, Jan Beulich wrote: On 15.01.2021 12:27, Jan Beulich wrote: On 15.01.2021 12:13, Andrew Cooper wrote: On 15/01/2021 10:05, Jan Beulich wrote: Rather than open-coding commonly used constructs in yet more places when pulling in zstd decompression support (and its xxh

Re: [PATCH 1/3] introduce unaligned.h

2021-01-18 Thread Julien Grall
Hi Jan, On 15/01/2021 11:29, Jan Beulich wrote: On 15.01.2021 12:13, Andrew Cooper wrote: On 15/01/2021 10:05, Jan Beulich wrote: Rather than open-coding commonly used constructs in yet more places when pulling in zstd decompression support (and its xxhash prereq), pull out the custom bits int

Re: [PATCH 1/3] introduce unaligned.h

2021-01-18 Thread Jan Beulich
On 18.01.2021 10:33, Jan Beulich wrote: > On 15.01.2021 12:27, Jan Beulich wrote: >> On 15.01.2021 12:13, Andrew Cooper wrote: >>> On 15/01/2021 10:05, Jan Beulich wrote: Rather than open-coding commonly used constructs in yet more places when pulling in zstd decompression support (and it

Re: [PATCH 1/3] introduce unaligned.h

2021-01-18 Thread Jan Beulich
On 15.01.2021 12:27, Jan Beulich wrote: > On 15.01.2021 12:13, Andrew Cooper wrote: >> On 15/01/2021 10:05, Jan Beulich wrote: >>> Rather than open-coding commonly used constructs in yet more places when >>> pulling in zstd decompression support (and its xxhash prereq), pull out >>> the custom bits

Re: [PATCH 1/3] introduce unaligned.h

2021-01-15 Thread Jan Beulich
On 15.01.2021 12:13, Andrew Cooper wrote: > On 15/01/2021 10:05, Jan Beulich wrote: >> Rather than open-coding commonly used constructs in yet more places when >> pulling in zstd decompression support (and its xxhash prereq), pull out >> the custom bits into a commonly used header (for the hypervis

Re: [PATCH 1/3] introduce unaligned.h

2021-01-15 Thread Jan Beulich
On 15.01.2021 12:13, Andrew Cooper wrote: > On 15/01/2021 10:05, Jan Beulich wrote: >> Rather than open-coding commonly used constructs in yet more places when >> pulling in zstd decompression support (and its xxhash prereq), pull out >> the custom bits into a commonly used header (for the hypervis

Re: [PATCH 1/3] introduce unaligned.h

2021-01-15 Thread Andrew Cooper
On 15/01/2021 10:05, Jan Beulich wrote: > Rather than open-coding commonly used constructs in yet more places when > pulling in zstd decompression support (and its xxhash prereq), pull out > the custom bits into a commonly used header (for the hypervisor build; > the tool stack and stubdom builds o

[PATCH 1/3] introduce unaligned.h

2021-01-15 Thread Jan Beulich
Rather than open-coding commonly used constructs in yet more places when pulling in zstd decompression support (and its xxhash prereq), pull out the custom bits into a commonly used header (for the hypervisor build; the tool stack and stubdom builds of libxenguest will still remain in need of simil