1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-07 01:57:59 +03:00

B #4045: Add q35 root ports amount configuration

Signed-off-by: Bruno Rodriguez <brodriguez@opennebula.io>
(cherry picked from commit 413c362d69826dcf430cd379a9ab7a833717c9b4)
This commit is contained in:
Bruno Rodriguez 2023-06-13 13:05:49 +02:00 committed by Ruben S. Montero
parent 93abf23883
commit 3ec4474061
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -75,3 +75,10 @@ SPICE_OPTIONS = "
# Open Virtual Machine Firware (UEFI Firmware)
# List of valid firmware available to users (full path in the hosts)
OVMF_UEFIS = "/usr/share/OVMF/OVMF_CODE.fd /usr/share/OVMF/OVMF_CODE.secboot.fd /usr/share/AAVMF/AAVMF_CODE.fd"
# Q35 PCI root ports
# Amount of PCI ports allocated for VMs of type q35.
# In order to hotplug NICs it must be increased.
# If it is not defined, its default will be 16
Q35_ROOT_PORTS = 16