Roman Bogorodskiy writes:
> Anyway, my question is the following:
>
> Should we split this series into two: the virpci part and the bhyve
> part?
> If I'm not mistaken, they are not tied to each other, and splitting
> them would make review easier as the bhyve part is almost ready
> to get it.
I
Alexander Shursha wrote:
> The current virpci code uses the Linux-specific sysfs subsystem, which makes
> it impossible to use on other Unix-like systems. The libpciaccess library
> provides a cross-platform API for accessing the PCI bus. Employ it to make
> the code portable.
>
> This makes li