Re: [PATCH v2 2/4] public: s/int/int32_t

2024-04-17 Thread Jan Beulich
On 11.04.2024 01:47, Stefano Stabellini wrote: > Straightforward int -> int32_t and unsigned int -> uint32_t replacements > in public headers. No ABI or semantic changes intended. I understand there is a limited in scope goal here, but once doing type adjustments I think it ought to at least be co

[PATCH v2 2/4] public: s/int/int32_t

2024-04-10 Thread Stefano Stabellini
Straightforward int -> int32_t and unsigned int -> uint32_t replacements in public headers. No ABI or semantic changes intended. Signed-off-by: Stefano Stabellini --- Changes in v2: - avoid changes to GUEST_HANDLEs for now (there was one GUEST_HANDLE change in v1) --- xen/include/public/kexec.h