commit | a80064db345d3a60fd3ccfca0239b72b692ed022 | [log] [tgz] |
---|---|---|
author | David Hastings <dahastin@fuchsia.infra.roller.google.com> | Wed Jan 18 06:22:03 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jan 17 22:23:21 2023 -0800 |
tree | 55c35b3eeca9c0e54172c032b95cb7deccc2a9fa | |
parent | 1cbf1df35b5a9daa90452312f5013f6a3ada68a3 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.