commit | 66eb01adec5b2988607ed42441020d4cac78e54a | [log] [tgz] |
---|---|---|
author | Richard <rizhang@google.com> | Fri Mar 25 14:06:35 2022 -0700 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 31 17:28:21 2022 +0000 |
tree | 555453be11448021d6b990452687fedf5aa0e33f | |
parent | de1f006a08a7c3175c0d0f579ffffb96e16e731c [diff] |
virtio-block: Upstream window's block device This CL mainly splits up Window's and Unix code into their own files. seg_max is now a part of windows, but will always be set to 0 now. seg_max in virtio_blk_config was being set to 0 on windows anyways.` Bug: b:213149164 Test: cargo test and presubmit Change-Id: Icdd481dd8e05c90ac8c1f29773d51312b64d3b2b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3553760 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Richard Zhang <rizhang@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 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.