Re: [PATCH kvmtool 08/16] arm/pci: Do not use first PCI IO space bytes for devices

2019-06-14 Thread Julien Thierry
Hi Andre, (sorry for the delay in reply) On 05/04/2019 16:31, Andre Przywara wrote: > On Thu, 7 Mar 2019 08:36:09 + > Julien Thierry wrote: > > Hi, > >> Linux has this convention that the lower 0x1000 bytes of the IO space >> should not be used. (cf PCIBIOS_MIN_IO). >> >> Just allocate

Re: [PATCH kvmtool 08/16] arm/pci: Do not use first PCI IO space bytes for devices

2019-04-05 Thread Andre Przywara
On Thu, 7 Mar 2019 08:36:09 + Julien Thierry wrote: Hi, > Linux has this convention that the lower 0x1000 bytes of the IO space > should not be used. (cf PCIBIOS_MIN_IO). > > Just allocate those bytes to prevent future allocation assigning it to > devices. > > Signed-off-by: Julien

[PATCH kvmtool 08/16] arm/pci: Do not use first PCI IO space bytes for devices

2019-03-07 Thread Julien Thierry
Linux has this convention that the lower 0x1000 bytes of the IO space should not be used. (cf PCIBIOS_MIN_IO). Just allocate those bytes to prevent future allocation assigning it to devices. Signed-off-by: Julien Thierry --- arm/pci.c | 3 +++ 1 file changed, 3 insertions(+) diff --git