[PATCH v2] docs/system: virtio-gpu: Update Rutabaga links

Akihiko Odaki posted 1 patch 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260912-crosvm-v2-1-11a8c4ecff2f@rsg.ci.i.u-tokyo.ac.jp
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>, Dmitry Osipenko <dmitry.osipenko@collabora.com>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
docs/system/devices/virtio/virtio-gpu.rst | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
[PATCH v2] docs/system: virtio-gpu: Update Rutabaga links
Posted by Akihiko Odaki 2 weeks ago
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 <odaki@rsg.ci.i.u-tokyo.ac.jp>
---
Changes in v2:
- Update the gfxstream link to point to its GitHub repository.
- Link to v1: https://lore.kernel.org/qemu-devel/20260901-crosvm-v1-1-942fb87c5e43@rsg.ci.i.u-tokyo.ac.jp
---
 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 <odaki@rsg.ci.i.u-tokyo.ac.jp>
Re: [PATCH v2] docs/system: virtio-gpu: Update Rutabaga links
Posted by Marc-André Lureau 2 weeks ago
On Sat, Sep 12, 2026 at 9:18 AM Akihiko Odaki
<odaki@rsg.ci.i.u-tokyo.ac.jp> 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 <odaki@rsg.ci.i.u-tokyo.ac.jp>

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>

> ---
> Changes in v2:
> - Update the gfxstream link to point to its GitHub repository.
> - Link to v1: https://lore.kernel.org/qemu-devel/20260901-crosvm-v1-1-942fb87c5e43@rsg.ci.i.u-tokyo.ac.jp
> ---
>  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 <odaki@rsg.ci.i.u-tokyo.ac.jp>
>


-- 
Marc-André Lureau