On Sat, Sep 12, 2026 at 9:18 AM Akihiko Odaki <[email protected]> wrote: > > Rutabaga was externalized from crosvm: > https://chromium.googlesource.com/crosvm/crosvm/+/481338d967d5c8b506e17b8e335798f5cb89d7ee > > The latest code of gfxstream is now hosted on GitHub. > > Signed-off-by: Akihiko Odaki <[email protected]>
Reviewed-by: Marc-André Lureau <[email protected]> > --- > Changes in v2: > - Update the gfxstream link to point to its GitHub repository. > - Link to v1: > https://lore.kernel.org/qemu-devel/[email protected] > --- > docs/system/devices/virtio/virtio-gpu.rst | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/docs/system/devices/virtio/virtio-gpu.rst > b/docs/system/devices/virtio/virtio-gpu.rst > index d05f8cb8e3f9..c5e07c60fe1a 100644 > --- a/docs/system/devices/virtio/virtio-gpu.rst > +++ b/docs/system/devices/virtio/virtio-gpu.rst > @@ -185,8 +185,9 @@ rendering and `Wayland display passthrough`_. With the > gfxstream rendering > mode, GLES and Vulkan calls are forwarded to the host with minimal > modification. > > -The crosvm book provides directions on how to build a `gfxstream-enabled > -rutabaga`_ and launch a `guest Wayland proxy`_. > +rutabaga_gfx's documentation provides directions on how to build a > +`gfxstream-enabled rutabaga`_. The crosvm book provides directions on > +how to launch a `guest Wayland proxy`_. > > This device does require host blob support (``hostmem`` field below). The > ``hostmem`` field specifies the size of virtio-gpu host memory window. > @@ -212,9 +213,9 @@ Surfaceless is the default if ``wsi`` is not specified. > hostmem=8G,wayland-socket-path=/tmp/nonstandard/mock_wayland.sock, > wsi=headless > > -.. _gfxstream: > https://android.googlesource.com/platform/hardware/google/gfxstream/ > +.. _gfxstream: https://github.com/google/gfxstream > .. _Wayland display passthrough: https://www.youtube.com/watch?v=OZJiHMtIQ2M > -.. _gfxstream-enabled rutabaga: > https://crosvm.dev/book/appendix/rutabaga_gfx.html > +.. _gfxstream-enabled rutabaga: > https://github.com/magma-gpu/rutabaga_gfx#rutabaga-c-api > .. _guest Wayland proxy: https://crosvm.dev/book/devices/wayland.html > > .. list-table:: Linux Host Requirements > > --- > base-commit: 209b2afaface001c7d4d981e38f186afe7b24a50 > change-id: 20260801-crosvm-658027011cb5 > > Best regards, > -- > Akihiko Odaki <[email protected]> > -- Marc-André Lureau
