summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Collapse)AuthorAgeFilesLines
* Add util methods to print App information from MANIFEST.MFManuel Bentele2021-07-021-0/+147
|
* [vmware] Less strict filtering Suite <-> dmsd, redo filtering logicSimon Rettberg2021-07-023-85/+97
| | | | | | Get rid of the old flags for different filtering targets. This was never implemented properly anyways and was confusing to use. Instead, add explicit on-demand filtering to to according transformation methods.
* libvirt-xml: Add speed hack for "." XPath querySimon Rettberg2021-07-021-0/+3
|
* Fix missing separation in transformation error outputManuel Bentele2021-07-011-1/+1
|
* [vmware] Don't return filtered data in getAsByteArray(), breaks editingSimon Rettberg2021-07-011-1/+1
| | | | | This would irreversibly break any VMX once you edit them after uploading, as #SLX_HDD_* would get removed.
* Fix handling of multiple VirtualBox network adaptersManuel Bentele2021-06-292-7/+50
|
* Fix usage of Enum ContainerImageTyperalph isenmann2021-06-241-16/+9Star
| | | | - enum provides name() and valueOf() to switch between sting and object representation
* Add container models, which keeps the necessary informations about container ↵ralph isenmann2021-06-235-0/+491
| | | | imags, its meta information and for lecture specific information
* Add Libvirt PCI, shared memory and hypervisor features for GPU passthroughManuel Bentele2021-06-1017-46/+1407
|
* Fix bug during creation of new Libvirt filesystem nodeManuel Bentele2021-05-261-1/+1
|
* Remove error printing in low level XML helper methodManuel Bentele2021-05-211-4/+9
| | | | | | | | The needless error printing during parsing of a XML document can be removed since an failed attempt to parse the document will be reported outside of the XML helper method. Fixes: #3855 (partly)
* Rename 'vm.disk' package to 'virtualization.disk'Manuel Bentele2021-05-1911-15/+15
|
* Merge branch 'feature/qemu-integration'Manuel Bentele2021-05-1967-1282/+5379
|\
| * Implements XML schema validation for VirtualBox configurationsManuel Bentele2021-05-124-38/+170
| |
| * Fix HDD detection in VirtualBox configurations newer or equal than v1.17Manuel Bentele2021-05-103-2/+90
| |
| * Optimize OS detection for Libvirt/QEMU virtualization configurationsManuel Bentele2021-05-062-2/+108
| |
| * Update XML schema for VirtualBox virtualization configurationsManuel Bentele2021-05-051-1/+1
| |
| * Add OS detection for Libvirt/QEMU virtualization configurationsManuel Bentele2021-05-0511-84/+669
| |
| * Fix errors in Javadoc commentsManuel Bentele2021-04-3026-84/+109
| |
| * Add unit tests for transformation logic (dozmod-server --> stateless client)Manuel Bentele2021-04-306-4/+39
| |
| * Add unit tests for transformation logic (dozmod-server --> dozmod-client)Manuel Bentele2021-04-306-45/+91
| |
| * 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-264-5/+216
| |
| * Refactors and abstracts version information in config logic and disk imageManuel Bentele2021-04-2320-320/+356
| |
| * 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-1612-281/+266Star
| |
| * Move VmMetaData classes to new virtualization config directoriesManuel Bentele2021-04-1512-22/+36
| |
| * 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-121-16/+16
| |
| * Fix issue in VmMetaData factory method wrt. QemuMetaData classManuel Bentele2021-04-124-22/+53
| |
| * Fix issues in filtering sources of Libvirt network interfacesManuel Bentele2021-03-262-3/+4
| |
| * 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
| | | | | | | | | | | | | | | | | | | | | | The issue occurs if a Libvirt device lookup via getDevices() takes place after a device node was removed. After the removal, a bunch of empty XML text nodes remain which leads to problems in the underlying XML element nodes. Those nodes are queried with the help of relative XPath expressions which depend on valid XML element nodes. This patch restricts queries of underlying child nodes to valid XML element nodes avoiding the occurence of XPath runtime exceptions.
| * Add shared folder support to Libvirt domain XML documentsManuel Bentele2021-03-243-0/+321
| |
| * Add parallel and serial devices to Libvirt domain XML documentsManuel Bentele2021-03-244-0/+372
| |
| * 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-231-0/+20
| |
| * Add implementation of Libvirt XML capabilities documentsManuel Bentele2021-03-198-0/+799
| |
* | [Transfer] Better error messages and handling for downloadssuite-2.0Simon Rettberg2021-04-211-9/+5Star
| |
* | [thrift] Add allowStudentDownload to SatelliteConfigSimon Rettberg2021-04-211-5/+105
| |
* | [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
|
* Refactor disk image representation and add unit testsManuel Bentele2021-03-1018-403/+1122
|