summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/runvirt-plugin-qemu/src/test
Commit message (Collapse)AuthorAgeFilesLines
* [qemu] Set cache mode=unsafe in non-persistent modeHEADmasterSimon Rettberg2026-01-271-0/+1
| | | | Should lead to better performance
* [qemu] Remove System.exit() tests casesSimon Rettberg2025-11-211-87/+0Star
| | | | Too annoying to get to work on Java 17+
* [qemu] Remove obsolete testSimon Rettberg2025-04-011-11/+0Star
|
* [qemu] vgamem needs to be power of twoSimon Rettberg2025-03-171-1/+1
|
* [qemu] Add test caseSimon Rettberg2025-03-111-0/+10
|
* [qemu] Only enable looking-glass for windows 10/11 guestSimon Rettberg2024-10-291-1/+1
| | | | Closes #3967
* [qemu] java: Make pci passthrough generic, not just for nvidiaSimon Rettberg2023-07-261-5/+5
|
* [libvirt] Add support for CPU pinning, honor host's SMT topologySimon Rettberg2023-07-261-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 launchingSimon Rettberg2023-06-221-116/+1Star
| | | | | | | | 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 QEMUSimon Rettberg2023-02-011-18/+2Star
|
* [qemu] Make AppTest.setUp() public to JUnit happySimon Rettberg2022-07-051-1/+1
|
* [qemu] Add device passthrough debug modeManuel Bentele2022-04-042-4/+68
|
* [qemu] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-3/+3
|
* [qemu] Move firmware loader lookup to master-sync-sharedManuel Bentele2021-11-308-229/+4Star
|
* [qemu] Set number of CPU cores instead of CPU sockets for a VMManuel Bentele2021-11-161-1/+13
|
* [qemu] Mock Java file attribute access to fix CDROM transformation unit testManuel Bentele2021-11-112-4/+30
|
* [qemu] Add automatic firmware path transformation for UEFI based VMsManuel Bentele2021-11-0911-10/+298
|
* [qemu] Fix invalid disk storage type for CDROMsManuel Bentele2021-09-102-3/+3
|
* [qemu] Set listen address and port for looking-glass-clientManuel Bentele2021-09-011-0/+11
|
* [qemu] Fix issue in Nvidia GPU passthrough unit testManuel Bentele2021-08-161-4/+11
|
* [qemu] Add Intel GVT-g (mdev) support to run-virt Java toolManuel Bentele2021-08-164-5/+192
|
* [qemu] Add transformation of Libvirt graphics type to local SPICE graphicsManuel Bentele2021-08-112-3/+103
|
* [qemu] Downgrade QEMU HW-version if HW-version is too newManuel Bentele2021-08-061-2/+7
|
* [qemu] Add configuration validation for transformations in unit testsManuel Bentele2021-06-1013-0/+55
|
* [qemu] Implement passthrough of NVIDIA GPUsManuel Bentele2021-06-104-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 transformationsManuel Bentele2021-05-2612-4/+516
|
* [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-253-1149/+3Star
|
* [qemu] Show virt-manager in debug mode to inspect Libvirt VMManuel Bentele2021-05-172-4/+71
|
* [qemu] Move generic filtering/transformation to master-sync-sharedManuel Bentele2021-04-155-24/+24
|
* [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-2511-17/+1567
|
* [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-121-4/+182
|
* [qemu] Add command line argument parsing to 'qemu' runvirt pluginManuel Bentele2021-02-111-6/+10
|
* [qemu] Add empty Maven project for 'qemu' runvirt pluginManuel Bentele2021-02-051-0/+20