summaryrefslogtreecommitdiffstats
path: root/src/main/resources
Commit message (Collapse)AuthorAgeFilesLines
* [libvirt] Update rng files (10.3.0)Steffen Ritter8 days10-156/+405
|
* [libvirt] Update rng filesSimon Rettberg2023-04-267-126/+268
|
* Update libvirt rng filesSimon Rettberg2023-02-0119-980/+1922
|
* Force Unix line endings for Libvirt XML files (even on Windows platforms)Manuel Bentele2022-02-041-1/+7
|
* Update RNG schema files of Libvirt to version 7.3Manuel Bentele2021-06-305-163/+724
|
* Implements XML schema validation for VirtualBox configurationsManuel Bentele2021-05-121-1503/+0Star
|
* Fixes the original XML schemas for VirtualBox configurationsManuel Bentele2021-05-124-3/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original XML schemas for VirtualBox configurations do not prescribe all necessary XML elements and attributes. This patch extends the original schemas and specifies some of the missing XML elements and attributes shown in the following: Missing XML elements: Missing XML attributes: APIC Accelerate3D Autostart allowTracingToAccessVM CloudNetwork authLibrary CloudNetworks autoMountPoint Condition autostartDatabasePath Config autostop Cpu backend CPUCount codec CpuTree config CustomHardDisk CpuIdPortabilityLevel Debugging CpuProfile Default defaultFrontend Frontend defaultHardDiskFolder HardDiskAttachment defaultVRDELibrary HardDiskAttachments delay HardwareVirtExUseNativeApi Description HardwareVirtExVirtVmsaveVmload exclusive HostInterface executionCap IBPBOn file Iommu fileTransfersEnabled ISCSIHardDisk fixedAddress L1DFlushOn forcedOptions Lpt HWVirtExEnabled MDSClearOn icon NestedHWVirt inclusive SATAController Instance SpecCtrl LoggingLevel SpecCtrlByHost lun Tracing netAddress TripleFaultReset notificationPatterns Uart PCIBus USBDeviceSource PCIDevice USBDeviceSources PCIFunction VHDImage processPriority VideoRecording productid VirtualBox profile VirtualDiskImage proxyUrl VMDKImage remoteDisplayAuthLibrary Webcam scheduling X2APIC secDefaultLeaseTime secMaxLeaseTime secMinLeaseTime serialnumber snapshotFolder stateFile statisticsUpdateInterval StatisticsUpdateInterval subleaf suppressedOptions target uartType userName VBoxUpdateCount VBoxUpdateEnabled VBoxUpdateFrequency VBoxUpdateLastCheckDate VBoxUpdateTarget vendorid vmentry vmexit VMProcessPriority VRDEExtPack
* Add validation schema from VirtualBox 6.1.22 for v1.18 configurationsManuel Bentele2021-05-101-0/+1503
|
* Add validation schema from VirtualBox 6.0.24 for v1.17 configurationsManuel Bentele2021-05-101-0/+1483
|
* Add validation schema from VirtualBox 5.2.44 for v1.16 configurationsManuel Bentele2021-05-101-0/+1483
|
* Add validation schema from VirtualBox 5.0.40 for v1.15 configurationsManuel Bentele2021-05-101-0/+1311
|
* Update XML schema for VirtualBox virtualization configurationsManuel Bentele2021-05-051-43/+57
|
* Add libosinfo database and validation schema files for LibvirtManuel Bentele2021-05-042-0/+52441
| | | | | | | | | | | | | | | | | | The libosinfo database consists of a single XML file aggreated from the original libosinfo database which is split accross multiple XML files. The aggregation is achieved by the following commands where the original data base files are located under /usr/share/osinfo/os: FILES=(/usr/share/osinfo/os/**/*.xml) START="$(sed -n '/^<libosinfo version=/,/>$/p' "${FILES[0]}")" END="</libosinfo>" for FILE in "${FILES[@]}"; do CONTENT+="$(sed -n '/<os/,/<\/os>/p' "${FILE}")"$'\n' done echo -e "${START}\n${CONTENT}${END}" > \ src/main/resources/libvirt/libosinfo/xml/osinfo.xml
* Add support for QEMU VMs (based on Libvirt domain XML documents)Manuel Bentele2021-01-291-0/+12
|
* Add Libvirt 7.0.0 RelaxNG schema files for QEMUManuel Bentele2021-01-2923-0/+14408
|
* Move ResourceLoader to dozmod -- is client specificSimon Rettberg2018-06-261-0/+1489