summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/virtualization/configuration/VirtualizationConfiguration.java
Commit message (Collapse)AuthorAgeFilesLines
* [virt] Add check if VM is suspended (VMware only currently)Simon Rettberg2023-07-271-3/+11
|
* Implement disabling USB in VMsSimon Rettberg2023-06-301-0/+2
|
* Fix 'content is not allowed in prolog'Steffen Ritter2023-05-121-5/+5
| | | | | | | | | | | Switch order of probing the virtualizerconfigs to bypass xml parsing of docker configs which are tgz-archives. We have no good handling of the different config types. VBox and Qemu are xml, vmware is plaintext, docker wraps everything in tgz. Instead of checking we actually just try and hope for the best :(. fixes: #3932
* Add vmware virtualHW.version=19 and catch NPESteffen Ritter2022-06-281-1/+5
|
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
|
* [virtualizer] Get rid of Generics for VirtualizationConfigurationSimon Rettberg2021-08-121-134/+76Star
|
* Add OS detection for Libvirt/QEMU virtualization configurationsManuel Bentele2021-05-051-33/+18Star
|
* Fix errors in Javadoc commentsManuel Bentele2021-04-301-1/+8
|
* Add unit tests for transformation logic (dozmod-server --> stateless client)Manuel Bentele2021-04-301-0/+2
|
* Add unit tests for transformation logic (dozmod-server --> dozmod-client)Manuel Bentele2021-04-301-15/+26
|
* Log failed instanciations of virtualization config files as debug infoManuel Bentele2021-04-261-8/+8
|
* Refactors and abstracts version information in config logic and disk imageManuel Bentele2021-04-231-64/+23Star
|
* Encapsulate transformation logic for virtualization configurationsManuel Bentele2021-04-201-12/+44
|
* Rename VmMetaData classesManuel Bentele2021-04-161-0/+425