summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/virtualization/configuration/VirtualizationConfigurationVirtualBox.java
Commit message (Collapse)AuthorAgeFilesLines
* Implement disabling USB in VMsSimon Rettberg2023-06-301-0/+6
|
* [vbox] Handle the version-dependent StorageControllers path everywhereSimon Rettberg2023-05-121-4/+3Star
|
* [vbox] Implement .transformPrivacy(), remove placeholder codeSimon Rettberg2023-05-101-25/+29
| | | | | | | | | The placeholders aren't being used anymore by the client-side scripts, so we might as well just not add them. The privacy transformation was entirely missing, so add those. We also now filter unused HDDs from the XML's MediaRegistry.
* [vbox] Fix USB 2.0/1.1 detectionSimon Rettberg2022-11-111-5/+25
|
* 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-204/+174Star
|
* Fix handling of multiple VirtualBox network adaptersManuel Bentele2021-06-291-5/+48
|
* Implements XML schema validation for VirtualBox configurationsManuel Bentele2021-05-121-0/+1
|
* Fix HDD detection in VirtualBox configurations newer or equal than v1.17Manuel Bentele2021-05-101-0/+5
|
* Add OS detection for Libvirt/QEMU virtualization configurationsManuel Bentele2021-05-051-34/+64
|
* Add unit tests for transformation logic (dozmod-server --> stateless client)Manuel Bentele2021-04-301-0/+6
|
* Add unit tests for transformation logic (dozmod-server --> dozmod-client)Manuel Bentele2021-04-301-0/+5
|
* Refactors and abstracts version information in config logic and disk imageManuel Bentele2021-04-231-41/+9Star
|
* Encapsulate transformation logic for virtualization configurationsManuel Bentele2021-04-201-14/+22
|
* Rename VmMetaData classesManuel Bentele2021-04-161-0/+535