[roll] Roll fuchsia [virtualization][vmm-rs] Map guest memory into host/guest VMARs

This takes the guest memory regions, and maps them into:
1) A child VMAR created from the host's root
2) The guest VMAR, created from guest_create

A mock has been added which doesn't do anything for the guest VMAR, and
creates a real VMAR for the host VMAR. We'll want to add behaviours to
control this for unit testing.

Original-Bug: 102872
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/788277
Original-Revision: 72597db65c8dd767203edf529cfb39b2a0dc7841
GitOrigin-RevId: 0dc72586bf178b215975734ff69c5d0bc4ae651d
Change-Id: Iacc6eaf1cb31b777c052eafae000dbe34f0f7e37
1 file changed
tree: 55c35b3eeca9c0e54172c032b95cb7deccc2a9fa
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
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.