Hi Roger, > On 11 Oct 2021, at 12:47, Roger Pau Monné <roger....@citrix.com> wrote: > > On Wed, Oct 06, 2021 at 06:40:27PM +0100, Rahul Singh wrote: >> ARM architecture does not implement I/O ports. Ignore this call on ARM >> to avoid the overhead of making a hypercall just for Xen to return >> -ENOSYS. > > What is the cal trace of this function actually on Arm? > > AFAICT libxl will only call xc_domain_ioport_permission if there are > IO ports explicitly defined in the guest configuration, or if any of > the BARs of the PCI device is in the IO space, which is not possible > on Arm.
PCI devices BARs can be in the IO space as the PCI devices are not Arm specific. There is not ioports on arm so to be used those can be in some cases remapped and accessed as MMIOs or are not possible to use at all. But the IO space does appear when BARs are listed even on Arm. Regards Bertrand > > Thanks, Roger.