| commit | d6e05576c4a6308c45efd6c96eddc0882215e25c | [log] [tgz] |
|---|---|---|
| author | Colin Downs-Razouk <colindr@google.com> | Wed Oct 18 16:53:26 2023 -0700 |
| committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 23 23:59:55 2023 +0000 |
| tree | 5b54daf9104b6899f757b1a36d3ee654d80a77ee | |
| parent | 472cf2ce3b75cd56b5eddedbc9400b56b0ae0623 [diff] |
Pass logging args to child processes Update the broker code to pass the logging arguments to child processes. This also updates the base syslog LogConfig to separate out the serializable logging arguments from the active logging configuration, and also updates the LogConfig to no longer require generics when they aren't used in practice. Test: passed --log-level to run-mp, verified child processes logs Change-Id: I98f046555610fa804df63b1e6ead3603e96f7666 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4967905 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Colin Downs-Razouk <colindr@google.com>
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.