summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/util/vm/VboxConfig.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactor disk image representation and add unit testsManuel Bentele2021-03-101-631/+0Star
|
* [vm] Add support for NVMeSimon Rettberg2021-03-051-9/+12
|
* [vm] Turn disableSuspend into more versatile tweakForNonPersistentSimon Rettberg2019-06-191-0/+19
|
* Add support for configuring USB speedSimon Rettberg2019-06-181-32/+90
|
* [vbox] fix bad detection of multiple hard drivesJonathan Bauer2019-02-281-12/+31
|
* Improve VM descriütion file detection and parsingSimon Rettberg2018-09-171-36/+29Star
|
* Move ResourceLoader to dozmod -- is client specificSimon Rettberg2018-06-261-5/+10
|
* [vbox] validate vbox configs against xsd schemaJonathan Bauer2018-04-271-16/+26
|
* [vbox] do not filter <RemoteDisplay>Jonathan Bauer2018-04-261-1/+0Star
| | | | | | | since the absence of this node activates it. Also, if the lecturers would want this feature active for some reason, he could then just activate it and it wouldn't get filtered (obviously he'd need a complimentary netrule...)
* [vbox] new XmlHelper class + usage thereofJonathan Bauer2018-04-251-66/+22Star
|
* [vbox] more refactoringJonathan Bauer2018-04-251-35/+47
| | | | | | | | | | | | | Keep <Boot> for now, booting from the HDD should be forced in run-virt. Also note that virtualbox only allows controller named Floppy, SATA, IDE, SCSI etc. multiple entries with the same name are ignored (the first one takes precedence). Controller named differently are just ignored. Upon shutdown, virtualbox cleans it up from the xml. So assuming the uploader actually started and shut the machine down, we can be safe to assume that controller nodes are unique. Nevertheless we try to at least log these cases, to debug those corner cases should they occur. Thanks for reading that far :P
* [vbox] major refactor...Jonathan Bauer2018-04-241-355/+284Star
|
* [vbox] more cleanup + formattingJonathan Bauer2018-04-231-28/+21Star
|
* [*] add support for machine snapshot detectionJonathan Bauer2018-04-201-14/+29
|
* [vbox] blacklist VideoCapture and RemoteDisplayJonathan Bauer2018-04-201-2/+2
|
* [vbox] reworked VDI disk validationJonathan Bauer2018-04-171-0/+9
|
* [vbox] add support for VirtualBoxVictor Mocanu2018-04-161-0/+611