summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/util/vm/VboxConfig.java
Commit message (Collapse)AuthorAgeFilesLines
* [VBox] added sharedfolders to the black listVictor Mocanu2018-04-041-1/+1
|
* [Vbox] code formatingVictor Mocanu2018-04-041-30/+29Star
|
* [Vbox] repaired a null pointer exception when disabling USBVictor Mocanu2018-04-041-3/+6
|
* [VBox] USB 2.0 activated per defaultVictor Mocanu2018-04-041-3/+2Star
|
* [VBox] added new, more elegant way to add placeholdersVictor Mocanu2018-03-281-23/+45
|
* [vbox] ensure <hardware/> has a uuidJonathan Bauer2018-03-191-0/+30
| | | | to prevent windows from believing the vm is running on new hardware
* [vbox] use vboxnet1 for NAT on bwlp clientsJonathan Bauer2018-02-051-27/+38
| | | | | | | | do not use vbox's embedded NAT mode for network adapter when delivering the machine config to clients. (Still do use it when downloading locally though) + minor cleanup
* [VBox] added new placeholder, improved the addUsb functionVictor Mocanu2017-12-191-7/+14
|
* [VBox] implemented the addfloppy methodVictor Mocanu2017-12-151-4/+2Star
|
* [VBox] added MACAddress placeholderVictor Mocanu2017-12-151-1/+4
|
* [VBox] added a new placeholderVictor Mocanu2017-11-281-0/+3
|
* [VBox] turned the swithcases to for loops;Victor Mocanu2017-11-231-2/+0Star
| | | | improved exception handling and error messages
* [VBox] added USB to the blacklistVictor Mocanu2017-11-211-6/+9
|
* [VBox] small change for testVictor Mocanu2017-11-211-3/+3
|
* [VBox] separated and made some vmwaremetadata functions abstract in ↵Victor Mocanu2017-11-211-1/+22
| | | | | | vmmetadata s.t. vboxmetadata also needs to implement them implemented said functions in vboxmetadata
* [VBox] improved and expanded the setters and getters for the enum typesVictor Mocanu2017-11-201-0/+26
| | | | removed debug messages
* [VBox] new working coppyVictor Mocanu2017-11-021-20/+28
| | | | added new Javadocs, updated getters of VBoxMetaData still got TODOs
* [VBox] changed comments to english, renamed some variablesVictor Mocanu2017-10-251-11/+9Star
|
* fix code formattingJonathan Bauer2017-10-241-5/+2Star
|
* [VBox] changed logger.warn messages from german to englishVictor Mocanu2017-10-241-5/+5
|
* Merge branch 'vbox' of git.openslx.org:bwlp/master-sync-shared into vboxVictor Mocanu2017-10-061-0/+3
|\
| * [vbox] remove unneeded dependency breaking compilationJonathan Bauer2017-10-051-1/+0Star
| |
* | [VBox] added new uuid when downloading vm from serverVictor Mocanu2017-10-061-10/+0Star
|/ | | | uuid is now writen in the vdi too
* [VBox] improved the create new tag and insert attribute functionsVictor Mocanu2017-10-051-37/+147
| | | | added forgotten javadocs
* [VBox] working coppy in case further changes result in catastrophical failureVictor Mocanu2017-10-021-45/+68
|
* [VBox] changes to the VmWrapper class, it asks now for an VmMetaData child, ↵Victor Mocanu2017-09-211-1/+1
| | | | | | is not hard coded on VmxMetaData anymore
* [VBox] removed empty lines, the FilteredDefinitionArray looks good nowVictor Mocanu2017-09-211-20/+27
|
* [VBox] working coppy of VboxConfig class, children are removed but empty ↵Victor Mocanu2017-09-211-90/+183
| | | | lines take their place...working on that
* [VBox] changed and implemented the functionality of VboxConfig s.t. the ↵Victor Mocanu2017-08-081-10/+206
| | | | | | process of reading a .vbox file works and an config object is created
* [VBox] Added the VBoxConfig class and done some work on the VBoxMetaData classVictor Mocanu2017-06-221-0/+55