> > > > diff --git a/hw/acpi/pcihp.c b/hw/acpi/pcihp.c
> > > > index f4d706e47d..856c6e1b47 100644
> > > > --- a/hw/acpi/pcihp.c
> > > > +++ b/hw/acpi/pcihp.c
> > > > @@ -136,6 +136,11 @@ static void acpi_pcihp_disable_root_bus(void)
> > > > return;
> > > > }
> > > >
> > > > +i
On Mon, 26 Jul 2021, Igor Mammedov wrote:
> On Wed, 21 Jul 2021 19:46:10 +0530
> Ani Sinha wrote:
>
> > All existing code using acpi_get_i386_pci_host() checks for a non-null
> > return from this function call. This change brings the same check to
> > acpi_pcihp_disable_root_bus() function. Al
On Mon, 26 Jul 2021 18:26:28 +0530 (IST)
Ani Sinha wrote:
> On Mon, 26 Jul 2021, Igor Mammedov wrote:
>
> > On Wed, 21 Jul 2021 19:46:10 +0530
> > Ani Sinha wrote:
> >
> > > All existing code using acpi_get_i386_pci_host() checks for a non-null
> > > return from this function call. This chang
On Mon, 26 Jul 2021, Igor Mammedov wrote:
> On Wed, 21 Jul 2021 19:46:10 +0530
> Ani Sinha wrote:
>
> > All existing code using acpi_get_i386_pci_host() checks for a non-null
> > return from this function call. This change brings the same check to
> > acpi_pcihp_disable_root_bus() function. Al
On Wed, 21 Jul 2021 19:46:10 +0530
Ani Sinha wrote:
> All existing code using acpi_get_i386_pci_host() checks for a non-null
> return from this function call. This change brings the same check to
> acpi_pcihp_disable_root_bus() function. Also adds a comment describing
> why we unconditionally pas
ping ...
On Wed, 21 Jul 2021, Ani Sinha wrote:
> All existing code using acpi_get_i386_pci_host() checks for a non-null
> return from this function call. This change brings the same check to
> acpi_pcihp_disable_root_bus() function. Also adds a comment describing
> why we unconditionally pass a t
All existing code using acpi_get_i386_pci_host() checks for a non-null
return from this function call. This change brings the same check to
acpi_pcihp_disable_root_bus() function. Also adds a comment describing
why we unconditionally pass a truth value to the last argument when calling
acpi_pcihp_r
Please scratch this. I will resend with my nokia email removed. This work
does not involve Nokia.
Ani
On Wed, 21 Jul 2021, Ani Sinha wrote:
> From: Ani Sinha
>
> All existing code using acpi_get_i386_pci_host() checks for a non-null
> return from this function call. This change brings the same
From: Ani Sinha
All existing code using acpi_get_i386_pci_host() checks for a non-null
return from this function call. This change brings the same check to
acpi_pcihp_disable_root_bus() function. Also adds a comment describing
why we unconditionally pass a truth value to the last argument when ca