Merge with upstream 2024-05-16

e2782a1b1 devices: pmem: Add --pmem flag to replace pmem-device and rw-pmem-device
a3ae749bf Roll recipe dependencies (trivial).

https://chromium.googlesource.com/crosvm/crosvm/+log/743f7b8ab42f940e8cc46f9648ed3bca4f31cd29..e2782a1b14199760097b0e4f1fc7a2eadceec56e

BUG=b:255223604
BUG=b:340780535

Change-Id: I2eeb0bed2a5ca4c44e9306c4234c62608648a409
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/5542878
Bot-Commit: crosvm LUCI CI <crosvm-luci-ci-builder@crosvm-infra.iam.gserviceaccount.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
tree: 71b6690698d1f2adf3e046413ca770e3d7f97379
  1. .cargo/
  2. .config/
  3. .devcontainer/
  4. .github/
  5. .vscode/
  6. aarch64/
  7. acpi_tables/
  8. arch/
  9. argh_helpers/
  10. audio_streams_conformance_test/
  11. audio_util/
  12. base/
  13. bit_field/
  14. broker_ipc/
  15. common/
  16. cros_async/
  17. cros_fdt/
  18. cros_tracing/
  19. cros_tracing_types/
  20. crosvm_cli/
  21. crosvm_control/
  22. crosvm_plugin/
  23. devices/
  24. disk/
  25. docs/
  26. e2e_tests/
  27. ext2/
  28. fuse/
  29. fuzz/
  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. metrics_events/
  45. net_sys/
  46. net_util/
  47. perfetto/
  48. power_monitor/
  49. prebuilts/
  50. profiles/
  51. proto_build_tools/
  52. protos/
  53. resources/
  54. riscv64/
  55. rutabaga_gfx/
  56. sandbox/
  57. serde_keyvalue/
  58. src/
  59. swap/
  60. system_api/
  61. tests/
  62. third_party/
  63. tools/
  64. tube_transporter/
  65. usb_sys/
  66. usb_util/
  67. vendor/
  68. vfio_sys/
  69. vhost/
  70. virtio_sys/
  71. vm_control/
  72. vm_memory/
  73. win_audio/
  74. win_util/
  75. x86_64/
  76. .dockerignore
  77. .envrc
  78. .gitattributes
  79. .gitignore
  80. .gitmodules
  81. .rustfmt.toml
  82. ARCHITECTURE.md
  83. Cargo.lock
  84. Cargo.toml
  85. CONTRIBUTING.md
  86. DIR_METADATA
  87. LICENSE
  88. mypy.ini
  89. OWNERS
  90. OWNERS_COUNCIL
  91. PRESUBMIT.cfg
  92. pyproject.toml
  93. README.chromeos.md
  94. README.md
  95. rust-toolchain
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