commit | afb126af3923206aaf48ba0db18a5c37cb7cd23c | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Mar 29 14:42:19 2023 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed Mar 29 14:56:56 2023 +0100 |
tree | fa5a8e3f613d822f0df81fb6e7ca825ef8787c8e | |
parent | 7898e8578ae2b71eafe867b723c9004dae691f45 [diff] |
pvmfw: instance: Store UUID in little endian As instance.img seems to store UUIDs in little endian (even though the most common UUID endianness seems to be BE), store the EntryHeader::uuid with the same endianness so that it can be memcpy()-ed to the block device as-is, allowing instance.img consumers to properly parse the pvmfw UUID. Bug: 249723852 Test: atest MicrodroidTests Change-Id: I7c9c6ec2389c8473a6fa685e4b595629695b43e5
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.