[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for
|
From: |
Ani Sinha |
|
Subject: |
Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location |
|
Date: |
Sat, 20 May 2023 12:55:46 +0530 |
> On 19-May-2023, at 10:43 PM, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> On Thu, May 18, 2023 at 1:02 PM Ani Sinha <anisinha@redhat.com> wrote:
>>> Can we split this variable out to config-test.h maybe?
>>> Then you can reconfigure with a different iasl and QEMU
>>> will not be rebuilt, just the tests.
>>
>> TBH, it looks more and more like our previous approach was simple and
>> better before we started tying iasl to meson.
>
> What was the previous one? Can you point to the commit that complicated
> things?
40c909f534e3f3cd2 from what I can see. It requires a full QEMU build in order
to turn on CONFIG_IASL in bios-tables-test. At some point in the past, we could
just install iasl and rerun the test and it would discover iasl in the path if
CONFIG_IASL was not defined.
I have proposed a patch with the title "acpi/tests/bios-tables-test: pass iasl
path through environment variable”.
I have tested possible scenarios and it would satisfy my uneasiness. One thing
I could not find is how to discover OS environment variable from meson.build.
From what I could gather, currently it is not supported. Hence, when both
CONFIG_IASL is passed from the command line and meson discovers one of its own,
the meson one would be enforced and not the one developer passed.
- Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location, (continued)
- Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location, Ani Sinha, 2023/05/17
- Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location, Alex Bennée, 2023/05/17
- Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location, Michael S. Tsirkin, 2023/05/17
- Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location, Alex Bennée, 2023/05/17
- Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location, Michael S. Tsirkin, 2023/05/17
- Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location, Alex Bennée, 2023/05/17
- Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location, Ani Sinha, 2023/05/18
- Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location, Michael S. Tsirkin, 2023/05/18
- Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location, Ani Sinha, 2023/05/18
- Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location, Paolo Bonzini, 2023/05/19
- Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location,
Ani Sinha <=
- Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location, Paolo Bonzini, 2023/05/20
- Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location, Ani Sinha, 2023/05/20
- Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location, Paolo Bonzini, 2023/05/22
- Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location, Ani Sinha, 2023/05/18
- Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location, Ani Sinha, 2023/05/18
- Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location, Ani Sinha, 2023/05/17
- Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location, Alex Bennée, 2023/05/17
Re: [PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location, Bernhard Beschow, 2023/05/17