summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/util/vm/DiskImage.java
Commit message (Collapse)AuthorAgeFilesLines
* [VBox] added new QemuMetaData class, class is built to work like the vbox ↵Victor Mocanu2018-01-241-0/+18
| | | | | | and vmware metadata classes vmmetadata class is expanded to create instances of qemumetadata if needed
* [VBox] removed debug messagesVictor Mocanu2017-12-201-3/+0Star
|
* [VBox] improved the .vdi file test s.t. it now checks the prefix and suffix ↵Victor Mocanu2017-12-201-42/+65
| | | | of the header and accepts more .vdi versions
* [VBox] improved download partVictor Mocanu2017-10-091-1/+4
| | | | | 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-1/+2
| | | | uuid is now writen in the vdi too
* [VBox] changed and implemented the functionality of VboxConfig s.t. the ↵Victor Mocanu2017-08-081-2/+0Star
| | | | | | process of reading a .vbox file works and an config object is created
* [VBox] added handling for vdi filesVictor Mocanu2017-07-141-1/+16
|
* [VBOX] exceptionhandling and added method to delete unwanted nodes in the ↵Victor Mocanu2017-07-121-21/+33
| | | | config file
* [VBOX] restructured generic VmMetaData for comming VBox supportVictor Mocanu2017-05-221-1/+1
|
* [DiskImage] Detect snapshot vmdkSimon Rettberg2016-08-301-5/+12
|
* Support extracting hw version from vmdk filesSimon Rettberg2015-09-231-0/+8
|
* Fixes to vmware handlingSimon Rettberg2015-09-021-11/+19
|
* Restructure vm meta data parserSimon Rettberg2015-09-021-0/+85