Re: [PATCH 1/5] virpci: Switch to an implementation using libpciaccess

2025-04-02 Thread Alexander Shursha
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

Re: [PATCH 1/5] virpci: Switch to an implementation using libpciaccess

2025-04-01 Thread Roman Bogorodskiy
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