This commit is contained in:
SimonFair
2023-11-21 18:30:51 +00:00
parent e045a9e047
commit 2fa3e5090f

View File

@@ -877,7 +877,7 @@
# Add support for SR-IOV
} else {
if ($machine_type == 'q35'){
$strSpecialAddress = "<address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/>;"
$strSpecialAddress = "<address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/>;";
} else {
$strSpecialAddress = "<address type='pci' domain='0x0000' bus='0x06' slot='0x10' function='0x0'/>";
}