[PATCH 4/6] x86/MSI: use standard C types in structures/unions

2023-02-09 Thread Jan Beulich
Consolidate this to use exclusively standard types, and change indentation style to Xen's there at the same time (the file already had a mix of styles). No functional change intended. Signed-off-by: Jan Beulich --- For most (all?) of the single bit I was on the edge of switching them to bool - t

Re: [PATCH 4/6] x86/MSI: use standard C types in structures/unions

2023-02-16 Thread Andrew Cooper
On 09/02/2023 10:39 am, Jan Beulich wrote: > Consolidate this to use exclusively standard types, and change > indentation style to Xen's there at the same time (the file already had > a mix of styles). > > No functional change intended. > > Signed-off-by: Jan Beulich So I suppose Acked-by: Andrew

Re: [PATCH 4/6] x86/MSI: use standard C types in structures/unions

2023-02-16 Thread Jan Beulich
On 16.02.2023 11:55, Andrew Cooper wrote: > On 09/02/2023 10:39 am, Jan Beulich wrote: >> Consolidate this to use exclusively standard types, and change >> indentation style to Xen's there at the same time (the file already had >> a mix of styles). >> >> No functional change intended. >> >> Signed-

Re: [PATCH 4/6] x86/MSI: use standard C types in structures/unions

2023-02-16 Thread Andrew Cooper
On 16/02/2023 2:16 pm, Jan Beulich wrote: > On 16.02.2023 11:55, Andrew Cooper wrote: >> On 09/02/2023 10:39 am, Jan Beulich wrote: >>> Consolidate this to use exclusively standard types, and change >>> indentation style to Xen's there at the same time (the file already had >>> a mix of styles). >>