Merge remote-tracking branch 'aosp/upstream-main' into master.

Bug: 215305014
Bug: 220084045
Change-Id: I1f87d1e5331701e8766aa27a455375f859c0fe5d
tree: 4ecc0039856d113fa07c293c23edf35f6b31f389
  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. infra/
  22. integration_tests/
  23. kernel_cmdline/
  24. kernel_loader/
  25. kvm/
  26. kvm_sys/
  27. libcras_stub/
  28. libvda/
  29. linux_input_sys/
  30. logo/
  31. net_sys/
  32. net_util/
  33. patches/
  34. power_monitor/
  35. protos/
  36. qcow_utils/
  37. resources/
  38. rutabaga_gfx/
  39. seccomp/
  40. src/
  41. system_api_stub/
  42. tests/
  43. third_party/
  44. tools/
  45. tpm2/
  46. tpm2-sys/
  47. usb_sys/
  48. usb_util/
  49. vfio_sys/
  50. vhost/
  51. virtio_sys/
  52. vm_control/
  53. vm_memory/
  54. x86_64/
  55. .dockerignore
  56. .gitignore
  57. .rustfmt.toml
  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