qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] hw/acpi: ACPI_PCI should depends on both ACPI a


From: Wei Yang
Subject: Re: [Qemu-devel] [PATCH] hw/acpi: ACPI_PCI should depends on both ACPI and PCI
Date: Fri, 17 May 2019 12:59:57 +0000
User-agent: NeoMutt/20170113 (1.7.2)

On Fri, May 17, 2019 at 01:11:16PM +0200, Igor Mammedov wrote:
>On Fri, 17 May 2019 08:51:14 +0800
>Wei Yang <address@hidden> wrote:
>
>> Pointed out by Philippe Mathieu-Daud?? <address@hidden>.
>> 
>> Signed-off-by: Wei Yang <address@hidden>
>> ---
>>  hw/acpi/Kconfig | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/hw/acpi/Kconfig b/hw/acpi/Kconfig
>> index 7265843cc3..7c59cf900b 100644
>> --- a/hw/acpi/Kconfig
>> +++ b/hw/acpi/Kconfig
>> @@ -25,7 +25,7 @@ config ACPI_NVDIMM
>>  
>>  config ACPI_PCI
>>      bool
>> -    depends on ACPI
>> +    depends on ACPI && PCI
>>  
>>  config ACPI_VMGENID
>>      bool
>
>are you sure you didn't miss anything?
>

This patch is based on the comment in
http://qemu.11.n7.nabble.com/PATCH-v4-0-6-Extract-build-mcfg-tt650106.html#a655913

My understanding is not correct?

>On Fri, 17 May 2019 10:37:42 +0200
>Philippe Mathieu-Daud?? <address@hidden> wrote:
>
>[...]
>> 
>> config ARM_VIRT
>>     ...
>>     select ACPI_PCI
>> 
>> config ACPI_PCI
>>     bool
>>     depends on ACPI && PCI
>> 
>
>

-- 
Wei Yang
Help you, Help me



reply via email to

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