Re: [RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35

2021-09-20 Thread Ani Sinha
On Mon, 20 Sep 2021, Igor Mammedov wrote: > > > > > diff --git a/tests/qtest/bios-tables-test.c > > > > > b/tests/qtest/bios-tables-test.c > > > > > index 51d3a4e239..c92b70e8b8 100644 > > > > > --- a/tests/qtest/bios-tables-test.c > > > > > +++ b/tests/qtest/bios-tables-test.c > > > > > @@

Re: [RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35

2021-09-20 Thread Igor Mammedov
On Sun, 19 Sep 2021 08:29:51 +0530 (IST) Ani Sinha wrote: > On Sun, 19 Sep 2021, Ani Sinha wrote: > > > > > > > On Fri, 17 Sep 2021, Igor Mammedov wrote: > > > > > On Fri, 6 Aug 2021 23:16:42 +0530 > > > Ani Sinha wrote: > > > > > > > commit d7346e614f4ec ("acpi: x86: pcihp: add support

Re: [RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35

2021-09-19 Thread Ani Sinha
On Sun, 19 Sep 2021, Ani Sinha wrote: > > > > +static void test_acpi_q35_multif_bridge(void) > > > > +{ > > > > +test_data data = { > > > > +.machine = MACHINE_Q35, > > > > +.variant = ".multi-bridge", > > > > > > > +.required_struct_types =

Re: [RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35

2021-09-18 Thread Ani Sinha
On Sun, 19 Sep 2021, Ani Sinha wrote: > > > On Fri, 17 Sep 2021, Igor Mammedov wrote: > > > On Fri, 6 Aug 2021 23:16:42 +0530 > > Ani Sinha wrote: > > > > > commit d7346e614f4ec ("acpi: x86: pcihp: add support hotplug on > > > multifunction bridges") > > > added ACPI hotplug descriptions

Re: [RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35

2021-09-18 Thread Ani Sinha
On Fri, 17 Sep 2021, Igor Mammedov wrote: > On Fri, 6 Aug 2021 23:16:42 +0530 > Ani Sinha wrote: > > > commit d7346e614f4ec ("acpi: x86: pcihp: add support hotplug on > > multifunction bridges") > > added ACPI hotplug descriptions for cold plugged bridges for functions other > > than 0. For

Re: [RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35

2021-09-17 Thread Igor Mammedov
On Fri, 6 Aug 2021 23:16:42 +0530 Ani Sinha wrote: > commit d7346e614f4ec ("acpi: x86: pcihp: add support hotplug on multifunction > bridges") > added ACPI hotplug descriptions for cold plugged bridges for functions other > than 0. For all other devices, the ACPI hotplug descriptions are

Re: [RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35

2021-09-01 Thread Ani Sinha
Ping ... On Mon, Aug 16, 2021 at 9:14 PM Ani Sinha wrote: > > Ping ... > > Igor, if this looks ok, I will send the entire patch series with the blobs > updated. > > On Fri, 6 Aug 2021, Ani Sinha wrote: > > > commit d7346e614f4ec ("acpi: x86: pcihp: add support hotplug on > > multifunction

Re: [RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35

2021-08-16 Thread Ani Sinha
Ping ... Igor, if this looks ok, I will send the entire patch series with the blobs updated. On Fri, 6 Aug 2021, Ani Sinha wrote: > commit d7346e614f4ec ("acpi: x86: pcihp: add support hotplug on multifunction > bridges") > added ACPI hotplug descriptions for cold plugged bridges for functions

[RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35

2021-08-06 Thread Ani Sinha
commit d7346e614f4ec ("acpi: x86: pcihp: add support hotplug on multifunction bridges") added ACPI hotplug descriptions for cold plugged bridges for functions other than 0. For all other devices, the ACPI hotplug descriptions are limited to function 0 only. This change adds unit tests for this