commit | bf944d734b5f0094be63c16f3a3cb0ceba2a7ecf | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Mon Mar 07 23:46:43 2022 +0000 |
committer | Victor Hsieh <victorhsieh@google.com> | Tue Mar 08 00:06:22 2022 +0000 |
tree | ac677158fdbec1660d230ba7858ce3018fa49a7f | |
parent | 0520f447ee00f413991c8d47dfbc8c623b944d37 [diff] |
fd_server: use RwLock instead of Mutex `nix::dir::Dir` isn't Sync (required by `RwLock`), so I had to replace it with `OwnedFd`. Bug: 220386264 Test: atest AuthFsHostTest Test: performance change before vs after is hard to tell Change-Id: Ib3fd9047970a856b532234f0bebad652172e12de
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.