| commit | d86b018bbcbc9ee65a551ca4b7cf6d6555588f9f | [log] [tgz] |
|---|---|---|
| author | Nikita Ioffe <[email protected]> | Tue Mar 04 21:29:32 2025 +0000 |
| committer | Nikita Ioffe <[email protected]> | Tue Mar 18 23:55:05 2025 +0000 |
| tree | f6fc07384173a71af2036619afee088cd489dee8 | |
| parent | 908f58235a15c789496d42fb44b1a98f4a3a1d67 [diff] |
UPSTREAM: crosvm_control: add crosvm_get_vm_descriptor API This API can be used to retrieve the unique identifier of a VM. Bug: b:360102915 TEST=tools/presubmit Test: presubmit Change-Id: Ic1e5f350c93bed68c7d9022af1eeaa0e773a7418 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/6324569 Auto-Submit: Nikita Ioffe <[email protected]> Reviewed-by: Daniel Verkamp <[email protected]> Commit-Queue: Nikita Ioffe <[email protected]> Reviewed-by: Frederick Mayle <[email protected]>
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.