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