While trying to make OSv boot on QEMU with qboot and PCI devices 
(virtio-blk-pci for example) I have discovered (I think - look at 
this: https://github.com/bonzini/qboot/issues/7) that qboot does not 
allocate BAR addresses like normal bios (like SeaBIOS) does.

I am not very experienced when dealing with PCI so I wonder what others 
think about feasibility of having OSv handle this case and allocating the 
BAR itself if it has NOT been allocated. If I am correct this is what OSv 
does for arm in arch_add_bar() 
- 
https://github.com/cloudius-systems/osv/blob/master/arch/aarch64/pci.cc#L122-L140.
 
Or is it rather obscure case indicating that qboot eventually should be 
able to allocated BARs?

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to