Re: [PATCH 00/22] configs: switch boards to "default y"

2024-05-03 Thread Paolo Bonzini
On Tue, Apr 23, 2024 at 3:16 PM Paolo Bonzini wrote: > > Some boards, notably ARM boards that use TCG, are already using > "default y". This was done to remove TCG-only boards from > a KVM-only build in commit 29d9efca16 (2023-04-26). > > This series converts all other boards to that, so that

Re: [PATCH 00/22] configs: switch boards to "default y"

2024-04-23 Thread Paolo Bonzini
Il mar 23 apr 2024, 19:57 Fabiano Rosas ha scritto: > > There is an important difference in that Kconfig symbols for boards > > have to be enabled in a --without-default-devices build, similar to > > devices. > > And how do we make that happen? > Before building you edit configs/devices/ to set

Re: [PATCH 00/22] configs: switch boards to "default y"

2024-04-23 Thread Fabiano Rosas
Paolo Bonzini writes: > Some boards, notably ARM boards that use TCG, are already using > "default y". This was done to remove TCG-only boards from > a KVM-only build in commit 29d9efca16 (2023-04-26). > > This series converts all other boards to that, so that the requirements > of each board

[PATCH 00/22] configs: switch boards to "default y"

2024-04-23 Thread Paolo Bonzini
Some boards, notably ARM boards that use TCG, are already using "default y". This was done to remove TCG-only boards from a KVM-only build in commit 29d9efca16 (2023-04-26). This series converts all other boards to that, so that the requirements of each board are clearer in the Kconfig files.