commit | 3d70d465dcb197491be87ba865c7895a226d61df | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Tue Jan 07 16:03:24 2025 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue Jan 07 16:15:23 2025 +0000 |
tree | 601e280ae4feb4a67b6c26a71eedb25cda81bb49 | |
parent | 2a13b6cc6f527cd2fe489c13eec4f025870cdc88 [diff] |
virtmgr: Don't detect hangup when using GDB Currently, virtmgr times out and terminates the VM if something has gone wrong during the boot of the guest kernel, preventing it from properly reaching a point where it can communicate with the host. However, if GDB is in use, it is likely that the kernel is being stepped through, held on a breakpoint, ... Timing out in such conditions is not only wrong but very unhelpful to the debugging session taking place. Therefore, don't "detect hangup" when a GDB port has been passed. Test: TH Bug: 385659491 Change-Id: Ie11597070fbfc8c72b357bc9746ad5d5789521eb
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: