commit | a999a322125e25e24d49bc0f0622b28dcb93e095 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Feb 07 15:10:32 2022 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Feb 07 15:14:53 2022 +0900 |
tree | 3ab1a4e67f56845466f56202387b78d3fef28b54 | |
parent | eedbc06088db7d9c215d73d6fb425b325b8a91ba [diff] |
Flush data to instance disk using BLKFLSBUF Previously, we used fsync which works only for file descriptors that are not by page cache. Since the instance disk is directly opened as a block device, fsync didn't work. Fixing the issue by using BLKFLSBUF instead. Bug: 208639280 Test: atest MicrodroidTestApp Change-Id: I782bc9d1d59d302fedecc72f471abde601162830
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.