LekKit / RVVM

The RISC-V Virtual Machine
GNU General Public License v3.0
938 stars 65 forks source link

PCI Capability Register #160

Closed ZLangJIT closed 4 weeks ago

ZLangJIT commented 4 weeks ago

the PCI Capability Register is required for #149 virtio-over-pci idk why since most other devices use hardcoded BAR's

but if virtio needs it then other devices/drivers may also need such too

not in #149 cus while required by virtio, it appears to be an optional part of PCI (physical hardware pci's exist with and without such register, but most have such register)

ZLangJIT commented 4 weeks ago

actually imma close this as i think its more sutible in #149 atm as that is what primarily requires it