mirror of
https://github.com/unraid/webgui.git
synced 2026-04-24 02:58:57 -05:00
fix code
This commit is contained in:
@@ -873,7 +873,7 @@
|
||||
$strXVGA = '';
|
||||
$strSpecialAddress = "<address type='pci' domain='0x0000' bus='0x".$gpu_bus."' slot='0x".$gpu_slot."' function='0x".$gpu_function."'/>";
|
||||
if ($gpu_function == '00') {
|
||||
$strSpecialAddress = "<address type='pci' domain='0x0000' bus='0x".$gpu_bus."' slot='0x".$gpu_slot."' function='0x".$gpu_function."'/>;";
|
||||
$strSpecialAddress = "<address type='pci' domain='0x0000' bus='0x".$gpu_bus."' slot='0x".$gpu_slot."' function='0x".$gpu_function."'/>";
|
||||
# Add support for SR-IOV
|
||||
} else {
|
||||
if ($machine_type == 'q35'){
|
||||
|
||||
Reference in New Issue
Block a user