summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [qemu] Disable build of runvirt plugin without packaged dependenciesManuel Bentele2021-07-012-1/+11
|
* [qemu] Enable shared folders if global support is activeManuel Bentele2021-06-301-4/+7
|
* [run-virt] README: SHARE_REMAP_MODESimon Rettberg2021-06-301-0/+7
|
* [run-virt] Fix sed expression for VM_CLEANNAME generationSimon Rettberg2021-06-301-1/+1
|
* [qemu] Change location of the runvirt Java pluginManuel Bentele2021-06-303-2/+6
|
* [qemu] Fix setting of cmdln options for the QEMU runvirt pluginManuel Bentele2021-06-301-22/+23
|
* [qemukvm] Remove old and unused 'qemukvm' moduleManuel Bentele2021-06-304-175/+0Star
|
* [qemu] Add link to main Java class into the Manifest (Jar archive)Manuel Bentele2021-06-301-0/+8
|
* [libvirt] Remove default networkManuel Bentele2021-06-291-2/+2
|
* [libvirt] Add missing package dependency 'dnsmasq'Manuel Bentele2021-06-292-0/+4
|
* [clientrequest] add remote debugging modul from Christoph SchulthessChristoph Schulthess2021-06-254-0/+96
| | | | startdebug bash script
* [openjdk-8-jre-headless] Remove NOME from accessibility.propertiesManuel Bentele2021-06-251-1/+2
|
* [usbguard] USBGuard module added by Jannik SchönartzJannik Schönartz2021-06-258-0/+133
| | | | | | [usb-lock-off] Updated usb info collection script to use the openslx config variables. [usb-lock-off] Updated usbguard to version 0.7.2 and libsodium to 1.0.16. Fixed the build script, so that -c cleans everything.
* [kiosk-chromium] disable auto-updateJonathan Bauer2021-06-251-0/+1
|
* Merge branch 'feature/qemu-integration'Manuel Bentele2021-06-2588-284/+5734
|\
| * [libvirt] Enforce libvirt UIDs/GIDs to not collide with LDAP UIDs/GIDsManuel Bentele2021-06-255-77/+53Star
| |
| * [libvirt] Remove build support for MiniLinuxManuel Bentele2021-06-259-70/+13Star
| |
| * [qemu] Remove build support for MiniLinuxManuel Bentele2021-06-253-37/+3Star
| |
| * [openjdk-8-jre-headless] Remove build support of Java 8 JRE for MiniLinuxManuel Bentele2021-06-252-13/+4Star
| |
| * [libvirt] Remove installation of virt-viewerManuel Bentele2021-06-253-6/+0Star
| |
| * [qemu] Add configuration validation for transformations in unit testsManuel Bentele2021-06-1013-0/+55
| |
| * [qemu] Implement passthrough of NVIDIA GPUsManuel Bentele2021-06-109-69/+592
| | | | | | | | | | | | | | | | The implementation adds specified PCI devics of a NVIDIA GPU on the host system to the final Libvirt domain XML configuration for a NVIDIA GPU passthrough. In addition to that, the implementation adds support for the Looking Glass Client to display the framebuffer of the NVIDIA GPU on the host system through a shared memory device.
| * [qemu] Add unit tests for Libvirt configuration transformationsManuel Bentele2021-05-2621-26/+596
| |
| * [qemu] Rename term 'filter' in test classes to match 'transformation'Manuel Bentele2021-05-255-36/+38
| |
| * [qemu] Rename test classes to match naming convention of 'transformation'Manuel Bentele2021-05-257-58/+52Star
| |
| * [qemu] Add test dependency to reuse test resources from master-sync-sharedManuel Bentele2021-05-254-1149/+11Star
| |
| * [qemu] Ignore generated Maven 'bin' directoryManuel Bentele2021-05-181-0/+1
| |
| * [qemu] Show virt-manager in debug mode to inspect Libvirt VMManuel Bentele2021-05-175-6/+96
| |
| * [qemu] Keep track of defined VMs to automatically close them before program exitManuel Bentele2021-05-172-11/+25
| |
| * [qemu] Add viewer representation to render displays of the virtual machineManuel Bentele2021-05-179-14/+476
| |
| * [qemu] Document configuration transformations and Libvirt QEMU hypervisorManuel Bentele2021-05-1421-86/+773
| |
| * [qemu] Rename VmMetaData classesManuel Bentele2021-04-167-16/+16
| |
| * [qemu] Move generic filtering/transformation to master-sync-sharedManuel Bentele2021-04-1528-380/+222Star
| |
| * [qemu] Add API to register the functional interface based config filter methodManuel Bentele2021-04-131-5/+2Star
| |
| * [qemu] Replace Libvirt XML VM configuration with filtered config for test casesManuel Bentele2021-03-263-165/+163Star
| |
| * [qemu] Add filtering/transformation of config files and VM managementManuel Bentele2021-03-2540-27/+2877
| |
| * [qemu]: Add Libvirt XML documents as dependenciesManuel Bentele2021-03-151-0/+34
| |
| * [qemu]: Add Libvirt Java bindings as dependenciesManuel Bentele2021-02-161-47/+64
| |
| * [qemu] Add unit tests for run-virt plugin's command line argument parserManuel Bentele2021-02-161-0/+548
| |
| * [qemu] Add unit tests for run-virt plugin's help optionManuel Bentele2021-02-123-7/+194
| |
| * [qemu] Add command line argument parsing to 'qemu' runvirt pluginManuel Bentele2021-02-116-11/+571
| |
| * [qemu] Call Java run-virt tool to finalize Libvirt configurationManuel Bentele2021-02-091-18/+24
| |
| * [qemu] Remove unused run-virt includesManuel Bentele2021-02-096-308/+0Star
| |
| * [libvirt] Add definition default bwLehrpool networksManuel Bentele2021-02-097-2/+20
| |
| * [libvirt] Add user and groups to run libvirtManuel Bentele2021-02-081-0/+78
| |
| * [libvirt] Remove default network configurationManuel Bentele2021-02-081-1/+5
| |
| * [qemu] Start 'qemu' after 'libvirtd' is readyManuel Bentele2021-02-083-1/+3
| |
| * [qemu] Replace lazy load of KVM kernel modulesManuel Bentele2021-02-081-5/+24
| |
| * [qemu] Add support to build the qemu runvirt pluginManuel Bentele2021-02-054-25/+55
| |
| * [openjdk-8-jre-headless] Rename wrong Ubuntu config file nameManuel Bentele2021-02-051-0/+0
| |