> From: Jason Gunthorpe <jgg@xxxxxxxxxx> > Sent: Wednesday, July 20, 2022 4:08 AM > > On Tue, Jul 19, 2022 at 01:25:14PM -0600, Alex Williamson wrote: > > > > We don't really expect user space to hit this limit, the RAM in QEMU is > > > divided today to around ~12 ranges as we saw so far in our evaluation. > > > > There can be far more for vIOMMU use cases or non-QEMU drivers. > > Not really, it isn't dynamic so vIOMMU has to decide what it wants to > track up front. It would never make sense to track based on what is > currently mapped. So it will be some small list, probably a big linear > chunk of the IOVA space. How would vIOMMU make such decision when the address space is managed by the guest? it is dynamic and could be sparse. I'm curious about any example a vIOMMU can use to generate such small list. Would it be a single range based on aperture reported from the kernel?