commit | ae5a4ed6e3c59b98d532a9d4e663850d69fa2a01 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Nov 01 18:36:28 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Nov 01 20:07:15 2021 +0900 |
tree | e1849dcff8051d69654e1f59b1e7d0e1c6e62ad1 | |
parent | e8102dca07ebe3d777ddc9ef40cf15dd3c10a6f6 [diff] |
Add one more virtio-console device To be in sync with Cuttlefish, have three virtio-console devices (previously two) in Microdroid. /dev/hvc0 is used as the kernel console where kmsg is redirected to /dev/hvc1 is a new one and is used as the userspace console (set via androidboot.console). This currently is not used; the backend is a sink. /dev/hvc2 is used for logcat output Bug: 200914564 Test: run MicrodroidDemoApp Change-Id: Ib51be683cc2f8e19e09ae7a6b5707a196eb93ac5
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.