commit | 195724b00281e144f208cacee2dbdef386d6138c | [log] [tgz] |
---|---|---|
author | Anton Romanov <romanton@google.com> | Fri Jan 28 19:26:05 2022 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Sat Jan 29 03:26:09 2022 +0000 |
tree | d68f548e174ee46e7a5ee7f27092a7be9799e50a | |
parent | 7ea795dc5669485774efc9a890673c54b08d32b6 [diff] |
async: remove misplaced must_use attribute must_use attribute clearly was meant to be set on future struct type since futures need to be polled to do anything. It was never meant to apply to invocation of paste macro Also, today any implementor of `Future` trait gets that attribute by default anyway BUG=n/a TEST=cargo check Change-Id: I60db1aa2bc7c8d6130cc1579641ae815c9cb738e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3425184 Reviewed-by: Anton Romanov <romanton@google.com> Auto-Submit: Anton Romanov <romanton@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Alexandre Courbot <acourbot@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.