| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [thrift] Add vmSizeLimit to satellite config | Simon Rettberg | 2022-11-03 | 3 | -11/+2909 |
| | | |||||
| * | Add vmware virtualHW.version=19 and catch NPE | Steffen Ritter | 2022-06-28 | 2 | -2/+7 |
| | | |||||
| * | [AppUtil] logHeader: Print VM bitness | Simon Rettberg | 2022-03-24 | 1 | -0/+6 |
| | | |||||
| * | Print maximum VM memory in logHeader() | Simon Rettberg | 2022-03-22 | 1 | -0/+12 |
| | | |||||
| * | [FileTransfer] Log stack traces on error, some OOM handling | Simon Rettberg | 2022-03-21 | 3 | -8/+43 |
| | | | | | | | Try smaller buffers for uploading on OOM errors. Log error reason instead of just sending to peer, and also print a stack trace if applicable. | ||||
| * | Add more log output to file transfer classes | Simon Rettberg | 2022-03-16 | 2 | -3/+39 |
| | | |||||
| * | Improve logging a bit, fix spelling | Simon Rettberg | 2022-03-16 | 2 | -5/+5 |
| | | |||||
| * | [vmware] Add svga.graphicsMemoryKB to whitelist | Simon Rettberg | 2022-03-01 | 1 | -3/+4 |
| | | |||||
| * | AppUtil: Fix opening jar file if running from network share | Simon Rettberg | 2022-02-14 | 1 | -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 safe | Simon Rettberg | 2022-02-14 | 14 | -29/+57 |
| | | |||||
| * | Force Unix line endings for Libvirt XML files (even on Windows platforms) | Manuel Bentele | 2022-02-04 | 2 | -3/+2![]() |
| | | |||||
| * | Fix path separator for resource URLs on Windows platforms | Manuel Bentele | 2022-02-03 | 3 | -10/+29 |
| | | |||||
| * | [Util] Change Tar Dependence to apache commens-compress, fixes #3888 | ralph isenmann | 2022-01-27 | 1 | -15/+21 |
| | | |||||
| * | Add TarArchiveReader and TarArchiveWriter as Util classes. | ralph isenmann | 2022-01-27 | 2 | -45/+133 |
| | | | | | - Wraps the jtar dependency | ||||
| * | Update generated Thrift API to version 0.15.0 | Manuel Bentele | 2021-12-17 | 53 | -16864/+17014 |
| | | |||||
| * | Update log4j because of the CVE-2021-44228 security flaw | Manuel Bentele | 2021-12-15 | 31 | -67/+91 |
| | | |||||
| * | Add firmware loader lookup algorithm for Libvirt/QEMU machines | Manuel Bentele | 2021-11-30 | 4 | -0/+343 |
| | | |||||
| * | Add CPU topology functionality for Libvirt domain XML configs | Manuel Bentele | 2021-11-16 | 1 | -0/+84 |
| | | |||||
| * | Merge branch 'feature/docker-data-container' | ralph isenmann | 2021-11-10 | 1 | -9/+21 |
| |\ | |||||
| | * | Merge branch 'master' into feature/docker-data-containerfeature/docker-data-container | ralph isenmann | 2021-10-28 | 4 | -100/+93![]() |
| | |\ | |||||
| | * | | [virtualization.container] add mount_type to ContainerBindMount model | ralph isenmann | 2021-09-07 | 1 | -9/+21 |
| | | | | |||||
| * | | | Merge branch 'master' of git.openslx.org:bwlp/master-sync-shared | ralph isenmann | 2021-11-10 | 10 | -31/+361 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Enumerate target names of disk devices correctly | Manuel Bentele | 2021-11-10 | 2 | -7/+51 |
| | | | | |||||
| | * | | Remove specified Libvirt OS Nvram file during QEMU VM upload | Manuel Bentele | 2021-11-09 | 2 | -0/+35 |
| | | | | |||||
| | * | | Extend Libvirt domain XML to get/set OS firmware loader | Manuel Bentele | 2021-10-22 | 1 | -0/+20 |
| | | | | |||||
| | * | | Update QEMU hardware versions to available versions from QEMU 6.1 | Manuel Bentele | 2021-10-22 | 1 | -2/+6 |
| | | | | |||||
| | * | | Add graphic model configuration option for QEMU VMs | Manuel Bentele | 2021-10-15 | 2 | -3/+56 |
| | | | | |||||
| | * | | Remove unused variables | Manuel Bentele | 2021-10-15 | 1 | -2/+0![]() |
| | | | | |||||
| | * | | Remove empty lines and unused indentations | Manuel Bentele | 2021-10-15 | 1 | -10/+4![]() |
| | | | | |||||
| | * | | Add getter/setter for listen address and port of Libvirt SPICE graphics | Manuel Bentele | 2021-09-01 | 2 | -0/+75 |
| | | | | |||||
| | * | | Print debug output in transformation manager | Manuel Bentele | 2021-08-24 | 1 | -0/+11 |
| | | | | |||||
| | * | | Fix invalid XML paths and types in Libvirt's mediated devices | Manuel Bentele | 2021-08-16 | 2 | -6/+6 |
| | | | | |||||
| | * | | Add Libvirt support for QEMU command line options | Manuel Bentele | 2021-08-16 | 1 | -0/+76 |
| | | | | |||||
| | * | | Add 'ramfb' option to Libvirt's mediated device representation | Manuel Bentele | 2021-08-16 | 1 | -1/+21 |
| | |/ | |||||
| * | | [container] refactoring | ralph isenmann | 2021-10-26 | 4 | -56/+65 |
| | | | | | | | | | | | | | - rename enum ContainerBuildContextMethod to ContainerImageContext - rename enum values of ContainerImageContext - rename methods referncing ContainerBuildContextMethod | ||||
| * | | [container] Add ContainerBuildContextMehtod, refactoring | ralph isenmann | 2021-10-15 | 2 | -45/+29![]() |
| |/ | | | | | - add docker-tar - only persist dockerfile and not the internals. | ||||
| * | [virtualizer] Get rid of Generics for VirtualizationConfiguration | Simon Rettberg | 2021-08-12 | 16 | -985/+802![]() |
| | | |||||
| * | Add getter methods to query Libvirt graphic devices | Manuel Bentele | 2021-08-11 | 1 | -0/+22 |
| | | |||||
| * | Change Java access modifier for Libvirt graphics types | Manuel Bentele | 2021-08-11 | 2 | -3/+3 |
| | | |||||
| * | Add compression and listen types to Libvirt graphics devices | Manuel Bentele | 2021-08-11 | 2 | -1/+251 |
| | | |||||
| * | Add Libvirt domain XML representation for mediated devices (mdev) | Manuel Bentele | 2021-08-10 | 4 | -3/+293 |
| | | |||||
| * | [qemu] Do not remove boot order and network interfaces for VM edit | Manuel Bentele | 2021-07-30 | 1 | -6/+3![]() |
| | | |||||
| * | Remove the SDL graphics in the Libvirt XML domain representation | Manuel Bentele | 2021-07-30 | 3 | -73/+1![]() |
| | | |||||
| * | Fix TransformationExecption for docker during manifest download (Sat->Client) | ralph isenmann | 2021-07-09 | 1 | -8/+8 |
| | | | | | swap return value to true in VirtualizationConfigurationDocker, because of changed check logic. | ||||
| * | Add util methods to print App information from MANIFEST.MF | Manuel Bentele | 2021-07-02 | 1 | -0/+147 |
| | | |||||
| * | [vmware] Less strict filtering Suite <-> dmsd, redo filtering logic | Simon Rettberg | 2021-07-02 | 3 | -85/+97 |
| | | | | | | | Get rid of the old flags for different filtering targets. This was never implemented properly anyways and was confusing to use. Instead, add explicit on-demand filtering to to according transformation methods. | ||||
| * | libvirt-xml: Add speed hack for "." XPath query | Simon Rettberg | 2021-07-02 | 1 | -0/+3 |
| | | |||||
| * | Fix missing separation in transformation error output | Manuel Bentele | 2021-07-01 | 1 | -1/+1 |
| | | |||||
| * | [vmware] Don't return filtered data in getAsByteArray(), breaks editing | Simon Rettberg | 2021-07-01 | 1 | -1/+1 |
| | | | | | | This would irreversibly break any VMX once you edit them after uploading, as #SLX_HDD_* would get removed. | ||||
| * | Fix handling of multiple VirtualBox network adapters | Manuel Bentele | 2021-06-29 | 2 | -7/+50 |
| | | |||||

