summaryrefslogtreecommitdiffstats
path: root/core/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* [system-tweaks] Move a few more specific things to bwlp-stage4-tweaksSimon Rettberg2023-08-024-0/+0
|
* Add more log output to a couple of systemd startup scriptsSimon Rettberg2023-07-273-5/+35
|
* [qemu] java: Make pci passthrough generic, not just for nvidiaSimon Rettberg2023-07-264-69/+98
|
* [libvirt-python/libvirt-src] Bump libvirt versionSimon Rettberg2023-07-262-2/+2
|
* [libvirt] Add support for CPU pinning, honor host's SMT topologySimon Rettberg2023-07-264-15/+101
| | | | | | 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] Tweak Alderlake stuff againSimon Rettberg2023-07-251-1/+1
|
* [qemu] Greatly simplify Alderlake workaroundSimon Rettberg2023-07-251-51/+1Star
|
* [vmware-common] Polish xscreensaver ungrab hook a bit, avoid OfficeKeySimon Rettberg2023-07-211-8/+8
| | | | | | Let's click on the (hopefully empty) desktop after hiding VMware to release the mouse grab, instead of sending the VMware release key-combo, which also is the "Office Key" on Windows 10.
* [vbox-src] Add xscreensaver ungrab hook for VirtualBoxSimon Rettberg2023-07-211-0/+30
|
* [qemu] Add workaround for weird qemu crash with edk2 on AlderlakeSimon Rettberg2023-07-203-2/+141
| | | | ... 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
|
* [run-virt] Linux scripts: demo user mount non-home shares, some speedup doneChristian Rößler2023-07-113-40/+46
|
* [remote-access] Move VNC script to separate fileSimon Rettberg2023-07-042-151/+156
|
* [remote-access] Try to use https for sat commsSimon Rettberg2023-07-041-1/+7
|
* [debug-report-bwlp] Add lsiommuSimon Rettberg2023-06-272-0/+27
|
* [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] Fix var typoSimon Rettberg2023-06-261-1/+1
|
* [qemu] Add missing fileSimon Rettberg2023-06-231-0/+50
|
* [qemu] Add option to edit XML before launchingSimon Rettberg2023-06-225-132/+62Star
| | | | | | | | 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
* [run-virt] Redirect entire VIRTCMD output (+stderr)Simon Rettberg2023-06-221-1/+1
|
* [dhcpc-busybox] More DHCP hostname shenanigansSimon Rettberg2023-06-211-17/+24
|
* [dhcpc-busybox] hostname fallback: Try harderSimon Rettberg2023-06-211-8/+16
|
* [run-virt] Little bugfix linux scripts sound mute functionChristian Rößler2023-06-141-2/+2
|
* [run-virt-docker] Don't restart dockerd if not already runningSimon Rettberg2023-06-071-3/+3
|
* [run-virt] Don't run DHCPd config generator/restarter unless we support ↵Simon Rettberg2023-06-061-1/+5
| | | | running VMs at all
* [remote-access/tigervnc] tigervncpasswdSimon Rettberg2023-06-054-16/+2Star
|
* [vmware17] 17.0.2Simon Rettberg2023-06-051-1/+1
|
* [run-virt] Make sure cleanexit is not run from subshellSimon Rettberg2023-06-052-1/+13
|
* [run-virt] Start fspanel after WM, refine traps in subshellSimon Rettberg2023-06-051-8/+14
|
* [printergui] Log error via writelog instead of slxlogSimon Rettberg2023-06-051-3/+6
|
* [x11vnc/tigervnc] Seems we shouldn't remove something still in useSimon Rettberg2023-06-0510-12/+61
| | | | | | | | PVS2 is still using x11vnc for screen scraping, so maybe removing that when we moved to tigervnc for remte access wasn't such a great idea. Maybe, some day in the future, PVS2 will be extended so it can use either server.
* [remote-access] Look for proper port(s) when checking activitySimon Rettberg2023-06-051-1/+1
|
* [run-virt] Add optional debug spam to safesource and friendsSimon Rettberg2023-06-021-6/+10
|
* [run-virt] Log which download method was usedSimon Rettberg2023-06-021-1/+4
|
* [run-virt] Add -Simon Rettberg2023-06-021-1/+1
|
* [run-virt] Don't logspam if not using custom resource URLsSimon Rettberg2023-06-021-9/+17
|
* [remote-access] Fix ~Simon Rettberg2023-05-171-3/+1Star
|
* [remote-access] FIX SCRIPTSimon Rettberg2023-05-171-2/+2
|
* [x11vnc] tiger* might be a better match...Simon Rettberg2023-05-172-2/+2
|
* [x11vnc] Add tightvncpasswd for vncpasswdSimon Rettberg2023-05-173-0/+3
|
* [remote-access] Use tigervncSimon Rettberg2023-05-175-31/+51
|
* [run-virt/fspanel] Launch fspanel with VM sessions for easier recoverySimon Rettberg2023-05-155-52/+93
| | | | | | | If a user somehow manages to minimize the VM, they might not know what to do to recover the window (Alt-Tab *should* work, but maybe sometimes doesn't). Having a simple taskbar that displays the minimized VM window should help them recover the session and not panic.
* [dnbd3-proxy-mode] Dynamic deletion delay based on RTCSimon Rettberg2023-05-081-2/+14
| | | | | | | | If the proxy is being started up mid-day, it might be undesired to have it wait for 18 hours before deleting old images. This might mean we don't have a good idea which image has been unused longest, but it's better to delete *some* unused image than just not replicating any images at all.
* [lightdm-greeter-bwlp/xorg] Fix: lightdm restarts on failed authSimon Rettberg2023-05-034-2/+16
|
* [looking-glass-client] Update to B6Simon Rettberg2023-04-253-16/+21
|
* [looking-glass-client] Update to B6Simon Rettberg2023-04-251-1/+1
|
* [qemu] Only attach parallel port if writable by userSimon Rettberg2023-04-111-1/+2
|
* [qemu] Only attach serial port if writable by current userSimon Rettberg2023-04-111-1/+2
|
* [vbox-src] Always disable 3D for now because it's brokenSimon Rettberg2023-04-031-0/+3
| | | | | | | With the 7.x series, so far we had very little luck using the much improved 3D acceleration. With outdated guest additions, the VM just bluescreens, with the current ones, you get nonsensical error messages, empty message boxes, and lockups at the windows destop.
* [vbox-src] conf: Add vnc dev package, sort listSimon Rettberg2023-03-312-18/+20
|