summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improve logging a bit, fix spellingSimon Rettberg2022-03-162-5/+5
|
* [vmware] Add svga.graphicsMemoryKB to whitelistSimon Rettberg2022-03-012-3/+5
|
* AppUtil: Fix opening jar file if running from network shareSimon Rettberg2022-02-141-23/+24
| | | | | | | | Turning the URL of the jar into either an URI, or the URI into a string results in a representation that the File constructor cannot turn back into a meaningful path to the file. Fix this by directly opening an InputStream from the URL instance, without the File detour.
* Always pass charset in String constructor; don't treat strings as binary safeSimon Rettberg2022-02-1414-29/+57
|
* Force Unix line endings for Libvirt XML files (even on Windows platforms)Manuel Bentele2022-02-0412-55/+113
|
* Fix resource path for virtualizer config tests on Windows platformsManuel Bentele2022-02-031-5/+7
|
* Fix resource path for disk tests on Windows platformsManuel Bentele2022-02-031-2/+4
|
* Fix path separator for resource URLs on Windows platformsManuel Bentele2022-02-035-19/+43
|
* Downgrade Maven assembly plugin for Java 8 compatibilityManuel Bentele2022-01-281-1/+1
|
* [Util] Change Tar Dependence to apache commens-compress, fixes #3888ralph isenmann2022-01-273-18/+69
|
* Add TarArchiveReader and TarArchiveWriter as Util classes.ralph isenmann2022-01-272-45/+133
| | | | - Wraps the jtar dependency
* Update log4j because of the CVE-2021-45105 security flawManuel Bentele2021-12-201-3/+3
|
* Update generated Thrift API to version 0.15.0Manuel Bentele2021-12-1754-16865/+17015
|
* Add Maven profile to generate Thrift APIManuel Bentele2021-12-171-0/+38
| | | | | | | | | The Thrift API can be generated with the following command: mvn -P thrift:generate The generated output files are copied over the old files and can be modified before a manual commit takes place.
* Update version of build dependenciesManuel Bentele2021-12-171-8/+12
|
* Remove deprecated Maven build pluginManuel Bentele2021-12-171-9/+0Star
|
* Update version of Maven build pluginsManuel Bentele2021-12-171-1/+2
|
* Update log4j because of the CVE-2021-45046 security flawManuel Bentele2021-12-171-3/+3
|
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-1540-97/+127
|
* Add firmware loader lookup algorithm for Libvirt/QEMU machinesManuel Bentele2021-11-3015-58/+843
|
* Add CPU topology functionality for Libvirt domain XML configsManuel Bentele2021-11-163-0/+318
|
* Merge branch 'feature/docker-data-container'ralph isenmann2021-11-101-9/+21
|\
| * Merge branch 'master' into feature/docker-data-containerfeature/docker-data-containerralph isenmann2021-10-284-100/+93Star
| |\
| * | [virtualization.container] add mount_type to ContainerBindMount modelralph isenmann2021-09-071-9/+21
| | |
* | | Merge branch 'master' of git.openslx.org:bwlp/master-sync-sharedralph isenmann2021-11-1014-31/+915
|\ \ \ | |_|/ |/| |
| * | Enumerate target names of disk devices correctlyManuel Bentele2021-11-102-7/+51
| | |
| * | Remove specified Libvirt OS Nvram file during QEMU VM uploadManuel Bentele2021-11-094-0/+235
| | |
| * | Add Libvirt non-persistent config for UEFI transformation testsManuel Bentele2021-11-091-0/+165
| | |
| * | Extend Libvirt domain XML to get/set OS firmware loaderManuel Bentele2021-10-221-0/+20
| | |
| * | Update QEMU hardware versions to available versions from QEMU 6.1Manuel Bentele2021-10-221-2/+6
| | |
| * | Add graphic model configuration option for QEMU VMsManuel Bentele2021-10-152-3/+56
| | |
| * | Remove unused variablesManuel Bentele2021-10-151-2/+0Star
| | |
| * | Remove empty lines and unused indentationsManuel Bentele2021-10-151-10/+4Star
| | |
| * | Add getter/setter for listen address and port of Libvirt SPICE graphicsManuel Bentele2021-09-012-0/+75
| | |
| * | Print debug output in transformation managerManuel Bentele2021-08-241-0/+11
| | |
| * | Fix invalid XML paths and types in Libvirt's mediated devicesManuel Bentele2021-08-162-6/+6
| | |
| * | Add Libvirt support for QEMU command line optionsManuel Bentele2021-08-163-0/+265
| | |
| * | Add 'ramfb' option to Libvirt's mediated device representationManuel Bentele2021-08-161-1/+21
| |/
* | [container] refactoringralph isenmann2021-10-264-56/+65
| | | | | | | | | | | | - rename enum ContainerBuildContextMethod to ContainerImageContext - rename enum values of ContainerImageContext - rename methods referncing ContainerBuildContextMethod
* | [container] Add ContainerBuildContextMehtod, refactoringralph isenmann2021-10-152-45/+29Star
|/ | | | | - add docker-tar - only persist dockerfile and not the internals.
* [virtualizer] Get rid of Generics for VirtualizationConfigurationSimon Rettberg2021-08-1223-1137/+829Star
|
* Remove invalid XML tag from Libvirt VNC graphic test configManuel Bentele2021-08-111-1/+0Star
|
* Add non-persistent test config with Libvirt VNC graphicsManuel Bentele2021-08-111-0/+164
|
* Add getter methods to query Libvirt graphic devicesManuel Bentele2021-08-111-0/+22
|
* Change Java access modifier for Libvirt graphics typesManuel Bentele2021-08-112-3/+3
|
* Add compression and listen types to Libvirt graphics devicesManuel Bentele2021-08-112-1/+251
|
* Add unit tests for Libvirt mediated device addressesManuel Bentele2021-08-112-0/+246
|
* Add Libvirt domain XML representation for mediated devices (mdev)Manuel Bentele2021-08-104-3/+293
|
* [qemu] Do not remove boot order and network interfaces for VM editManuel Bentele2021-07-302-8/+6Star
|
* Remove the SDL graphics in the Libvirt XML domain representationManuel Bentele2021-07-303-73/+1Star
|