From 087d876eaf600aaa770e26dfcd41ced3266710e1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 18 Aug 2026 02:04:17 +0200 Subject: [PATCH] docs: Add AMD GPU support (#1387) --- docs/environment.md | 2 +- src/config.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/environment.md b/docs/environment.md index 2471cf3..862290c 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -72,7 +72,7 @@ An empty default means the variable is unset and its value is determined automat |---|---|---| | `DISPLAY` | `none` | Display backend, such as `vnc`, `disabled`, or `none`. | | `VGA` | `none` | QEMU video adapter model. | -| `GPU` | `N` | Enables Intel iGPU acceleration. | +| `GPU` | `N` | Enables experimental GPU acceleration. | | `RENDERNODE` | `/dev/dri/renderD128` | Render node used for GPU acceleration. | ## 🎈 Memory Ballooning diff --git a/src/config.sh b/src/config.sh index dfbaceb..f3eef0d 100644 --- a/src/config.sh +++ b/src/config.sh @@ -54,7 +54,7 @@ configureMachine() { return 0 } -configureVirtioDevices() { +configureDevices() { local bus bus=$(getPciBus) @@ -100,7 +100,7 @@ configureMemory configureMonitor configureMachine configureProcessor -configureVirtioDevices +configureDevices buildArguments