Re: [PATCH v5 04/16] xen/lib: Switch to xen/byteorder.h

2025-03-31 Thread Jan Beulich
On 28.03.2025 14:44, Andrew Cooper wrote: > From: Lin Liu > > In divmod.c, additionally swap xen/lib.h for xen/macros.h as only ABS() is > needed. > > In find-next-bit.c, ext2 has nothing to do with this logic. While I agree here, ... > Despite the > comments, it was a local modification when

[PATCH v5 04/16] xen/lib: Switch to xen/byteorder.h

2025-03-28 Thread Andrew Cooper
From: Lin Liu In divmod.c, additionally swap xen/lib.h for xen/macros.h as only ABS() is needed. In find-next-bit.c, ext2 has nothing to do with this logic. Despite the comments, it was a local modification when the logic was imported from Linux, because Xen didn't have a suitable helper. The