summaryrefslogtreecommitdiffstats
path: root/src/main/resources/libvirt
Commit message (Collapse)AuthorAgeFilesLines
* [libvirt] Update rng files (10.3.0)Steffen Ritter2024-05-0810-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
|
* 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