summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Document configuration transformation logics and their data containersManuel Bentele2021-04-287-0/+266
| * Log failed instanciations of virtualization config files as debug infoManuel Bentele2021-04-261-8/+8
| * Fix error while parsing Libvirt XML document from StringManuel Bentele2021-04-261-10/+2Star
| * Add supported virtualizer versions for Libvirt/QEMUManuel Bentele2021-04-267-5/+550
| * Refactors and abstracts version information in config logic and disk imageManuel Bentele2021-04-2325-374/+482
| * Encapsulate transformation logic for virtualization configurationsManuel Bentele2021-04-2018-119/+506
| * Add config file name extensions to virtualizer representationsManuel Bentele2021-04-165-5/+45
| * Rename VmMetaData classesManuel Bentele2021-04-1613-350/+352
| * Move VmMetaData classes to new virtualization config directoriesManuel Bentele2021-04-1513-29/+45
| * Add generic transformation library to transform configsManuel Bentele2021-04-156-0/+343
| * Add representation of used virtualization systemsManuel Bentele2021-04-155-0/+233
| * Adjusts network bridge names for Libvirt networkingManuel Bentele2021-04-122-21/+21
| * Fix issue in VmMetaData factory method wrt. QemuMetaData classManuel Bentele2021-04-124-22/+53
| * Removed invalid symbol in function call syntaxManuel Bentele2021-04-121-19/+18Star
| * Fix issues in filtering sources of Libvirt network interfacesManuel Bentele2021-03-263-23/+88
| * Always filter device paths in QEMU VM config (privacy filters)Manuel Bentele2021-03-261-3/+4
| * Do not remove UUID if QEMU VM config is requested by stateless clientManuel Bentele2021-03-261-3/+0Star
| * Fix issues related to a XPath query used in the Libvirt device lookupManuel Bentele2021-03-251-6/+8
| * Add shared folder support to Libvirt domain XML documentsManuel Bentele2021-03-244-0/+329
| * Add parallel and serial devices to Libvirt domain XML documentsManuel Bentele2021-03-245-1/+389
| * Add MAC address for network interfaces in Libvirt domain XML documentsManuel Bentele2021-03-241-3/+31
| * Add support for emulator binary in Libvirt domain XML documentsManuel Bentele2021-03-232-0/+37
| * Add implementation of Libvirt XML capabilities documentsManuel Bentele2021-03-1917-0/+6999
* | Remove needless reference to internal/private Maven repositoryManuel Bentele2021-05-191-13/+0Star
* | Fix URL to the project's website in Maven configurationManuel Bentele2021-05-191-1/+1
* | [Transfer] Better error messages and handling for downloadssuite-2.0Simon Rettberg2021-04-211-9/+5Star
* | [thrift] Add allowStudentDownload to SatelliteConfigSimon Rettberg2021-04-212-5/+107
* | [vm/DiskImage] Remove File constructor, make sure open file doesn't leakSimon Rettberg2021-04-144-89/+38Star
* | [Feature] Adding Docker_Container as Featureralph isenmann2021-03-181-1/+5
|/
* Fix warning due to missing file-based NVMe support in LibvirtManuel Bentele2021-03-111-0/+3
* Remove suppressions and fix Java 8 warningsManuel Bentele2021-03-107-15/+32
* Enable Java compiler warningsManuel Bentele2021-03-101-0/+1
* Refactor disk image representation and add unit testsManuel Bentele2021-03-1036-670/+1608
* [vmware] Stop creating 'null.present = "TRUE"' entriesSimon Rettberg2021-03-051-1/+1
* [vm] Add support for NVMeSimon Rettberg2021-03-053-26/+32
* [Json] Explicitly pass Object[] to Method.invoke()Simon Rettberg2021-03-041-1/+1
* [VmWare] Add hwversion 17 + 18Simon Rettberg2021-03-042-0/+4
* Remove warnings in Docker meta data classManuel Bentele2021-02-221-5/+32
* Merge remote-tracking branch 'origin/feature/qemu-integration'Stephan Schwär2021-02-19100-106/+23792
|\
| * Add automatic RelaxNG schema validation for Libvirt domain XML documentsManuel Bentele2021-01-304-20/+17Star
| * Remove unused import in QemuMetaData classManuel Bentele2021-01-301-1/+0Star
| * Add support for QEMU VMs (based on Libvirt domain XML documents)Manuel Bentele2021-01-2910-92/+1487
| * Add implementation of Libvirt domain XML documentsManuel Bentele2021-01-2927-0/+4391
| * Add base classes and utilites to represent Libvirt XML documentsManuel Bentele2021-01-2922-0/+3061
| * Add Libvirt 7.0.0 RelaxNG schema files for QEMUManuel Bentele2021-01-2923-0/+14408
| * Disables logging with log4j in test for DiskImage classManuel Bentele2021-01-191-0/+10
| * Add support for QCOW2 images for QEMUManuel Bentele2021-01-0820-12/+433
| * Add JUnit 5 and its Maven integration for testsManuel Bentele2021-01-051-3/+8
* | [docker] Check recieved content.ralph isenmann2021-02-102-30/+55
|/
* Remove unused code and classesStephan Schwär2020-11-203-292/+0Star