summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/util/vm/VmwareMetaData.java
Commit message (Collapse)AuthorAgeFilesLines
* refactor: populateTheMaps -> registerVirtualHWJonathan Bauer2018-04-161-2/+2
|
* [VBox] turned the swithcases to for loops;Victor Mocanu2017-11-231-8/+8
| | | | improved exception handling and error messages
* [VBox] separated and made some vmwaremetadata functions abstract in ↵Victor Mocanu2017-11-211-18/+34
| | | | | | vmmetadata s.t. vboxmetadata also needs to implement them implemented said functions in vboxmetadata
* [VBox] work in progress for the DropDownSelectWindow... everything was vmx ↵Victor Mocanu2017-10-261-109/+125
| | | | specific, made it more generic
* fix code formattingJonathan Bauer2017-10-241-234/+285
|
* formatting & first round of cleanupJonathan Bauer2017-10-201-302/+238Star
| | | | removed typeOf, use instanceof
* [VBox] improved download partVictor Mocanu2017-10-091-0/+7
| | | | | the getInstance of the VmMetaData class now delivers the right type of object the DiskImage class needs a way to return the type of image
* [VBox] added new uuid when downloading vm from serverVictor Mocanu2017-10-061-6/+47
| | | | uuid is now writen in the vdi too
* [VBox] working coppy in case further changes result in catastrophical failureVictor Mocanu2017-10-021-0/+15
|
* [VBox] Added the VBoxConfig class and done some work on the VBoxMetaData classVictor Mocanu2017-06-221-0/+3
|
* [VBOX] restructured generic VmMetaData for comming VBox supportVictor Mocanu2017-05-221-2/+2
|
* [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-051-0/+6
| | | | 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-051-1/+12
|
* vmx editor stuffJonathan Bauer2016-09-021-2/+12
|
* [vmware] Whitelist usb3.0 vmx entriesSimon Rettberg2016-08-101-1/+1
|
* [vmware] Add addCdrom functionSimon Rettberg2016-02-241-1/+28
|
* [vm] Add addFloppy() methodSimon Rettberg2015-10-271-0/+18
|
* [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-231-1/+1
|
* 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
|
* VM: Add RAMSimon Rettberg2015-09-031-0/+6
|
* Restructure vm meta data parserSimon Rettberg2015-09-021-188/+24Star
|
* Extend vm metadata classesSimon Rettberg2015-09-021-6/+67
|
* [VmMeta] Improvements to Vmware, implement getFilteredDescriptionSimon Rettberg2015-07-241-30/+129
|
* Vm meta parser: Add virtualizer getter, change type of descriptionSimon Rettberg2015-07-231-1/+11
|
* Extended Util classSimon Rettberg2015-07-211-3/+3
|
* Add classes for analyzing vm metadata filesSimon Rettberg2015-07-141-0/+244