<div dir="ltr"><div><div><div><div>Hi all,<br><br></div>I'm gonna implement my own Linux kernel module for VBox support driver and took PCI-passthrough module as a base example. And I have some uncertainty. There're two functions for creating/destroying "instance" structures (vboxPciNewInstance/vboxPciUnlinkInstanceLocked). I can easily find, where vboxPciNewInstance is invoked. But vboxPciUnlinkInstanceLocked is called only from vboxPciDevCleanup. I grep'ed the whole VBox source code tree, and there's no place, where the last function is called. I don't know, is it some kind of a bug or this function is invoked in some unobvious way?<br><br></div>I work with SVN revision 67803M.<br><br></div>Best regards,<br></div>Anton<br></div>