Add nogpu

This commit is contained in:
SimonFair
2024-06-04 17:39:15 +01:00
parent 8354a5c6ac
commit cfa1ec4860
5 changed files with 22 additions and 10 deletions
@@ -1281,6 +1281,11 @@ private static $encoding = 'UTF-8';
continue;
}
}
if (empty($arrGPUDevices)) {
$arrGPUDevices[] = [
'id' => 'nogpu',
];
}
// Add claimed USB devices by this VM to the available USB devices
/*