On Thu, 7 Sep 2023 21:34:41 -0300 Jason Gunthorpe <jgg@xxxxxxxxxx> wrote: > On Thu, Sep 07, 2023 at 01:55:46PM -0600, Alex Williamson wrote: > > > There's perhaps an argument whether userspace should compose this > > device itself, for example finding the firmware attributes in sysfs and > > directly mmap'ing the coherent memory via /dev/mem to back a virtual > > BAR or otherwise pass-through this associated region. > > I don't think this works, secure boot turns off /dev/mem and other > things that would let you do this AFAIK. Yep, it's got issues, just trying to play devil's advocate for a non-kernel approach. > > I've previously raised the point whether the coherent region here > > might be exposed as a device specific region (such as we do for the > > above IGD regions) rather than a virtual BAR, but the NVIDIA folks feel > > strongly that the BAR approach is correct. > > I think it really depends on what the qemu side wants to do.. Ok, I thought you had been one of the proponents of the fake BAR approach as more resembling CXL. Do we need to reevaluate that the tinkering with the VM machine topology and firmware tables would better align to a device specific region that QEMU inserts into the VM address space so that bare metal and virtual machine versions of this device look more similar? Thanks, Alex