commit | b244d933aadfbb6effcfc993fd4227ebab4f3041 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Thu Nov 24 16:45:53 2022 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Nov 28 21:52:06 2022 +0000 |
tree | d25275cb31600d893beb7b0f7fef405c422869b6 | |
parent | 1b0d890386e814bb693edcb90db96d6ca3748fff [diff] |
libfdt: Map FDT_ERR_NOTFOUND to Option::None Update the API to make use of Option when retrieving a node or property from a DT, to ensure that client code treats NOTFOUND (a return value which might not be a hard error) differently from serious error values. Bug: 255521657 Test: atest vmbase_example.integration_test Change-Id: I1404cab01f2065b0fed07330b8c1be54bb993680
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.