commit | 2b0c7fb63f5219eb8eace8ab403236a25ebd26c8 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Tue May 09 12:16:20 2023 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Tue May 09 15:07:38 2023 +0000 |
tree | 84af22bcd2b501297b6732d4f3b87bb3e55c2a8d | |
parent | 59fe97cb0faaadeb3b520198d8603ef86d576a10 [diff] |
Ensure that VirtIO buffers are aligned to PAGE_SIZE as required. The existing code assumed that the hypervisor granule was greater than virtio_driver::PAGE_SIZE, which is true in practice so far but not guaranteed. Removed redundant documentation from the Hal trait implementation, and made the implementation safety comments more explicit. Bug: 274732281 Bug: 237249346 Test: Build virt APEX Change-Id: I776dcda7f5660b6f6e696c6834ac03f8e4023543
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.