Snap for 9203002 from 06df45ac29b1e2205ee98b13b7443511649a4044 to gki13-boot-release

Change-Id: Ibad7ce8b873ba58065f01e3f7698185f912b9d87
tree: f0c789b21ec0472dc8b00768478a80e3f99c8b78
  1. .cargo/
  2. .devcontainer/
  3. .github/
  4. .vscode/
  5. aarch64/
  6. acpi_tables/
  7. anti_tamper/
  8. arch/
  9. argh_helpers/
  10. base/
  11. bit_field/
  12. broker_ipc/
  13. common/
  14. crash_report/
  15. cros_async/
  16. crosvm-fuzz/
  17. crosvm_control/
  18. crosvm_plugin/
  19. cuttlefish/
  20. devices/
  21. disk/
  22. docs/
  23. fuse/
  24. gpu_display/
  25. hypervisor/
  26. infra/
  27. integration_tests/
  28. io_uring/
  29. kernel_cmdline/
  30. kernel_loader/
  31. kvm/
  32. kvm_sys/
  33. libcras_stub/
  34. linux_input_sys/
  35. logo/
  36. media/
  37. metrics/
  38. net_sys/
  39. net_util/
  40. patches/
  41. power_monitor/
  42. prebuilts/
  43. protos/
  44. qcow_utils/
  45. resources/
  46. rutabaga_gfx/
  47. sandbox/
  48. seccomp/
  49. serde_keyvalue/
  50. src/
  51. system_api/
  52. tests/
  53. third_party/
  54. tools/
  55. tpm2/
  56. tpm2-sys/
  57. tracing/
  58. tube_transporter/
  59. usb_sys/
  60. usb_util/
  61. vfio_sys/
  62. vhost/
  63. virtio_sys/
  64. vm_control/
  65. vm_memory/
  66. win_audio/
  67. win_util/
  68. x86_64/
  69. .dockerignore
  70. .gitignore
  71. .rustfmt.toml
  72. all2android.sh
  73. Android.bp
  74. ARCHITECTURE.md
  75. build.rs
  76. Cargo.lock
  77. Cargo.toml
  78. cargo2android.json
  79. cargo2android_defaults.bp
  80. cargo2android_module.bp.patch
  81. CONTRIBUTING.md
  82. DIR_METADATA
  83. LICENSE
  84. merge-setup.sh
  85. METADATA
  86. mypy.ini
  87. OWNERS
  88. OWNERS.android
  89. PRESUBMIT.cfg
  90. PREUPLOAD.cfg
  91. pyproject.toml
  92. README.chromeos.md
  93. README.md
  94. run_c2a.sh
  95. rust-toolchain
  96. TEST_MAPPING
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