summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/runvirt-plugin-qemu/src
Commit message (Collapse)AuthorAgeFilesLines
* [qemu] Set cache mode=unsafe in non-persistent modeHEADmasterSimon Rettberg2026-01-273-9/+18
| | | | 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] 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
* [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-223-129/+55Star
| | | | | | | | 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] Make AppTest.setUp() public to JUnit happySimon Rettberg2022-07-051-1/+1
|
* [qemu] Add device passthrough debug modeManuel Bentele2022-04-046-11/+91
|
* [qemu] Remove an unnecessary deprecation warning suppressionManuel Bentele2021-12-171-1/+0Star
|
* [qemu] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-153-9/+11
|
* [qemu] Move firmware loader lookup to master-sync-sharedManuel Bentele2021-11-309-446/+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-113-13/+54
|
* [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-0914-10/+600
|
* [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
|
* [qemu] Fix invalid disk storage type for CDROMsManuel Bentele2021-09-103-20/+53
|
* [qemu] Fix invalid call of looking-glass-client in debug modeManuel Bentele2021-09-031-3/+4
|
* [qemu] Set default renderer for looking-glass-client to OpenGLManuel Bentele2021-09-031-2/+4
|
* [qemu] Fix path to shared memory file for looking-glass-clientManuel Bentele2021-09-031-2/+2
|
* [qemu] Print output of VM viewer into debug logManuel Bentele2021-09-021-0/+10
|
* [qemu] Shutdown VM if VM viewer dies and VM remains runningManuel Bentele2021-09-011-1/+10
|
* [qemu] Update params of documented looking-glass-client viewer callManuel Bentele2021-09-011-2/+2
|
* [qemu] Set listen address and port for looking-glass-clientManuel Bentele2021-09-013-0/+26
|