commit | 5092bd0ad1e74227316bd23645805272d3cf3069 | [log] [tgz] |
---|---|---|
author | Lepton Wu <lepton@chromium.org> | Thu Jun 01 12:27:59 2023 -0700 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 01 20:24:57 2023 +0000 |
tree | d258491b3ec28a99a95f5e2cea0f14b02e46e93a | |
parent | fdc90c0b29a9990c0b490f3c944a1bc7b582d4f3 [diff] |
base: syslog: Use UTC timesamp This avoid opening timezone files from jailed process under unix. BUG=b:280298742 TEST=manual - run crosvm with logging from battery device. Change-Id: I1869ce5a79bdd0ace678e4e90ea1f9df2e90fd8a Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4574297 Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Auto-Submit: Lepton Wu <lepton@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@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 ChromeOS 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 ChromeOS devices.