mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
d217089b54
The expansion ROM BAR can be considered like a 32-bit memory BAR with a slight difference regarding the amount of reserved bits at the beginning of its 32-bit value. Bit 0 indicates if the BAR is enabled or disabled, while bits 1-10 are reserved. The remaining upper 21 bits hold the BAR address. This commit extends the pci crate in order to support expansion ROM BAR. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |