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

Akihiko Odaki posted 1 patch 3 weeks, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260901-crosvm-v1-1-942fb87c5e43@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 | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
[PATCH] docs/system: virtio-gpu: Update Rutabaga link
Posted by Akihiko Odaki 3 weeks, 4 days ago
Rutabaga was externalized from crosvm:
https://chromium.googlesource.com/crosvm/crosvm/+/481338d967d5c8b506e17b8e335798f5cb89d7ee

Signed-off-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
---
 docs/system/devices/virtio/virtio-gpu.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/system/devices/virtio/virtio-gpu.rst b/docs/system/devices/virtio/virtio-gpu.rst
index d05f8cb8e3f9..8ce4da306acd 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.
@@ -214,7 +215,7 @@ Surfaceless is the default if ``wsi`` is not specified.
 
 .. _gfxstream: https://android.googlesource.com/platform/hardware/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: d2e570cc0f97b936902a5b1b86b73c0f5998b475
change-id: 20260801-crosvm-658027011cb5

Best regards,
--  
Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
Re: [PATCH] docs/system: virtio-gpu: Update Rutabaga link
Posted by Gurchetan Singh 3 weeks, 1 day ago
On Tue, Sep 1, 2026 at 4:28 AM Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
wrote:

> Rutabaga was externalized from crosvm:
>
> https://chromium.googlesource.com/crosvm/crosvm/+/481338d967d5c8b506e17b8e335798f5cb89d7ee
>
> Signed-off-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
> ---
>  docs/system/devices/virtio/virtio-gpu.rst | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/docs/system/devices/virtio/virtio-gpu.rst
> b/docs/system/devices/virtio/virtio-gpu.rst
> index d05f8cb8e3f9..8ce4da306acd 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.
> @@ -214,7 +215,7 @@ Surfaceless is the default if ``wsi`` is not specified.
>
>  .. _gfxstream:
> https://android.googlesource.com/platform/hardware/google/gfxstream/


nit: gfxstream link is also incorrect:

https://github.com/google/gfxstream

now


>
>  .. _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: d2e570cc0f97b936902a5b1b86b73c0f5998b475
> change-id: 20260801-crosvm-658027011cb5
>
> Best regards,
> --
> Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
>
>
>
Re: [PATCH] docs/system: virtio-gpu: Update Rutabaga link
Posted by Marc-André Lureau 3 weeks, 4 days ago
On Tue, Sep 1, 2026 at 3:28 PM Akihiko Odaki
<odaki@rsg.ci.i.u-tokyo.ac.jp> wrote:
>
> Rutabaga was externalized from crosvm:
> https://chromium.googlesource.com/crosvm/crosvm/+/481338d967d5c8b506e17b8e335798f5cb89d7ee
>
> Signed-off-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>

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

> ---
>  docs/system/devices/virtio/virtio-gpu.rst | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/docs/system/devices/virtio/virtio-gpu.rst b/docs/system/devices/virtio/virtio-gpu.rst
> index d05f8cb8e3f9..8ce4da306acd 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.
> @@ -214,7 +215,7 @@ Surfaceless is the default if ``wsi`` is not specified.
>
>  .. _gfxstream: https://android.googlesource.com/platform/hardware/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: d2e570cc0f97b936902a5b1b86b73c0f5998b475
> change-id: 20260801-crosvm-658027011cb5
>
> Best regards,
> --
> Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
>
>


-- 
Marc-André Lureau