bhyve: implement PCI address allocation
Automatically allocate PCI addresses for devices instead of hardcoding them in the driver code. The current allocation schema is to dedicate an entire slot for each devices. Also, allow having arbitrary number of devices.
Showing
src/bhyve/bhyve_device.c
0 → 100644
src/bhyve/bhyve_device.h
0 → 100644
src/bhyve/bhyve_domain.c
0 → 100644
src/bhyve/bhyve_domain.h
0 → 100644
想要评论请 注册 或 登录