qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH 15/25] isa: express dependencies with kconfi


From: Thomas Huth
Subject: Re: [Qemu-devel] [RFC PATCH 15/25] isa: express dependencies with kconfig
Date: Fri, 4 Jan 2019 14:55:20 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 2018-12-27 07:34, Yang Zhong wrote:
> From: Paolo Bonzini <address@hidden>
> 
> Signed-off-by: Paolo Bonzini <address@hidden>
> Signed-off-by: Yang Zhong <address@hidden>
> ---
[...]
> diff --git a/hw/display/Kconfig b/hw/display/Kconfig
> index 5e73277cc2..e0d7919a06 100644
> --- a/hw/display/Kconfig
> +++ b/hw/display/Kconfig
> @@ -9,6 +9,9 @@ config ADS7846
>  
>  config VGA_CIRRUS
>      bool
> +    default y
> +    depends on ISA_BUS && PCI
> +    select VGA

Please note that the cirrus-isa device has recently been split into a
separate file, see commit:

  ce3cf70edaaf1b8f9a566b36011350c642287879
  Move "isa-cirrus-vga" device into a separate file

I guess we need a dedicated VGA_CIRRUS_ISA switch for that file now?

> diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig
> index 427bda3717..68a9064558 100644
> --- a/hw/i386/Kconfig
> +++ b/hw/i386/Kconfig
> @@ -9,6 +9,7 @@ config I440FX
>  
>  config ISAPC
>      bool
> +    select ISA_BUS
>  
>  config Q35
>      bool

Can Q35 and I440FX work completely without ISA_BUS already, or should
they also select ISA_BUS here?

 Thomas



reply via email to

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