Snap for 8580505 from 879ee356af7dbf8a324c9803c75f2059bbc47b9e to main-cg-testing-release

Change-Id: I09488d04145e152ad2571398a2a4e0d6e8dbc1a3
tree: e14690a83260f33518885dda1d077d49030c106f
  1. .cargo/
  2. .devcontainer/
  3. .github/
  4. aarch64/
  5. acpi_tables/
  6. arch/
  7. base/
  8. bin/
  9. bit_field/
  10. ci/
  11. common/
  12. cros_async/
  13. crosvm-fuzz/
  14. crosvm_control/
  15. crosvm_plugin/
  16. cuttlefish/
  17. devices/
  18. disk/
  19. docs/
  20. fuse/
  21. gpu_display/
  22. hypervisor/
  23. infra/
  24. integration_tests/
  25. io_uring/
  26. kernel_cmdline/
  27. kernel_loader/
  28. kvm/
  29. kvm_sys/
  30. libcras_stub/
  31. linux_input_sys/
  32. logo/
  33. media/
  34. metrics/
  35. net_sys/
  36. net_util/
  37. patches/
  38. power_monitor/
  39. protos/
  40. qcow_utils/
  41. resources/
  42. rutabaga_gfx/
  43. seccomp/
  44. serde_keyvalue/
  45. src/
  46. system_api_stub/
  47. tests/
  48. third_party/
  49. tools/
  50. tpm2/
  51. tpm2-sys/
  52. tube_transporter/
  53. usb_sys/
  54. usb_util/
  55. vfio_sys/
  56. vhost/
  57. virtio_sys/
  58. vm_control/
  59. vm_memory/
  60. win_util/
  61. x86_64/
  62. .dockerignore
  63. .gitignore
  64. .rustfmt.toml
  65. all2android.sh
  66. Android.bp
  67. ARCHITECTURE.md
  68. Cargo.toml
  69. cargo2android.json
  70. cargo2android_defaults.bp
  71. cargo2android_module.bp
  72. CONTRIBUTING.md
  73. LICENSE
  74. METADATA
  75. navbar.md
  76. OWNERS
  77. OWNERS.android
  78. PREUPLOAD.cfg
  79. README.chromeos.md
  80. README.md
  81. run_c2a.sh
  82. run_tests
  83. rust-toolchain
  84. setup_cros_cargo.sh
  85. test_all
  86. TEST_MAPPING
  87. unblocked_terms.txt
README.md

crosvm - The Chrome OS Virtual Machine Monitor

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.

Logo