docs: Add AMD GPU support (#1387)

This commit is contained in:
Kroese
2026-08-18 02:04:17 +02:00
committed by GitHub
parent 25a7d55cdd
commit 087d876eaf
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -54,7 +54,7 @@ configureMachine() {
return 0
}
configureVirtioDevices() {
configureDevices() {
local bus
bus=$(getPciBus)
@@ -100,7 +100,7 @@ configureMemory
configureMonitor
configureMachine
configureProcessor
configureVirtioDevices
configureDevices
buildArguments