Re: [PATCH kvmtool 05/16] ioport: pci: Move port allocations to PCI devices

2019-04-30 Thread Julien Thierry
Hi, On 04/04/2019 14:45, Andre Przywara wrote: > On Thu, 7 Mar 2019 08:36:06 + > Julien Thierry wrote: > > Hi, > >> The dynamic ioport allocation with IOPORT_EMPTY is currently only used >> by PCI devices. Other devices use fixed ports for which they request >> registration to the ioport AP

Re: [PATCH kvmtool 05/16] ioport: pci: Move port allocations to PCI devices

2019-04-04 Thread Andre Przywara
On Thu, 7 Mar 2019 08:36:06 + Julien Thierry wrote: Hi, > The dynamic ioport allocation with IOPORT_EMPTY is currently only used > by PCI devices. Other devices use fixed ports for which they request > registration to the ioport API. > > PCI ports need to be in the PCI IO space and there is

[PATCH kvmtool 05/16] ioport: pci: Move port allocations to PCI devices

2019-03-07 Thread Julien Thierry
The dynamic ioport allocation with IOPORT_EMPTY is currently only used by PCI devices. Other devices use fixed ports for which they request registration to the ioport API. PCI ports need to be in the PCI IO space and there is no reason ioport API should know a PCI port is being allocated and needs