On 06/21/2016 02:19 PM, Igor Mammedov wrote:
On Tue, 21 Jun 2016 11:57:29 +0300
Marcel Apfelbaum wrote:
On 06/17/2016 12:04 PM, Igor Mammedov wrote:
On Tue, 31 May 2016 20:48:35 +0300
Marcel Apfelbaum wrote:
The pm initialization code assigns the pcihp IO base and length to
-1 on error, bu
On Tue, 21 Jun 2016 11:57:29 +0300
Marcel Apfelbaum wrote:
> On 06/17/2016 12:04 PM, Igor Mammedov wrote:
> > On Tue, 31 May 2016 20:48:35 +0300
> > Marcel Apfelbaum wrote:
> >
> >> The pm initialization code assigns the pcihp IO base and length to
> >> -1 on error, but the later code will assum
On 06/17/2016 12:04 PM, Igor Mammedov wrote:
On Tue, 31 May 2016 20:48:35 +0300
Marcel Apfelbaum wrote:
The pm initialization code assigns the pcihp IO base and length to -1 on error,
but the later code will assume 0 as invalid value.
Fix it initializing the above value to 0 as expected.
Sig
On Tue, 31 May 2016 20:48:35 +0300
Marcel Apfelbaum wrote:
> The pm initialization code assigns the pcihp IO base and length to -1 on
> error,
> but the later code will assume 0 as invalid value.
>
> Fix it initializing the above value to 0 as expected.
>
> Signed-off-by: Marcel Apfelbaum
> -
The pm initialization code assigns the pcihp IO base and length to -1 on error,
but the later code will assume 0 as invalid value.
Fix it initializing the above value to 0 as expected.
Signed-off-by: Marcel Apfelbaum
---
hw/i386/acpi-build.c | 10 ++
1 file changed, 6 insertions(+), 4 d