summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/util/vm/VboxMetaData.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactor disk image representation and add unit testsManuel Bentele2021-03-101-535/+0Star
|
* Add support for QEMU VMs (based on Libvirt domain XML documents)Manuel Bentele2021-01-291-0/+14
|
* [vm] Turn disableSuspend into more versatile tweakForNonPersistentSimon Rettberg2019-06-191-3/+11
|
* Add support for configuring USB speedSimon Rettberg2019-06-181-11/+66
|
* Improve VM descriütion file detection and parsingSimon Rettberg2018-09-171-2/+0Star
|
* [vbox] minor optimizationJonathan Bauer2018-04-261-3/+1Star
|
* [vbox] new XmlHelper class + usage thereofJonathan Bauer2018-04-251-1/+1
|
* [vbox] more refactoringJonathan Bauer2018-04-251-32/+60
| | | | | | | | | | | | | 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-241-50/+47Star
|
* Constants for virtIdSimon Rettberg2018-04-241-3/+4
|
* [vbox] more cleanup + formattingJonathan Bauer2018-04-231-3/+3
|
* [*] add support for machine snapshot detectionJonathan Bauer2018-04-201-1/+1
|
* [vbox] add support for VirtualBoxVictor Mocanu2018-04-161-0/+436