| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | [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 |
| | | |||||
| * | Fix usage of Enum ContainerImageType | ralph isenmann | 2021-06-24 | 1 | -16/+9![]() |
| | | | | | - enum provides name() and valueOf() to switch between sting and object representation | ||||
| * | Add container models, which keeps the necessary informations about container ↵ | ralph isenmann | 2021-06-23 | 5 | -0/+491 |
| | | | | | imags, its meta information and for lecture specific information | ||||
| * | Add Libvirt PCI, shared memory and hypervisor features for GPU passthrough | Manuel Bentele | 2021-06-10 | 17 | -46/+1407 |
| | | |||||
| * | Fix bug during creation of new Libvirt filesystem node | Manuel Bentele | 2021-05-26 | 1 | -1/+1 |
| | | |||||
| * | Remove error printing in low level XML helper method | Manuel Bentele | 2021-05-21 | 1 | -4/+9 |
| | | | | | | | | | The needless error printing during parsing of a XML document can be removed since an failed attempt to parse the document will be reported outside of the XML helper method. Fixes: #3855 (partly) | ||||
| * | Rename 'vm.disk' package to 'virtualization.disk' | Manuel Bentele | 2021-05-19 | 11 | -15/+15 |
| | | |||||
| * | Merge branch 'feature/qemu-integration' | Manuel Bentele | 2021-05-19 | 67 | -1282/+5379 |
| |\ | |||||
| | * | Implements XML schema validation for VirtualBox configurations | Manuel Bentele | 2021-05-12 | 4 | -38/+170 |
| | | | |||||
| | * | Fix HDD detection in VirtualBox configurations newer or equal than v1.17 | Manuel Bentele | 2021-05-10 | 3 | -2/+90 |
| | | | |||||
| | * | Optimize OS detection for Libvirt/QEMU virtualization configurations | Manuel Bentele | 2021-05-06 | 2 | -2/+108 |
| | | | |||||
| | * | Update XML schema for VirtualBox virtualization configurations | Manuel Bentele | 2021-05-05 | 1 | -1/+1 |
| | | | |||||
| | * | Add OS detection for Libvirt/QEMU virtualization configurations | Manuel Bentele | 2021-05-05 | 11 | -84/+669 |
| | | | |||||
| | * | Fix errors in Javadoc comments | Manuel Bentele | 2021-04-30 | 26 | -84/+109 |
| | | | |||||
| | * | Add unit tests for transformation logic (dozmod-server --> stateless client) | Manuel Bentele | 2021-04-30 | 6 | -4/+39 |
| | | | |||||
| | * | Add unit tests for transformation logic (dozmod-server --> dozmod-client) | Manuel Bentele | 2021-04-30 | 6 | -45/+91 |
| | | | |||||
| | * | Document configuration transformation logics and their data containers | Manuel Bentele | 2021-04-28 | 7 | -0/+266 |
| | | | |||||
| | * | Log failed instanciations of virtualization config files as debug info | Manuel Bentele | 2021-04-26 | 1 | -8/+8 |
| | | | |||||
| | * | Fix error while parsing Libvirt XML document from String | Manuel Bentele | 2021-04-26 | 1 | -10/+2![]() |
| | | | |||||
| | * | Add supported virtualizer versions for Libvirt/QEMU | Manuel Bentele | 2021-04-26 | 4 | -5/+216 |
| | | | |||||
| | * | Refactors and abstracts version information in config logic and disk image | Manuel Bentele | 2021-04-23 | 20 | -320/+356 |
| | | | |||||
| | * | Encapsulate transformation logic for virtualization configurations | Manuel Bentele | 2021-04-20 | 18 | -119/+506 |
| | | | |||||
| | * | Add config file name extensions to virtualizer representations | Manuel Bentele | 2021-04-16 | 5 | -5/+45 |
| | | | |||||
| | * | Rename VmMetaData classes | Manuel Bentele | 2021-04-16 | 12 | -281/+266![]() |
| | | | |||||
| | * | Move VmMetaData classes to new virtualization config directories | Manuel Bentele | 2021-04-15 | 12 | -22/+36 |
| | | | |||||
| | * | Add generic transformation library to transform configs | Manuel Bentele | 2021-04-15 | 6 | -0/+343 |
| | | | |||||
| | * | Add representation of used virtualization systems | Manuel Bentele | 2021-04-15 | 5 | -0/+233 |
| | | | |||||
| | * | Adjusts network bridge names for Libvirt networking | Manuel Bentele | 2021-04-12 | 1 | -16/+16 |
| | | | |||||
| | * | Fix issue in VmMetaData factory method wrt. QemuMetaData class | Manuel Bentele | 2021-04-12 | 4 | -22/+53 |
| | | | |||||
| | * | Fix issues in filtering sources of Libvirt network interfaces | Manuel Bentele | 2021-03-26 | 2 | -3/+4 |
| | | | |||||
| | * | Always filter device paths in QEMU VM config (privacy filters) | Manuel Bentele | 2021-03-26 | 1 | -3/+4 |
| | | | |||||
| | * | Do not remove UUID if QEMU VM config is requested by stateless client | Manuel Bentele | 2021-03-26 | 1 | -3/+0![]() |
| | | | |||||
| | * | 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 |
| | | | |||||

