| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix issues related to a XPath query used in the Libvirt device lookup | Manuel Bentele | 2021-03-25 | 1 | -6/+8 |
| | | | | | | | | | | | | The issue occurs if a Libvirt device lookup via getDevices() takes place after a device node was removed. After the removal, a bunch of empty XML text nodes remain which leads to problems in the underlying XML element nodes. Those nodes are queried with the help of relative XPath expressions which depend on valid XML element nodes. This patch restricts queries of underlying child nodes to valid XML element nodes avoiding the occurence of XPath runtime exceptions. | ||||
| * | Add shared folder support to Libvirt domain XML documents | Manuel Bentele | 2021-03-24 | 3 | -0/+321 |
| | | |||||
| * | Add parallel and serial devices to Libvirt domain XML documents | Manuel Bentele | 2021-03-24 | 4 | -0/+372 |
| | | |||||
| * | Add MAC address for network interfaces in Libvirt domain XML documents | Manuel Bentele | 2021-03-24 | 1 | -3/+31 |
| | | |||||
| * | Add support for emulator binary in Libvirt domain XML documents | Manuel Bentele | 2021-03-23 | 1 | -0/+20 |
| | | |||||
| * | Add implementation of Libvirt XML capabilities documents | Manuel Bentele | 2021-03-19 | 8 | -0/+799 |
| | | |||||
| * | Fix warning due to missing file-based NVMe support in Libvirt | Manuel Bentele | 2021-03-11 | 1 | -0/+3 |
| | | |||||
| * | Remove suppressions and fix Java 8 warnings | Manuel Bentele | 2021-03-10 | 7 | -15/+32 |
| | | |||||
| * | Refactor disk image representation and add unit tests | Manuel Bentele | 2021-03-10 | 18 | -403/+1122 |
| | | |||||
| * | [vmware] Stop creating 'null.present = "TRUE"' entries | Simon Rettberg | 2021-03-05 | 1 | -1/+1 |
| | | |||||
| * | [vm] Add support for NVMe | Simon Rettberg | 2021-03-05 | 3 | -26/+32 |
| | | |||||
| * | [Json] Explicitly pass Object[] to Method.invoke() | Simon Rettberg | 2021-03-04 | 1 | -1/+1 |
| | | | | | | | | | | Fixes these kinds of errors: WARN [ClientTransferPool-3] Json$JsonThriftHandler - Could not call setAllowLoginByDefault on SatelliteConfig java.lang.ClassCastException: java.lang.Boolean cannot be cast to [Ljava.lang.Object; at org.openslx.util.Json$JsonThriftHandler.deserialize(Json.java:140) at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) | ||||
| * | [VmWare] Add hwversion 17 + 18 | Simon Rettberg | 2021-03-04 | 2 | -0/+4 |
| | | |||||
| * | Remove warnings in Docker meta data class | Manuel Bentele | 2021-02-22 | 1 | -5/+32 |
| | | |||||
| * | Merge remote-tracking branch 'origin/feature/qemu-integration' | Stephan Schwär | 2021-02-19 | 44 | -101/+6709 |
| |\ | |||||
| | * | Add automatic RelaxNG schema validation for Libvirt domain XML documents | Manuel Bentele | 2021-01-30 | 3 | -14/+13![]() |
| | | | |||||
| | * | Remove unused import in QemuMetaData class | Manuel Bentele | 2021-01-30 | 1 | -1/+0![]() |
| | | | |||||
| | * | Add support for QEMU VMs (based on Libvirt domain XML documents) | Manuel Bentele | 2021-01-29 | 7 | -89/+985 |
| | | | |||||
| | * | Add implementation of Libvirt domain XML documents | Manuel Bentele | 2021-01-29 | 26 | -0/+4097 |
| | | | |||||
| | * | Add base classes and utilites to represent Libvirt XML documents | Manuel Bentele | 2021-01-29 | 11 | -0/+1482 |
| | | | |||||
| | * | Add support for QCOW2 images for QEMU | Manuel Bentele | 2021-01-08 | 1 | -10/+146 |
| | | | |||||
| * | | [docker] Check recieved content. | ralph isenmann | 2021-02-10 | 2 | -30/+55 |
| |/ | | | | Add a simple check to prevent any content as acceptable | ||||
| * | Remove unused code and classes | Stephan Schwär | 2020-11-20 | 3 | -292/+0![]() |
| | | |||||
| * | Merge remote-tracking branch 'origin/feature/search-in-description' into ↵ | Stephan Schwär | 2020-11-11 | 2 | -70/+280 |
| |\ | | | | | | | ovf-convert | ||||
| | * | Add new field to structs | Mürsel Türk | 2020-10-14 | 2 | -70/+280 |
| | | | | | | | | | | | | | | | | | | | - A new field added to the LectureSummary and ImageSummaryRead structs. - The thrift definition file recompiled and the generated classes updated. Resolves: #3691 | ||||
| * | | Use master sync shared code formatting style | Stephan Schwär | 2020-11-06 | 2 | -47/+80 |
| | | | |||||
| * | | Remove unused libraries | Stephan Schwär | 2020-10-29 | 2 | -19/+0![]() |
| | | | |||||
| * | | Cleanup debug code | Stephan Schwär | 2020-10-29 | 3 | -24/+6![]() |
| | | | |||||
| * | | Fix lowercase issue in vmx files being flagged as invalid | Stephan Schwär | 2020-10-13 | 1 | -2/+5 |
| | | | |||||
| * | | Change ovf classes logger output to debug | Stephan Schwär | 2020-10-08 | 2 | -7/+7 |
| | | | |||||
| * | | Improve comments describing new classes and cleanup | Stephan Schwär | 2020-10-08 | 2 | -73/+50![]() |
| | | | |||||
| * | | Add meta and config files for ovf format | Stephan Schwär | 2020-10-08 | 3 | -0/+319 |
| | | | |||||
| * | | Create Object of DockerMetaDataDummy | ralph isenmann | 2020-08-19 | 2 | -0/+14 |
| | | | | | | | | | VmMetaDate.getInstance of a DockerMetaDataDummy | ||||
| * | | add dockerfile as byte array to DockerMetaDataDummy.java | ralph isenmann | 2020-08-11 | 2 | -5/+21 |
| | | | | | | | | | This allows to store the content of a dockerfile in the imageversion table | ||||
| * | | workaround for Java8 runtime error | ralph isenmann | 2020-08-11 | 1 | -4/+5 |
| | | | |||||
| * | | Add Docker support | ralph isenmann | 2020-07-15 | 4 | -1/+134 |
| |/ | |||||
| * | [vmware] Allow hpet CMX entry | Simon Rettberg | 2020-06-22 | 1 | -1/+1 |
| | | |||||
| * | Json: Fix deserialization of bools in Thrift classes | Simon Rettberg | 2019-09-11 | 1 | -3/+13 |
| | | |||||
| * | [vm] Move workaround to actually take effect | Simon Rettberg | 2019-07-19 | 1 | -5/+4![]() |
| | | |||||
| * | [vmware] Add usb.mangleUsb3Speed = TRUE if using USB 1.1/2.0 | Simon Rettberg | 2019-07-03 | 1 | -0/+4 |
| | | |||||
| * | Add Feature entry for USB config | Simon Rettberg | 2019-07-01 | 1 | -0/+5 |
| | | |||||
| * | Add support for EFI and hwversion 16 | Simon Rettberg | 2019-06-28 | 2 | -1/+4 |
| | | |||||
| * | [vm] Turn disableSuspend into more versatile tweakForNonPersistent | Simon Rettberg | 2019-06-19 | 5 | -6/+33 |
| | | |||||
| * | Add support for configuring USB speed | Simon Rettberg | 2019-06-18 | 5 | -73/+279 |
| | | |||||
| * | [vmware] Whitelist more stuff | Simon Rettberg | 2019-06-14 | 1 | -3/+3 |
| | | |||||
| * | [vmware] Support hwversion 14 and 15 | Simon Rettberg | 2019-05-29 | 2 | -4/+15 |
| | | |||||
| * | Refine active transfer detection and cancellation | Simon Rettberg | 2019-04-09 | 2 | -24/+30 |
| | | |||||
| * | [vmware] Whitelist additional VMX options | Simon Rettberg | 2019-04-09 | 1 | -2/+3 |
| | | |||||
| * | [vbox] fix bad detection of multiple hard drives | Jonathan Bauer | 2019-02-28 | 1 | -12/+31 |
| | | |||||
| * | Add predefined firewall rulesets | Simon Rettberg | 2019-02-26 | 5 | -515/+1646 |
| | | |||||

