On 30.09.19 21:13, Andrej Utz wrote:
> From: Ralf Ramsauer <[email protected]>
> 
> No functional change.
> 
> Signed-off-by: Ralf Ramsauer <[email protected]>
> ---
>  pyjailhouse/sysfs_parser.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pyjailhouse/sysfs_parser.py b/pyjailhouse/sysfs_parser.py
> index 464b6a80..b0a9bf44 100644
> --- a/pyjailhouse/sysfs_parser.py
> +++ b/pyjailhouse/sysfs_parser.py
> @@ -113,7 +113,7 @@ def parse_iomem(pcidevices):
>          append_r = True
>          # filter the list for MSI-X pages
>          for d in pcidevices:
> -            if d.msix_address >= r.start and d.msix_address <= r.stop:
> +            if r.start <= d.msix_address <= r.stop:
>                  if d.msix_address > r.start:
>                      head_r = MemRegion(r.start, d.msix_address - 1,
>                                         r.typestr, r.comments)
> 

Thanks, applied to next.

Jan

-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/a1cf01e3-5e75-57b0-dee6-550814faeaca%40siemens.com.

Reply via email to