summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/util
Commit message (Collapse)AuthorAgeFilesLines
* Move ResourceLoader to dozmod -- is client specificSimon Rettberg2018-06-262-181/+10Star
|
* Move util methods from dozmod-server to m-s-sSimon Rettberg2018-06-181-18/+30
|
* Add PrioThreadFactorySimon Rettberg2018-05-141-0/+32
|
* [vbox] validate vbox configs against xsd schemaJonathan Bauer2018-04-271-16/+26
|
* moved ResourceLoader from dozmod to mssJonathan Bauer2018-04-271-0/+176
|
* [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-254-68/+135
|
* [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
|
* Tweak TimeoutHashMapSimon Rettberg2018-04-242-17/+36
|
* [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
|
* [vmutil] Tweak strings of vmware optionsSimon Rettberg2016-11-071-13/+15
|
* [vm] Simplify getters, better naming, add missing ethernet cards, ethernet ↵Simon Rettberg2016-11-071-63/+38Star
| | | | card index configurable
* [vm] add method for selecting device typesVictor Mocanu2016-10-311-5/+199
| | | | | user can now select/change the virtual device for sound, network, the hardware version and turn 3D-Acceleration on and off
* [vmutil] Add .applySettingsForLocalEdit() that is intended to prepare ↵Simon Rettberg2016-10-052-0/+12
| | | | several options in the vm description for local editing
* [vmware] Explicitly enable USB 2.0 when adding usb supportSimon Rettberg2016-09-201-0/+1
|
* [vm] Add .enableUsb(bool)Simon Rettberg2016-09-052-1/+14
|
* Don't use system's line separator but linefeedJonathan Bauer2016-09-021-1/+1
|
* vmx editor stuffJonathan Bauer2016-09-023-4/+40
|
* new API calls for VMX edit stuffJonathan Bauer2016-08-311-12/+17
|
* [DiskImage] Detect snapshot vmdkSimon Rettberg2016-08-301-5/+12
|
* Remove debug spam in json helperSimon Rettberg2016-08-101-1/+0Star
|
* [vmware] Whitelist usb3.0 vmx entriesSimon Rettberg2016-08-101-1/+1
|
* Preparations/changes for global image syncSimon Rettberg2016-04-133-0/+155
|
* [vmware] Add addCdrom functionSimon Rettberg2016-02-241-1/+28
|
* [vm] Add addFloppy() methodSimon Rettberg2015-10-272-0/+23
|
* [vmware] Whitelist rtc.* optionsSimon Rettberg2015-10-131-1/+2
|
* Whitelist more vmx optionsSimon Rettberg2015-10-021-5/+6
|
* Support extracting hw version from vmdk filesSimon Rettberg2015-09-232-1/+9
|
* Add disableSuspend method to vmware classSimon Rettberg2015-09-131-0/+5
|
* wah wah waaahSimon Rettberg2015-09-111-2/+3
|
* [vmware] Allow setting disk mode when adding HDDSimon Rettberg2015-09-111-9/+15
|
* vmware: Add methods for adding nicsSimon Rettberg2015-09-091-1/+40
|
* VCache und thriftSimon Rettberg2015-09-091-33/+54
|
* Add Json.javaSimon Rettberg2015-09-081-0/+122
|
* VM: Add RAMSimon Rettberg2015-09-031-0/+6
|
* Fix NPESimon Rettberg2015-09-031-0/+2
|
* Fixes to vmware handlingSimon Rettberg2015-09-022-12/+20
|
* Restructure vm meta data parserSimon Rettberg2015-09-024-188/+376
|
* Extend vm metadata classesSimon Rettberg2015-09-022-8/+74
|
* Util.unixTime()Simon Rettberg2015-09-011-9/+18
|
* Adapt to simplified DB scheme of sat serverSimon Rettberg2015-08-041-1/+1
|
* [VmMeta] Improvements to Vmware, implement getFilteredDescriptionSimon Rettberg2015-07-241-30/+129
|
* Vm meta parser: Add virtualizer getter, change type of descriptionSimon Rettberg2015-07-232-2/+16
|