Re: [PATCH] x86emul: replace _BYTES_PER_LONG

2025-04-05 Thread Andrew Cooper
On 31/03/2025 4:52 pm, Jan Beulich wrote: > We can now easily use __SIZEOF_LONG__ instead. For this to also work in > the test harness, move hvmloader's STR() to common-macros.h. > > Signed-off-by: Jan Beulich Acked-by: Andrew Cooper

Re: [PATCH] x86emul: replace _BYTES_PER_LONG

2025-04-04 Thread Anthony PERARD
On Mon, Mar 31, 2025 at 05:52:27PM +0200, Jan Beulich wrote: > We can now easily use __SIZEOF_LONG__ instead. For this to also work in > the test harness, move hvmloader's STR() to common-macros.h. > > Signed-off-by: Jan Beulich Acked-by: Anthony PERARD > Quite likely libxl{,u}_internal.h's ST