Re: [PATCH v3] acpi/tests/bios-tables-test: make iasl tool handling simpler

2023-06-28 Thread Ani Sinha
> On 28-Jun-2023, at 4:24 PM, Michael S. Tsirkin wrote: > > On Wed, Jun 28, 2023 at 12:05:46PM +0530, Ani Sinha wrote: >> >> >>> On 26-Jun-2023, at 6:49 PM, Michael S. Tsirkin wrote: >>> >>> On Mon, Jun 26, 2023 at 06:33:14PM +0530, Ani Sinha wrote: > On 26-Jun-2023, at 6:2

Re: [PATCH v3] acpi/tests/bios-tables-test: make iasl tool handling simpler

2023-06-28 Thread Michael S. Tsirkin
On Wed, Jun 28, 2023 at 12:05:46PM +0530, Ani Sinha wrote: > > > > On 26-Jun-2023, at 6:49 PM, Michael S. Tsirkin wrote: > > > > On Mon, Jun 26, 2023 at 06:33:14PM +0530, Ani Sinha wrote: > >> > >> > >>> On 26-Jun-2023, at 6:28 PM, Michael S. Tsirkin wrote: > >>> > >>> On Mon, May 22, 2023

Re: [PATCH v3] acpi/tests/bios-tables-test: make iasl tool handling simpler

2023-06-27 Thread Ani Sinha
> On 26-Jun-2023, at 6:49 PM, Michael S. Tsirkin wrote: > > On Mon, Jun 26, 2023 at 06:33:14PM +0530, Ani Sinha wrote: >> >> >>> On 26-Jun-2023, at 6:28 PM, Michael S. Tsirkin wrote: >>> >>> On Mon, May 22, 2023 at 04:00:39PM +0530, Ani Sinha wrote: Currently the meson based QEMU buil

Re: [PATCH v3] acpi/tests/bios-tables-test: make iasl tool handling simpler

2023-06-26 Thread Michael S. Tsirkin
On Mon, Jun 26, 2023 at 06:33:14PM +0530, Ani Sinha wrote: > > > > On 26-Jun-2023, at 6:28 PM, Michael S. Tsirkin wrote: > > > > On Mon, May 22, 2023 at 04:00:39PM +0530, Ani Sinha wrote: > >> Currently the meson based QEMU build process locates the iasl binary from > >> the > >> current PATH

Re: [PATCH v3] acpi/tests/bios-tables-test: make iasl tool handling simpler

2023-06-26 Thread Ani Sinha
> On 26-Jun-2023, at 6:28 PM, Michael S. Tsirkin wrote: > > On Mon, May 22, 2023 at 04:00:39PM +0530, Ani Sinha wrote: >> Currently the meson based QEMU build process locates the iasl binary from the >> current PATH and other locations [1] and uses that to set CONFIG_IASL in >> config-host.h h

Re: [PATCH v3] acpi/tests/bios-tables-test: make iasl tool handling simpler

2023-06-26 Thread Michael S. Tsirkin
On Mon, May 22, 2023 at 04:00:39PM +0530, Ani Sinha wrote: > Currently the meson based QEMU build process locates the iasl binary from the > current PATH and other locations [1] and uses that to set CONFIG_IASL in > config-host.h header.This is then used at compile time by bios-tables-test to > set

Re: [PATCH v3] acpi/tests/bios-tables-test: make iasl tool handling simpler

2023-05-22 Thread Paolo Bonzini
Il lun 22 mag 2023, 12:30 Ani Sinha ha scritto: > Currently the meson based QEMU build process locates the iasl binary from > the > current PATH and other locations [1] and uses that to set CONFIG_IASL in > config-host.h header.This is then used at compile time by bios-tables-test > to > set iasl

[PATCH v3] acpi/tests/bios-tables-test: make iasl tool handling simpler

2023-05-22 Thread Ani Sinha
Currently the meson based QEMU build process locates the iasl binary from the current PATH and other locations [1] and uses that to set CONFIG_IASL in config-host.h header.This is then used at compile time by bios-tables-test to set iasl path. This has two disadvantages: - If iasl was not previou