[PATCH 0/3] arm/Kconfig: Some convenience changes

Fabiano Rosas posted 3 patches 11 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230523180525.29994-1-farosas@suse.de
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Peter Maydell <peter.maydell@linaro.org>
configs/devices/aarch64-softmmu/default.mak |   6 +
configs/devices/arm-softmmu/default.mak     |  40 +++++++
hw/arm/Kconfig                              | 123 +++++++++++++-------
target/arm/Kconfig                          |   3 +
4 files changed, 131 insertions(+), 41 deletions(-)
[PATCH 0/3] arm/Kconfig: Some convenience changes
Posted by Fabiano Rosas 11 months, 2 weeks ago
Hi,

These are some changes that people asked for/suggested during the
review of previous Kconfig series that I haven't had an opportunity to
prepare until now.

CI run: https://gitlab.com/farosas/qemu/-/pipelines/876384304

Fabiano Rosas (3):
  target/arm: Explain why we need to select ARM_V7M
  arm/Kconfig: Keep Kconfig default entries in default.mak as
    documentation
  arm/Kconfig: Make TCG dependence explicit

 configs/devices/aarch64-softmmu/default.mak |   6 +
 configs/devices/arm-softmmu/default.mak     |  40 +++++++
 hw/arm/Kconfig                              | 123 +++++++++++++-------
 target/arm/Kconfig                          |   3 +
 4 files changed, 131 insertions(+), 41 deletions(-)

-- 
2.35.3
Re: [PATCH 0/3] arm/Kconfig: Some convenience changes
Posted by Peter Maydell 11 months, 1 week ago
On Tue, 23 May 2023 at 19:05, Fabiano Rosas <farosas@suse.de> wrote:
>
> Hi,
>
> These are some changes that people asked for/suggested during the
> review of previous Kconfig series that I haven't had an opportunity to
> prepare until now.
>
> CI run: https://gitlab.com/farosas/qemu/-/pipelines/876384304
>
> Fabiano Rosas (3):
>   target/arm: Explain why we need to select ARM_V7M
>   arm/Kconfig: Keep Kconfig default entries in default.mak as
>     documentation
>   arm/Kconfig: Make TCG dependence explicit



Applied to target-arm.next, thanks.

-- PMM