On Fri, Sep 26, 2025 at 12:55:11PM +0800, Jason Wang wrote: > > > Looking at this, it's nothing admin virtqueue specific, I wonder why > > > it is not part of virtio_config_ops. > > > > > > Thanks > > > > cap things are admin commands. But what I do not get is why they > > need to be callbacks. > > > > The only thing about admin commands that is pci specific is finding > > the admin vq. > > I think we had a discussion to decide to separate admin commands from > the admin vq. > > Thanks
If what you are saying is that core should expose APIs to submit admin commands, not to access admin vq, I think I agree. -- MST