slp / start-avm

A utility to easily run Android Cuttlefish VMs with QEMU
GNU General Public License v3.0
12 stars 5 forks source link

[Feature request] Add Rutabaga_gfxstream for qemu #12

Open LFRon opened 5 months ago

LFRon commented 5 months ago

qemu version above 8.2 supports Rutabaga_gfxstream(just you need to build with this function open).I have compiled and installed gfxstream on host Ubuntu.Cuttlefish image also supports gfxstream as guest,but I failed to run cuttlefish directly with official guide on Ubuntu 24.04,I thought it was the crosvm problem.Could this program adds the feature of using rutabaga_gfxstream?Thanks! The official link is here:https://www.qemu.org/docs/master/system/devices/virtio-gpu.html

slp commented 5 months ago

Supporting gfxstream is definitely in our short term roadmap. Should arrive pretty soon.

LFRon commented 4 months ago

Supporting gfxstream is definitely in our short term roadmap. Should arrive pretty soon.

I have built AEMU&Gfxstream debian package(deb) and Qemu 9.0.1 (Binary file) with gfxstream support,I don't test it yet because I don't have OS which support gfxstream,I only know I can boot into BlissOS's android console.Do you need them?😂