mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-10 12:09:31 +00:00
The code was unintentionally subtracting 1 (to get the inclusive end address) twice, leaving off one extra byte. This doesn't make much difference in practice since the high MMIO region is typically very large (up to 64 terabytes). The result can be observed in the guest's /proc/iomem, where the PCI region should now end at 0x..ffff instead of 0x...fffe. BUG=None TEST=Boot x86-64 Linux kernel; cat /proc/iomem Change-Id: I2df210ed40612cefce68926c616f455e416ed40c Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3790030 Reviewed-by: David Stevens <stevensd@chromium.org> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Tested-by: Daniel Verkamp <dverkamp@chromium.org> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |