commit | 8fb80840324d9af1ee04030af904881452730187 | [log] [tgz] |
---|---|---|
author | Daniel Verkamp <dverkamp@chromium.org> | Mon Feb 14 13:41:40 2022 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Feb 17 22:04:20 2022 +0000 |
tree | f1ec42e9743019bca64bc51d7cf01a910321cd92 | |
parent | 0bb6066ef80ba87234787701c93e4dd0b5d5e1e1 [diff] |
qcow_utils: remove qcow_img utility and debug fns This was a utility created to test the qcow disk implementation, but it is not used anywhere in the running Chrome OS system and has served its purpose for testing the qcow crate. Removing it will allow further cleanups and make it easier to convert the qcow and other disk types to async. BUG=b:219595052 TEST=cargo build TEST=cargo test -p disk Change-Id: I7dddcfdb0685ee8d55fdb13452fa4ebd95bc78db Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3462637 Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: 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 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.