mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-08-28 11:56:03 +00:00
docs: Add AMD GPU support (#1387)
This commit is contained in:
+1
-1
@@ -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
@@ -54,7 +54,7 @@ configureMachine() {
|
||||
return 0
|
||||
}
|
||||
|
||||
configureVirtioDevices() {
|
||||
configureDevices() {
|
||||
|
||||
local bus
|
||||
bus=$(getPciBus)
|
||||
@@ -100,7 +100,7 @@ configureMemory
|
||||
configureMonitor
|
||||
configureMachine
|
||||
configureProcessor
|
||||
configureVirtioDevices
|
||||
configureDevices
|
||||
|
||||
buildArguments
|
||||
|
||||
|
||||
Reference in New Issue
Block a user