[automerger skipped] Merge "Empty merge of sc-v2-dev-plus-aosp-without-vendor@8084891" into stage-aosp-master am: 6cfc877df3 -s ours

am skip reason: Merged-In I3d7a5b076bc73e7cdb4f7d6d11c28063b17348cf with SHA-1 8f02969ec4 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/external/crosvm/+/16843645

Change-Id: I8b85c4d16326bc4921292e7ef963c92c54fe4356
tree: 65f97a771298315217a4c52062d947de8b9d7ecc
  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