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:
parent
93abf23883
commit
3ec4474061
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user