Snap for 10147226 from dddf3b4863ac285fdfa5d1c9e1269cee97c9644a to udc-release

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

crosvm - The ChromeOS 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 ChromeOS 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 ChromeOS devices.

Logo