summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/util/vm
Commit message (Collapse)AuthorAgeFilesLines
* Refactor disk image representation and add unit testsManuel Bentele2021-03-1011-4202/+0Star
|
* [vmware] Stop creating 'null.present = "TRUE"' entriesSimon Rettberg2021-03-051-1/+1
|
* [vm] Add support for NVMeSimon Rettberg2021-03-053-26/+32
|
* [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-197-101/+1131
|\
| * 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-297-89/+985
| |
| * Add support for QCOW2 images for QEMUManuel Bentele2021-01-081-10/+146
| |
* | [docker] Check recieved content.ralph isenmann2021-02-102-30/+55
|/ | | | Add a simple check to prevent any content as acceptable
* Remove unused code and classesStephan Schwär2020-11-203-292/+0Star
|
* Use master sync shared code formatting styleStephan Schwär2020-11-062-47/+80
|
* Remove unused librariesStephan Schwär2020-10-292-19/+0Star
|
* Cleanup debug codeStephan Schwär2020-10-293-24/+6Star
|
* Fix lowercase issue in vmx files being flagged as invalidStephan Schwär2020-10-131-2/+5
|
* Change ovf classes logger output to debugStephan Schwär2020-10-082-7/+7
|
* Improve comments describing new classes and cleanupStephan Schwär2020-10-082-73/+50Star
|
* Add meta and config files for ovf formatStephan Schwär2020-10-083-0/+319
|
* Create Object of DockerMetaDataDummyralph isenmann2020-08-192-0/+14
| | | | VmMetaDate.getInstance of a DockerMetaDataDummy
* add dockerfile as byte array to DockerMetaDataDummy.javaralph isenmann2020-08-112-5/+21
| | | | This allows to store the content of a dockerfile in the imageversion table
* Add Docker supportralph isenmann2020-07-153-1/+133
|
* [vmware] Allow hpet CMX entrySimon Rettberg2020-06-221-1/+1
|
* [vm] Move workaround to actually take effectSimon Rettberg2019-07-191-5/+4Star
|
* [vmware] Add usb.mangleUsb3Speed = TRUE if using USB 1.1/2.0Simon Rettberg2019-07-031-0/+4
|
* Add support for EFI and hwversion 16Simon Rettberg2019-06-282-1/+4
|
* [vm] Turn disableSuspend into more versatile tweakForNonPersistentSimon Rettberg2019-06-195-6/+33
|
* Add support for configuring USB speedSimon Rettberg2019-06-185-73/+279
|
* [vmware] Whitelist more stuffSimon Rettberg2019-06-141-3/+3
|
* [vmware] Support hwversion 14 and 15Simon Rettberg2019-05-292-4/+15
|
* [vmware] Whitelist additional VMX optionsSimon Rettberg2019-04-091-2/+3
|
* [vbox] fix bad detection of multiple hard drivesJonathan Bauer2019-02-281-12/+31
|
* DiskImage: Proper qcow2 detectionSimon Rettberg2018-12-121-5/+5
|
* DiskImage: Support split vmdk files with plain text headerSimon Rettberg2018-12-121-15/+23
| | | | Closes #3505
* Improve VM descriütion file detection and parsingSimon Rettberg2018-09-174-76/+55Star
|
* remove unused importJonathan Bauer2018-09-171-1/+0Star
|
* [vbox] actually zero the zerouuid arrayJonathan Bauer2018-09-171-1/+1
|
* Fix FindBugs complaintsSimon Rettberg2018-06-272-3/+4
|
* 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] minor optimizationJonathan Bauer2018-04-261-3/+1Star
|
* [vbox] new XmlHelper class + usage thereofJonathan Bauer2018-04-253-68/+27Star
|
* [vbox] more refactoringJonathan Bauer2018-04-252-67/+107
| | | | | | | | | | | | | 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-242-405/+331Star
|
* Constants for virtIdSimon Rettberg2018-04-244-14/+18
|
* [vbox] more cleanup + formattingJonathan Bauer2018-04-232-31/+24Star
|
* [*] add support for machine snapshot detectionJonathan Bauer2018-04-204-15/+39
|
* [vbox] blacklist VideoCapture and RemoteDisplayJonathan Bauer2018-04-201-2/+2
|
* [vbox] reworked VDI disk validationJonathan Bauer2018-04-172-39/+71
|
* [vbox] add support for VirtualBoxVictor Mocanu2018-04-168-193/+1804
|