Platform Tools Release 33.0.1 (8253317)
Snap for 8253222 from 412eeb11d8cdd389d7b0c962dc073082e03d2e01 to sdk-release

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