summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/runvirt-plugin-qemu
Commit message (Collapse)AuthorAgeFilesLines
* [qemu] Set cache mode=unsafe in non-persistent modeSimon Rettberg2026-01-273-9/+18
| | | | Should lead to better performance
* [qemu] Remove System.exit() tests casesSimon Rettberg2025-11-212-94/+1Star
| | | | Too annoying to get to work on Java 17+
* [qemu] Improve error messagesSimon Rettberg2025-10-011-2/+2
|
* [qemu] --kiosk-quit= JA!Simon Rettberg2025-05-091-1/+1
|
* [qemu] Run virt-viewer in kiosk mode to hide the toolbarSimon Rettberg2025-04-301-1/+1
|
* [qemu] Remove obsolete testSimon Rettberg2025-04-011-11/+0Star
|
* [qemu] Honor existing libvirt uuid, make system-uuid if applicableSimon Rettberg2025-03-271-3/+33
|
* [qemu] Honor SLX_PASSTHROUGH_USB_ID for USB autoconnect on startupSimon Rettberg2025-03-273-5/+33
|
* [qemu] vgamem needs to be power of twoSimon Rettberg2025-03-174-19/+38
|
* [qemu] Remove os loader tag if firmware=efiSimon Rettberg2025-03-121-0/+11
|
* [qemu] Add test caseSimon Rettberg2025-03-112-2/+12
|
* [qemu] Make sure qxl's vgamem is at least 48MB, ram at least 64MBSimon Rettberg2025-03-111-2/+29
|
* [qemu] javatool: Only enable virt-manager if explicitly enabledSimon Rettberg2024-12-101-2/+2
|
* [qemu] Completely disable looking-glassSimon Rettberg2024-11-081-0/+6
| | | | Fragile, too many moving parts.
* [qemu] Only enable looking-glass for windows 10/11 guestSimon Rettberg2024-10-293-13/+21
| | | | Closes #3967
* [qemu] Clean up SPICE transformationSimon Rettberg2024-10-291-17/+9Star
|
* [qemu] javatool: Add --validate option to check an xmlSimon Rettberg2024-10-232-0/+18
|
* [qemu] Fix concurrent modification errorSimon Rettberg2024-07-161-1/+2
|
* [qemu] Improve finding a fallback os machine type if no perfect matchSimon Rettberg2024-06-272-46/+58
|
* [qemu] Check for alternate way to make an EFI VMSimon Rettberg2024-06-271-1/+2
| | | | Fixes #3960
* Big round of cleanupSimon Rettberg2024-05-231-1/+1
| | | | | | | | | - Remove a lot of TODOs, either by fixing them or because they became irrelevant - Change all git:// to https:// - Move hwreport and hwinfo from /run to /run/openslx - Minor script style cleanups - Remove dead code and functions in various scripts
* [qemu] Use virt-manager if CoW admin/edit mode is activeSimon Rettberg2024-05-152-1/+12
|
* [qemu] Don't check for IOMMU if not using PCI passthroughSimon Rettberg2023-11-101-0/+3
|
* [qemu] java: Make pci passthrough generic, not just for nvidiaSimon Rettberg2023-07-264-69/+98
|
* [libvirt] Add support for CPU pinning, honor host's SMT topologySimon Rettberg2023-07-263-13/+89
| | | | | | 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 workaround for weird qemu crash with edk2 on AlderlakeSimon Rettberg2023-07-202-2/+68
| | | | ... at least one specific model with P and E cores ...
* [qemu] java: Don't throw away viewer output on crashSimon Rettberg2023-07-201-7/+9
|
* [qemu] Passthrough: Find free PCI slot on primary PCI busSimon Rettberg2023-06-261-0/+25
| | | | | | | | Explicitly assign a slot number on the primary PCI bus to the VGA card, otherwise the two functions of the GPU (gfx and sound) might end up in different slots or even on different buses, which might cause issues. We now put all parts of the GPU in one slot and copy the original function IDs.
* [qemu] Add missing fileSimon Rettberg2023-06-231-0/+50
|
* [qemu] Add option to edit XML before launchingSimon Rettberg2023-06-224-132/+58Star
| | | | | | | | 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-012-27/+6Star
|
* [qemu] maven: Switch to httpsSimon Rettberg2022-12-191-3/+3
|
* [qemu] Make AppTest.setUp() public to JUnit happySimon Rettberg2022-07-051-1/+1
|
* [qemu] Add device passthrough debug modeManuel Bentele2022-04-046-11/+91
|
* [qemu] Downgrade Maven assembly plugin for Java 8 compatibilityManuel Bentele2022-01-281-1/+1
|
* [qemu] Update log4j because of the CVE-2021-45105 security flawManuel Bentele2021-12-201-2/+2
|
* [qemu] Remove an unnecessary deprecation warning suppressionManuel Bentele2021-12-171-1/+0Star
|
* [qemu] Set Maven release version to Java 8Manuel Bentele2021-12-171-0/+2
|
* [qemu] Update version of build dependenciesManuel Bentele2021-12-171-8/+9
|
* [qemu] Update log4j because of the CVE-2021-45046 security flawManuel Bentele2021-12-171-2/+2
|
* [qemu] Update version of Maven build pluginsManuel Bentele2021-12-171-32/+9Star
|
* [qemu] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-154-15/+17
|
* [qemu] Move firmware loader lookup to master-sync-sharedManuel Bentele2021-11-3010-460/+16Star
|
* [qemu] Create missing ACPI OpRegion for GVT-g instance on UEFI machinesManuel Bentele2021-11-231-0/+11
|
* [qemu] Set number of CPU cores instead of CPU sockets for a VMManuel Bentele2021-11-162-3/+41
|
* [qemu] Mock Java file attribute access to fix CDROM transformation unit testManuel Bentele2021-11-114-13/+60
|
* [qemu] Enumerate target names of disk devices correctlyManuel Bentele2021-11-103-6/+9
|
* [qemu] Add automatic firmware path transformation for UEFI based VMsManuel Bentele2021-11-0915-10/+606
|
* [qemu] Start virt-manager without any forksManuel Bentele2021-10-121-2/+2
|
* [qemu] Fix invalid path for looking-glass-client to shm fileManuel Bentele2021-09-101-2/+2
|