ANDROID: revert "use only one virtqueue in BlockAsync"

Reverts https://r.android.com/2295707. Its affect on the "Device
Unavailable" errors in one off tests didn't reproduce in prod, so we
should drop the diff with upstream.

Bug: 251366833
Test: TH
Change-Id: Id09485ea6bba0a0d675508902ca15679cdc23081
1 file changed
tree: 27722672e6bb250c3d3b8692e980885e5df22463
  1. .cargo/
  2. .config/
  3. .devcontainer/
  4. .github/
  5. .vscode/
  6. aarch64/
  7. acpi_tables/
  8. anti_tamper/
  9. arch/
  10. argh_helpers/
  11. base/
  12. bit_field/
  13. broker_ipc/
  14. common/
  15. crash_report/
  16. cros_async/
  17. cros_fdt/
  18. cros_tracing/
  19. crosvm-fuzz/
  20. crosvm_cli/
  21. crosvm_control/
  22. crosvm_plugin/
  23. cuttlefish/
  24. devices/
  25. disk/
  26. docs/
  27. e2e_tests/
  28. fuse/
  29. gpu_display/
  30. hypervisor/
  31. infra/
  32. io_uring/
  33. jail/
  34. kernel_cmdline/
  35. kernel_loader/
  36. kvm/
  37. kvm_sys/
  38. libcras_stub/
  39. linux_input_sys/
  40. logo/
  41. media/
  42. metrics/
  43. net_sys/
  44. net_util/
  45. patches/
  46. power_monitor/
  47. prebuilts/
  48. proto_build_tools/
  49. protos/
  50. qcow_utils/
  51. resources/
  52. rutabaga_gfx/
  53. sandbox/
  54. serde_keyvalue/
  55. src/
  56. swap/
  57. system_api/
  58. tests/
  59. third_party/
  60. tools/
  61. tpm2/
  62. tpm2-sys/
  63. tube_transporter/
  64. usb_sys/
  65. usb_util/
  66. vfio_sys/
  67. vhost/
  68. virtio_sys/
  69. vm_control/
  70. vm_memory/
  71. win_audio/
  72. win_util/
  73. x86_64/
  74. .dockerignore
  75. .gitignore
  76. .rustfmt.toml
  77. android-fork-stats.sh
  78. android-merge-1-setup.sh
  79. android-merge-2-cargo-embargo.sh
  80. Android.bp
  81. ARCHITECTURE.md
  82. Cargo.lock
  83. Cargo.toml
  84. cargo2android_defaults.bp
  85. cargo2android_module.bp.patch
  86. cargo_embargo.json
  87. CONTRIBUTING.md
  88. DIR_METADATA
  89. LICENSE
  90. METADATA
  91. mypy.ini
  92. OWNERS
  93. OWNERS.android
  94. OWNERS_COUNCIL
  95. PRESUBMIT.cfg
  96. PREUPLOAD.cfg
  97. pyproject.toml
  98. README.chromeos.md
  99. README.md
  100. rust-toolchain
  101. 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