[PATCH 13/22] hw/sparc: add a TCX dependency for SUN4M machines

Alex Bennée posted 22 patches 2 years, 7 months ago
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Peter Maydell <peter.maydell@linaro.org>, Helge Deller <deller@gmx.de>, Xiaojuan Yang <yangxiaojuan@loongson.cn>, Song Gao <gaosong@loongson.cn>, Yoshinori Sato <ysato@users.sourceforge.jp>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Artyom Tarasenko <atar4qemu@gmail.com>, Gerd Hoffmann <kraxel@redhat.com>, Max Filippov <jcmvbkbc@gmail.com>, Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>, Paolo Bonzini <pbonzini@redhat.com>, Cleber Rosa <crosa@redhat.com>, Laurent Vivier <lvivier@redhat.com>
[PATCH 13/22] hw/sparc: add a TCX dependency for SUN4M machines
Posted by Alex Bennée 2 years, 7 months ago
This is the fallback VGA devices needed for board creation so will
otherwise fail under "make check" with a --without-default-devices
build.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 hw/sparc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/sparc/Kconfig b/hw/sparc/Kconfig
index 79d58beb7a..721b37a9ca 100644
--- a/hw/sparc/Kconfig
+++ b/hw/sparc/Kconfig
@@ -15,6 +15,7 @@ config SUN4M
     select STP2000
     select CHRP_NVRAM
     select OR_IRQ
+    select TCX
 
 config LEON3
     bool
-- 
2.39.2


Re: [PATCH 13/22] hw/sparc: add a TCX dependency for SUN4M machines
Posted by Paolo Bonzini 2 years, 7 months ago
On 5/3/23 11:12, Alex Bennée wrote:
> This is the fallback VGA devices needed for board creation so will
> otherwise fail under "make check" with a --without-default-devices
> build.
> 
> Signed-off-by: Alex Bennée<alex.bennee@linaro.org>

Not needed:

info qtree
bus: main-system-bus
   dev: apc, id ""
   dev: empty_slot, id ""
   dev: escc, id ""
   dev: fw_cfg_mem, id ""
   dev: lance, id ""
   dev: macio_idreg, id ""
   dev: memory, id ""
   dev: openprom, id ""
   dev: slavio_intctl, id ""
   dev: slavio_misc, id ""
   dev: slavio_timer, id ""
   dev: sparc32-dma, id ""
   dev: sparc32-espdma, id ""
   dev: sparc32-ledma, id ""
   dev: sun4m-iommu, id ""
   dev: sun-CS4231, id ""
   dev: sun-fdtwo, id ""
   dev: sysbus-esp, id ""
   dev: sysbus-m48t08, id ""
   dev: tcx_afx, id ""

Paolo

> ---
>   hw/sparc/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/hw/sparc/Kconfig b/hw/sparc/Kconfig
> index 79d58beb7a..721b37a9ca 100644
> --- a/hw/sparc/Kconfig
> +++ b/hw/sparc/Kconfig
> @@ -15,6 +15,7 @@ config SUN4M
>       select STP2000
>       select CHRP_NVRAM
>       select OR_IRQ
> +    select TCX


Re: [PATCH 13/22] hw/sparc: add a TCX dependency for SUN4M machines
Posted by Richard Henderson 2 years, 7 months ago
On 5/3/23 10:12, Alex Bennée wrote:
> This is the fallback VGA devices needed for board creation so will
> otherwise fail under "make check" with a --without-default-devices
> build.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>   hw/sparc/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/hw/sparc/Kconfig b/hw/sparc/Kconfig
> index 79d58beb7a..721b37a9ca 100644
> --- a/hw/sparc/Kconfig
> +++ b/hw/sparc/Kconfig
> @@ -15,6 +15,7 @@ config SUN4M
>       select STP2000
>       select CHRP_NVRAM
>       select OR_IRQ
> +    select TCX
>   
>   config LEON3
>       bool

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~