Re: [PATCH v3] docs/misra: document the expected sizes of integer types

2024-04-05 Thread Stefano Stabellini
On Fri, 5 Apr 2024, Jan Beulich wrote: > On 05.04.2024 01:56, Stefano Stabellini wrote: > > On Thu, 4 Apr 2024, Jan Beulich wrote: > >> On 04.04.2024 03:12, Stefano Stabellini wrote: > >>> --- a/docs/misra/C-language-toolchain.rst > >>> +++ b/docs/misra/C-language-toolchain.rst > >>> @@ -480,4

Re: [PATCH v3] docs/misra: document the expected sizes of integer types

2024-04-05 Thread Bertrand Marquis
Hi Stefano, > On 5 Apr 2024, at 01:57, Stefano Stabellini wrote: > > On Thu, 4 Apr 2024, Bertrand Marquis wrote: >> Hi Stefano, >> >>> On 4 Apr 2024, at 03:12, Stefano Stabellini wrote: >>> >>> Xen makes assumptions about the size of integer types on the various >>> architectures. Document

Re: [PATCH v3] docs/misra: document the expected sizes of integer types

2024-04-05 Thread Jan Beulich
On 05.04.2024 01:56, Stefano Stabellini wrote: > On Thu, 4 Apr 2024, Jan Beulich wrote: >> On 04.04.2024 03:12, Stefano Stabellini wrote: >>> --- a/docs/misra/C-language-toolchain.rst >>> +++ b/docs/misra/C-language-toolchain.rst >>> @@ -480,4 +480,73 @@ The table columns are as follows: >>>

Re: [PATCH v3] docs/misra: document the expected sizes of integer types

2024-04-04 Thread Stefano Stabellini
On Thu, 4 Apr 2024, Bertrand Marquis wrote: > Hi Stefano, > > > On 4 Apr 2024, at 03:12, Stefano Stabellini wrote: > > > > Xen makes assumptions about the size of integer types on the various > > architectures. Document these assumptions. > > > > Signed-off-by: Stefano Stabellini > > --- > >

Re: [PATCH v3] docs/misra: document the expected sizes of integer types

2024-04-04 Thread Stefano Stabellini
On Thu, 4 Apr 2024, Jan Beulich wrote: > On 04.04.2024 03:12, Stefano Stabellini wrote: > > --- a/docs/misra/C-language-toolchain.rst > > +++ b/docs/misra/C-language-toolchain.rst > > @@ -480,4 +480,73 @@ The table columns are as follows: > > - See Section "4.13 Preprocessing Directives" of

Re: [PATCH v3] docs/misra: document the expected sizes of integer types

2024-04-04 Thread Jan Beulich
On 04.04.2024 03:12, Stefano Stabellini wrote: > --- a/docs/misra/C-language-toolchain.rst > +++ b/docs/misra/C-language-toolchain.rst > @@ -480,4 +480,73 @@ The table columns are as follows: > - See Section "4.13 Preprocessing Directives" of GCC_MANUAL and Section > "11.1

Re: [PATCH v3] docs/misra: document the expected sizes of integer types

2024-04-04 Thread Bertrand Marquis
Hi Stefano, > On 4 Apr 2024, at 03:12, Stefano Stabellini wrote: > > Xen makes assumptions about the size of integer types on the various > architectures. Document these assumptions. > > Signed-off-by: Stefano Stabellini > --- > Changes in v3: > - add links to System V, AAPCS32 and AAPCS64 >

[PATCH v3] docs/misra: document the expected sizes of integer types

2024-04-03 Thread Stefano Stabellini
Xen makes assumptions about the size of integer types on the various architectures. Document these assumptions. Signed-off-by: Stefano Stabellini --- Changes in v3: - add links to System V, AAPCS32 and AAPCS64 --- docs/misra/C-language-toolchain.rst | 69 + 1 file