ANDROID: Update gfxstream_backend_init()

... to add the `gfxstream_callbacks` param which was added in
aosp/1927497. This param is only used in specific forks of
Crosvm.

Bug: b/214097104
Test: launch_cvd --gpu_mode=gfxstream
Change-Id: I3d7a5b076bc73e7cdb4f7d6d11c28063b17348cf
1 file changed
tree: 6b8b6839d30a595ef893a4db71533c465e2e1d90
  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. all2android.sh
  58. Android.bp
  59. ARCHITECTURE.md
  60. Cargo.toml
  61. cargo2android.json
  62. cargo2android_defaults.bp
  63. cargo2android_module.bp
  64. CONTRIBUTING.md
  65. LICENSE
  66. METADATA
  67. navbar.md
  68. OWNERS
  69. OWNERS.android
  70. README.chromeos
  71. README.md
  72. run_tests
  73. rust-toolchain
  74. setup_cros_cargo.sh
  75. test_all
  76. 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