hypervisor: gunyah: Remove push-compatible for StaticSwiotlbRegion

"restricted-dma-pool" was added to the shm-node as a workaround during
initial development of AVF. This workaround is no longer needed and not
used in any deployed devices, so remove it.

BUG=b:232360323

Signed-off-by: Elliot Berman <quic_eberman@quicinc.com>

(cherry picked from commit 184c747bd4e8a93802619efff0f3815c8a23daaa)
Change-Id: I08e1335992af58b0075d77e1da227851ecd8e0e1
Bug: 232360323
Ignore-AOSP-First: Already in AOSP
1 file changed
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