Re: [PATCH] hw/core/qdev-properties-system: allow bus addresses > 0x1f

2020-11-07 Thread Philippe Mathieu-Daudé
Hi Geoffrey, Cc'ing the QOM maintainers. On 11/7/20 12:45 AM, Geoffrey McRae wrote: > The commit bccb20c49df1bd683248a366021973901c11982f introduced an error > in the checking logic that validates the bus addresses for PCI device > addresses preventing usage of devices via vfio-pci that sit at a

[PATCH] hw/core/qdev-properties-system: allow bus addresses > 0x1f

2020-11-06 Thread Geoffrey McRae
The commit bccb20c49df1bd683248a366021973901c11982f introduced an error in the checking logic that validates the bus addresses for PCI device addresses preventing usage of devices via vfio-pci that sit at a bus address of 0x20 or higher. This patch resolves this by reverting the checking logic to