qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 33/52] build: switch to Kconfig


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 33/52] build: switch to Kconfig
Date: Thu, 31 Jan 2019 23:15:52 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1

On 31/01/19 22:48, Philippe Mathieu-Daudé wrote:
> There is something I don't understand here: Does CONFIG_XEN in
> Kconfig.host take precedence over the target configs? I'm looking at
> these configs:
> 
>  if supported_xen_target $target; then
>      echo "CONFIG_XEN=n" >> $config_target_mak
>      if test "$xen_pci_passthrough" = yes; then
>          echo "CONFIG_XEN_PCI_PASSTHROUGH=y" >> "$config_target_mak"
>      fi
>  fi

You're right, Kconfig.host should contain CONFIG_XEN_BACKEND and not
CONFIG_XEN.

Paolo



reply via email to

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