Re: [PATCH v2 01/39] xen/riscv: disable unnecessary configs

2023-12-07 Thread Jan Beulich
On 07.12.2023 15:51, Oleksii wrote: > On Thu, 2023-12-07 at 15:11 +0100, Jan Beulich wrote: >> On 07.12.2023 14:44, Oleksii wrote: >>> On Thu, 2023-12-07 at 11:00 +0100, Jan Beulich wrote: On 07.12.2023 10:22, Oleksii wrote: > On Tue, 2023-12-05 at 16:38 +0100, Jan Beulich wrote: >>>

Re: [PATCH v2 01/39] xen/riscv: disable unnecessary configs

2023-12-07 Thread Oleksii
On Thu, 2023-12-07 at 15:11 +0100, Jan Beulich wrote: > On 07.12.2023 14:44, Oleksii wrote: > > On Thu, 2023-12-07 at 11:00 +0100, Jan Beulich wrote: > > > On 07.12.2023 10:22, Oleksii wrote: > > > > On Tue, 2023-12-05 at 16:38 +0100, Jan Beulich wrote: > > > > > > On 24.11.2023 11:30, Oleksii

Re: [PATCH v2 01/39] xen/riscv: disable unnecessary configs

2023-12-07 Thread Jan Beulich
On 07.12.2023 14:44, Oleksii wrote: > On Thu, 2023-12-07 at 11:00 +0100, Jan Beulich wrote: >> On 07.12.2023 10:22, Oleksii wrote: >>> On Tue, 2023-12-05 at 16:38 +0100, Jan Beulich wrote: > On 24.11.2023 11:30, Oleksii Kurochko wrote: >>> The patch also fixes the build script as conf util

Re: [PATCH v2 01/39] xen/riscv: disable unnecessary configs

2023-12-07 Thread Oleksii
On Thu, 2023-12-07 at 11:00 +0100, Jan Beulich wrote: > On 07.12.2023 10:22, Oleksii wrote: > > On Tue, 2023-12-05 at 16:38 +0100, Jan Beulich wrote: > > > > On 24.11.2023 11:30, Oleksii Kurochko wrote: > > > > > > The patch also fixes the build script as conf util expects > > > > > > to have each

Re: [PATCH v2 01/39] xen/riscv: disable unnecessary configs

2023-12-07 Thread Jan Beulich
On 07.12.2023 10:22, Oleksii wrote: > On Tue, 2023-12-05 at 16:38 +0100, Jan Beulich wrote: >>> On 24.11.2023 11:30, Oleksii Kurochko wrote: > The patch also fixes the build script as conf util expects > to have each config on separate line. >>> >>> The approach doesn't really scale (it's

Re: [PATCH v2 01/39] xen/riscv: disable unnecessary configs

2023-12-07 Thread Oleksii
On Tue, 2023-12-05 at 16:38 +0100, Jan Beulich wrote: > > On 24.11.2023 11:30, Oleksii Kurochko wrote: > > > > The patch also fixes the build script as conf util expects > > > > to have each config on separate line. > > > > The approach doesn't really scale (it's already odd that you add > > the

Re: [PATCH v2 01/39] xen/riscv: disable unnecessary configs

2023-12-05 Thread Jan Beulich
On 24.11.2023 11:30, Oleksii Kurochko wrote: > The patch also fixes the build script as conf util expects > to have each config on separate line. The approach doesn't really scale (it's already odd that you add the (apparently) same set four times. There's also zero justification for this kind of

[PATCH v2 01/39] xen/riscv: disable unnecessary configs

2023-11-24 Thread Oleksii Kurochko
The patch also fixes the build script as conf util expects to have each config on separate line. Signed-off-by: Oleksii Kurochko --- Changes in V2: - update the commit message. - remove xen/arch/riscv/Kconfig changes. --- automation/gitlab-ci/build.yaml | 122