| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [qemu] Set cache mode=unsafe in non-persistent modeHEADmaster | Simon Rettberg | 2026-01-27 | 1 | -0/+1 |
| | | | | | Should lead to better performance | ||||
| * | [qemu] Remove System.exit() tests cases | Simon Rettberg | 2025-11-21 | 1 | -87/+0![]() |
| | | | | | Too annoying to get to work on Java 17+ | ||||
| * | [qemu] Remove obsolete test | Simon Rettberg | 2025-04-01 | 1 | -11/+0![]() |
| | | |||||
| * | [qemu] vgamem needs to be power of two | Simon Rettberg | 2025-03-17 | 1 | -1/+1 |
| | | |||||
| * | [qemu] Add test case | Simon Rettberg | 2025-03-11 | 1 | -0/+10 |
| | | |||||
| * | [qemu] Only enable looking-glass for windows 10/11 guest | Simon Rettberg | 2024-10-29 | 1 | -1/+1 |
| | | | | | Closes #3967 | ||||
| * | [qemu] java: Make pci passthrough generic, not just for nvidia | Simon Rettberg | 2023-07-26 | 1 | -5/+5 |
| | | |||||
| * | [libvirt] Add support for CPU pinning, honor host's SMT topology | Simon Rettberg | 2023-07-26 | 1 | -2/+2 |
| | | | | | | | Read the system's SMT topology, and apply it to the guest via CPU pinning. In qemu, sibling threads on the same CPU core are adjacent regarding the vCPU IDs, so make sure we assign them in ascending order. | ||||
| * | [qemu] Add option to edit XML before launching | Simon Rettberg | 2023-06-22 | 1 | -116/+1![]() |
| | | | | | | | | | If run-virt is in debug mode, a text editor showing the final XML will be opened before launching libvirt/qemu. Either pass --debug to run-virt (lol), or set SLX_DEBUG_MODE='ON' in /opt/openslx/config | ||||
| * | [qemu] Implement new way of enabling GVT-g in QEMU | Simon Rettberg | 2023-02-01 | 1 | -18/+2![]() |
| | | |||||
| * | [qemu] Make AppTest.setUp() public to JUnit happy | Simon Rettberg | 2022-07-05 | 1 | -1/+1 |
| | | |||||
| * | [qemu] Add device passthrough debug mode | Manuel Bentele | 2022-04-04 | 2 | -4/+68 |
| | | |||||
| * | [qemu] Update log4j because of the CVE-2021-44228 security flaw | Manuel Bentele | 2021-12-15 | 1 | -3/+3 |
| | | |||||
| * | [qemu] Move firmware loader lookup to master-sync-shared | Manuel Bentele | 2021-11-30 | 8 | -229/+4![]() |
| | | |||||
| * | [qemu] Set number of CPU cores instead of CPU sockets for a VM | Manuel Bentele | 2021-11-16 | 1 | -1/+13 |
| | | |||||
| * | [qemu] Mock Java file attribute access to fix CDROM transformation unit test | Manuel Bentele | 2021-11-11 | 2 | -4/+30 |
| | | |||||
| * | [qemu] Add automatic firmware path transformation for UEFI based VMs | Manuel Bentele | 2021-11-09 | 11 | -10/+298 |
| | | |||||
| * | [qemu] Fix invalid disk storage type for CDROMs | Manuel Bentele | 2021-09-10 | 2 | -3/+3 |
| | | |||||
| * | [qemu] Set listen address and port for looking-glass-client | Manuel Bentele | 2021-09-01 | 1 | -0/+11 |
| | | |||||
| * | [qemu] Fix issue in Nvidia GPU passthrough unit test | Manuel Bentele | 2021-08-16 | 1 | -4/+11 |
| | | |||||
| * | [qemu] Add Intel GVT-g (mdev) support to run-virt Java tool | Manuel Bentele | 2021-08-16 | 4 | -5/+192 |
| | | |||||
| * | [qemu] Add transformation of Libvirt graphics type to local SPICE graphics | Manuel Bentele | 2021-08-11 | 2 | -3/+103 |
| | | |||||
| * | [qemu] Downgrade QEMU HW-version if HW-version is too new | Manuel Bentele | 2021-08-06 | 1 | -2/+7 |
| | | |||||
| * | [qemu] Add configuration validation for transformations in unit tests | Manuel Bentele | 2021-06-10 | 13 | -0/+55 |
| | | |||||
| * | [qemu] Implement passthrough of NVIDIA GPUs | Manuel Bentele | 2021-06-10 | 4 | -5/+193 |
| | | | | | | | | | 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 transformations | Manuel Bentele | 2021-05-26 | 12 | -4/+516 |
| | | |||||
| * | [qemu] Rename term 'filter' in test classes to match 'transformation' | Manuel Bentele | 2021-05-25 | 5 | -36/+38 |
| | | |||||
| * | [qemu] Rename test classes to match naming convention of 'transformation' | Manuel Bentele | 2021-05-25 | 7 | -58/+52![]() |
| | | |||||
| * | [qemu] Add test dependency to reuse test resources from master-sync-shared | Manuel Bentele | 2021-05-25 | 3 | -1149/+3![]() |
| | | |||||
| * | [qemu] Show virt-manager in debug mode to inspect Libvirt VM | Manuel Bentele | 2021-05-17 | 2 | -4/+71 |
| | | |||||
| * | [qemu] Move generic filtering/transformation to master-sync-shared | Manuel Bentele | 2021-04-15 | 5 | -24/+24 |
| | | |||||
| * | [qemu] Replace Libvirt XML VM configuration with filtered config for test cases | Manuel Bentele | 2021-03-26 | 3 | -165/+163![]() |
| | | |||||
| * | [qemu] Add filtering/transformation of config files and VM management | Manuel Bentele | 2021-03-25 | 11 | -17/+1567 |
| | | |||||
| * | [qemu] Add unit tests for run-virt plugin's command line argument parser | Manuel Bentele | 2021-02-16 | 1 | -0/+548 |
| | | |||||
| * | [qemu] Add unit tests for run-virt plugin's help option | Manuel Bentele | 2021-02-12 | 1 | -4/+182 |
| | | |||||
| * | [qemu] Add command line argument parsing to 'qemu' runvirt plugin | Manuel Bentele | 2021-02-11 | 1 | -6/+10 |
| | | |||||
| * | [qemu] Add empty Maven project for 'qemu' runvirt plugin | Manuel Bentele | 2021-02-05 | 1 | -0/+20 |

