qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 5/5] kconfig: use "select" to enable semihosting


From: Thomas Huth
Subject: Re: [PATCH 5/5] kconfig: use "select" to enable semihosting
Date: Thu, 1 Feb 2024 13:43:19 +0100
User-agent: Mozilla Thunderbird

On 01/02/2024 13.28, Alex Bennée wrote:
From: Paolo Bonzini <pbonzini@redhat.com>

Just like all other dependencies, these can be expressed in Kconfig
files rather than in the default configurations.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20240129115809.1039924-1-pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
  configs/devices/m68k-softmmu/default.mak    | 2 --
  configs/devices/mips-softmmu/common.mak     | 3 ---
  configs/devices/nios2-softmmu/default.mak   | 2 --
  configs/devices/riscv32-softmmu/default.mak | 2 --
  configs/devices/riscv64-softmmu/default.mak | 2 --
  configs/devices/xtensa-softmmu/default.mak  | 2 --
  target/m68k/Kconfig                         | 1 +
  target/mips/Kconfig                         | 1 +
  target/nios2/Kconfig                        | 1 +
  target/riscv/Kconfig                        | 2 ++
  target/xtensa/Kconfig                       | 1 +
  11 files changed, 6 insertions(+), 13 deletions(-)

Reviewed-by: Thomas Huth <thuth@redhat.com>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]