[roll] Roll fuchsia [virtualization][vmm] Ensure BARs are power-of-two sized and aligned.

The PCI local bus specification states "all address spaces used are
a power of two in size and are naturally aligned." (rev 3.0, Section
6.2.5.1).

Update the PciBar constructor to round up sizes to the next power of two
(instead of rounding them up to PAGE_SIZE), and update the BAR address
allocation logic to ensure assigned addresses are naturally aligned.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/551068
Original-Revision: 84c83ff9349f8e5013093f3e3877b80662687ab6
GitOrigin-RevId: 17c78dd92246887aa6be29f5c635302acae8e53e
Change-Id: I9b05d2866d709d0c15aa6f12a910c0ebf5f28c10
1 file changed
tree: 5b0050a7f6942745913be2407653c067054510ff
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.