Re: [RFC PATCH 5/5] xen: Add clang-format configuration

2023-08-10 Thread Stefano Stabellini
On Thu, 10 Aug 2023, Luca Fancellu wrote: > > On 10 Aug 2023, at 09:08, Jan Beulich wrote: > > > > On 09.08.2023 18:18, Luca Fancellu wrote: > >>> On 9 Aug 2023, at 16:48, Jan Beulich wrote: > >>> On 28.07.2023 10:11, Luca Fancellu wrote: > --- /dev/null > +++ b/xen/.clang-format > >>>

Re: [RFC PATCH 5/5] xen: Add clang-format configuration

2023-08-10 Thread Luca Fancellu
> On 10 Aug 2023, at 09:08, Jan Beulich wrote: > > On 09.08.2023 18:18, Luca Fancellu wrote: >>> On 9 Aug 2023, at 16:48, Jan Beulich wrote: >>> On 28.07.2023 10:11, Luca Fancellu wrote: --- /dev/null +++ b/xen/.clang-format @@ -0,0 +1,693 @@ +# SPDX-License-Identifier: GPL

Re: [RFC PATCH 5/5] xen: Add clang-format configuration

2023-08-10 Thread Jan Beulich
On 09.08.2023 18:18, Luca Fancellu wrote: >> On 9 Aug 2023, at 16:48, Jan Beulich wrote: >> On 28.07.2023 10:11, Luca Fancellu wrote: >>> --- /dev/null >>> +++ b/xen/.clang-format >>> @@ -0,0 +1,693 @@ >>> +# SPDX-License-Identifier: GPL-2.0-only >>> +# >>> +# clang-format configuration file. Inte

Re: [RFC PATCH 5/5] xen: Add clang-format configuration

2023-08-09 Thread Luca Fancellu
> On 9 Aug 2023, at 16:48, Jan Beulich wrote: > > On 28.07.2023 10:11, Luca Fancellu wrote: >> --- /dev/null >> +++ b/xen/.clang-format >> @@ -0,0 +1,693 @@ >> +# SPDX-License-Identifier: GPL-2.0-only >> +# >> +# clang-format configuration file. Intended for clang-format >= 15. >> +# >> +# For

Re: [RFC PATCH 5/5] xen: Add clang-format configuration

2023-08-09 Thread Jan Beulich
On 28.07.2023 10:11, Luca Fancellu wrote: > --- /dev/null > +++ b/xen/.clang-format > @@ -0,0 +1,693 @@ > +# SPDX-License-Identifier: GPL-2.0-only > +# > +# clang-format configuration file. Intended for clang-format >= 15. > +# > +# For more information, see: > +# > +# Documentation/process/clang

Re: [RFC PATCH 5/5] xen: Add clang-format configuration

2023-07-28 Thread Alejandro Vallejo
Hi, The exclusion of certain files definitely makes it a lot easier to see what's going on! I'll start with a couple that I find incompatible On Fri, Jul 28, 2023 at 09:11:44AM +0100, Luca Fancellu wrote: > Add a clang format configuration for the Xen Hypervisor. > > Signed-off-by: Luca Fancell

[RFC PATCH 5/5] xen: Add clang-format configuration

2023-07-28 Thread Luca Fancellu
Add a clang format configuration for the Xen Hypervisor. Signed-off-by: Luca Fancellu --- xen/.clang-format | 693 ++ 1 file changed, 693 insertions(+) create mode 100644 xen/.clang-format diff --git a/xen/.clang-format b/xen/.clang-format new file m