mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 04:26:38 +00:00
Add dedicated tracking for mmio bar mmaps. This allows us to remove the special case handing that ignores writes of 0 and 0xffffffff to the bar configuration registers. That handling was actually broken because it used || instead of &&, which resulted in bars being redundantly remapped. BUG=none TEST=Add logs to set_user_memory_region, boot manatee, and check that the same regions are mapped. Change-Id: Ic9905330874a4c05f79dbdaee3b40b4d21a488ff Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3535468 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: David Stevens <stevensd@chromium.org> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |