commit | ba0e3dbcb8febb38b4c7644052bc52ea8074f0c2 | [log] [tgz] |
---|---|---|
author | Keiichi Watanabe <keiichiw@chromium.org> | Wed Mar 30 11:03:08 2022 +0900 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 30 07:43:42 2022 +0000 |
tree | 7c5577663f409e9739188495c22071565180cee3 | |
parent | 983e44eeffc0d3e72a6cfa621f82464bed5dafd8 [diff] |
arch: Don't set up serial device when vhost-user console is set crosvm sets up an emulated serial device for ttyS0 as a default device unless virtio-console is specified. The setup should be skipped when a vhost-user console is specified as well. BUG=b:196186396 BUG=b:227407433 TEST=no serial output when one vhost-user console is specified. Change-Id: Ib17e218fd01a13c109fc1246fd3a6d99031d3181 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3557729 Reviewed-by: Morg <morg@chromium.org> Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org>
crosvm is a virtual machine monitor (VMM) based on Linux’s KVM hypervisor, with a focus on simplicity, security, and speed. crosvm is intended to run Linux guests, originally as a security boundary for running native applications on the Chrome OS platform. Compared to QEMU, crosvm doesn’t emulate architectures or real hardware, instead concentrating on paravirtualized devices, such as the virtio standard.
crosvm is currently used to run Linux/Android guests on Chrome OS devices.