$libvirt_info = libvirt_version('libvirt')?>
$qemu_info = $lv->get_connect_information()?>
_(Libvirt version)_:
: =$libvirt_info['libvirt.major'].'.'.$libvirt_info['libvirt.minor'].'.'.$libvirt_info['libvirt.release']?>
_(QEMU version)_:
: =$qemu_info['hypervisor_major'].'.'.$qemu_info['hypervisor_minor'].'.'.$qemu_info['hypervisor_release']?>
_(Libvirt storage location)_:
: =htmlspecialchars($domain_cfg['IMAGE_FILE'])?>
:help106
> This is the libvirt volume.
:end
_(Libvirt vdisk size)_:
: _(GB)_
:help107
> If the system needs to create a new libvirt image file, this is the default size to use specified in GB.
> To resize an existing image file, specify the new size here. Next time the Libvirt service is started the file (and file system) will increased to the new size (but never decreased).
:end
_(Libvirt storage location)_:
: _(Delete Image File)_ _(Modify with caution: unable to validate path until Array is Started)_ _(Path does not exist)_
:help108
> You must specify an image file for Libvirt. The system will automatically create this file when the Libvirt service is first started.
:end
_(Default VM storage path)_:
: _(Modify with caution: unable to validate path until Array is Started)_ _(Path does not exist)_
:help109
> Specify a user share that contains all your VM subdirectories with vdisks
:end
_(Default ISO storage path)_:
: _(Modify with caution: unable to validate path until Array is Started)_ _(Path does not exist)_
:help110
> Specify a user share that contains all your installation media for operating systems
:end
_(Default Windows VirtIO driver ISO)_ (_(optional)_):
:
_(Default network bridge)_:
:
:help112
> Select the name of the network bridge you wish to use as default for your VMs,
> the setting 'virbr0' will let libvirt create a virtual bridge that utilizes NAT (network address translation)
> and act as a DHCP server to hand out IP addresses to virtual machines directly.
> More optional selections are present when virtual bridges are created under network settings.
>
> NOTE: You can also specify a network bridge on a per-VM basis.
:end
_(Upon host shutdown)_:
:
=mk_option($domain_cfg['HOSTSHUTDOWN'], 'shutdown', _('Shutdown VMs'))?>
=mk_option($domain_cfg['HOSTSHUTDOWN'], 'hibernate', _('Hibernate VMs'))?>
:help113
> When shutting down the server, this defines the action to take upon running VMs. If *Hibernate VMs* is chosen,
> the VM will be instructed to hibernate (if supported) otherwise it will attempt a VM shutdown.
:end
_(VM shutdown time-out)_:
:
(int)$var['shutdownTimeout']):?>
_(exceeds Disk Shutdown)_ =htmlspecialchars($var['shutdownTimeout'])?>s _(time-out)_ (_(edit)_ )
:help114
> When shutting down the server, this defines how long to wait in seconds for *graceful* VM shutdown before forcing shutdown to continue.
> NOTE: It's recommended to shut down guest VMs from within the VM.
:end
_(PCIe ACS override)_:
:
>
= mk_option($pcie_acs_override, '', _('Disabled'))?>
= mk_option($pcie_acs_override, 'downstream', _('Downstream'))?>
= mk_option($pcie_acs_override, 'multifunction', _('Multi-function'))?>
= mk_option($pcie_acs_override, 'downstream,multifunction', _('Both'))?>
*_(Setting disabled in **safe mode**)_*
:help115
> *PCIe ACS override* allows various hardware components to expose themselves as isolated devices.
> Typically it is sufficient to isolate *Downstream* ports.
> A hardware component may need the setting *Multi-function* or *Both* to further isolate different hardware functions.
> A reboot is required for changes to this setting to take affect.
>
> **Warning: use of this setting could cause possible data corruption with certain hardware configurations.**
> Please visit the [Lime Technology forums](https://forums.unraid.net/forum/51-vm-engine-kvm) for more information.
:end
_(VFIO allow unsafe interrupts)_:
:
>
= mk_option($vfio_allow_unsafe, '', _('No'))?>
= mk_option($vfio_allow_unsafe, '1', _('Yes'))?>
*_(Setting disabled in **safe mode**)_*
:help116
> If your system doesn't support interrupt remapping, these can be enabled by allowing unsafe interrupts.
> A reboot will be required for changes to this setting to take affect.
>
> **Warning: use of this setting could cause possible data corruption with certain hardware configurations.**
> Please visit the [Lime Technology forums](https://forums.unraid.net/forum/51-vm-engine-kvm) for more information.
:end