| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [qemu] Remove obsolete test | Simon Rettberg | 2025-04-01 | 1 | -11/+0![]() | |
| | | ||||||
| * | [vmware17] Download doesn't return on error, no need to check | Simon Rettberg | 2025-04-01 | 2 | -2/+3 | |
| | | ||||||
| * | [inc/downloader] autoclone: Try github mirror on repeated failure | Simon Rettberg | 2025-04-01 | 1 | -6/+12 | |
| | | ||||||
| * | [vmware17] vmware downloads from softwareupdate.vmware.com went away :( | Simon Rettberg | 2025-03-31 | 2 | -42/+31![]() | |
| | | ||||||
| * | [slxlog] Allow 60k attachments | Simon Rettberg | 2025-03-31 | 1 | -2/+2 | |
| | | ||||||
| * | [qemu] Honor existing libvirt uuid, make system-uuid if applicable | Simon Rettberg | 2025-03-27 | 1 | -3/+33 | |
| | | ||||||
| * | [qemu] Honor SLX_PASSTHROUGH_USB_ID for USB autoconnect on startup | Simon Rettberg | 2025-03-27 | 4 | -6/+34 | |
| | | ||||||
| * | [run-virt] Conditionally pass through USB ethernet adapters | Simon Rettberg | 2025-03-27 | 1 | -2/+6 | |
| | | ||||||
| * | [qemu] Pass usb redir autoconnect to run-virt javatool (TBD) | Simon Rettberg | 2025-03-24 | 1 | -0/+5 | |
| | | ||||||
| * | [qemu] libvirtd isn't actually needed | Simon Rettberg | 2025-03-19 | 1 | -3/+1![]() | |
| | | ||||||
| * | [hardware-stats] Move log output line into place | Simon Rettberg | 2025-03-17 | 1 | -1/+1 | |
| | | ||||||
| * | [vmware-common] More log output in init script | Simon Rettberg | 2025-03-17 | 2 | -34/+17![]() | |
| | | ||||||
| * | [pam/pam-slx-plug] Update nsswitch template, make sure it's used | Simon Rettberg | 2025-03-17 | 2 | -8/+12 | |
| | | ||||||
| * | [qemu] vgamem needs to be power of two | Simon Rettberg | 2025-03-17 | 4 | -19/+38 | |
| | | ||||||
| * | [qemu] Remove os loader tag if firmware=efi | Simon Rettberg | 2025-03-12 | 1 | -0/+11 | |
| | | ||||||
| * | [qemu] Add test case | Simon Rettberg | 2025-03-11 | 2 | -2/+12 | |
| | | ||||||
| * | [qemu] Make sure qxl's vgamem is at least 48MB, ram at least 64MB | Simon Rettberg | 2025-03-11 | 1 | -2/+29 | |
| | | ||||||
| * | [run-virt] Trim leading/trailing spaces from fields in shares.dat | Simon Rettberg | 2025-03-10 | 2 | -14/+24 | |
| | | | | | Closes #3976 | |||||
| * | [hardware-stats] Use optimistic space calc to drop grow-rootfs dep | Simon Rettberg | 2025-02-28 | 2 | -2/+1![]() | |
| | | | | | | | | | | | grow-rootfs might take a while. Use the newly introduced --optimistic option to fs_path_space so it will consider the size of the underlying device when reporting the size and available space, instead of what the fileystem itself reports. This is so that when we're still resizing the partition (which can take about 10 seconds on some systems), we will already get a somewhat correct estimate. Since this is just for display in slx-admin, nothing crocial depends on it. | |||||
| * | [debug-report-bwlp] Include libvirt logs | Steffen Ritter | 2025-02-28 | 1 | -1/+2 | |
| | | | | | refs:#3966 | |||||
| * | [qemu] Save libvirt-xml | Steffen Ritter | 2025-02-27 | 2 | -1/+11 | |
| | | | | | | | | | | Copy the file which comes from dmsd to a place like the other hypervisor runvirt-plugins do. Also this place don't get wiped in case of failure. And output the transformed xml by the runvirt-plugin-qemu which is finally used by qemu | |||||
| * | [run-virt] Do IP filtering in parallel to dns-level blocking | Simon Rettberg | 2025-02-12 | 6 | -88/+181 | |
| | | ||||||
| * | [iptables-helper] Modularize more default rules | Simon Rettberg | 2025-02-12 | 4 | -0/+58 | |
| | | ||||||
| * | [pvs2] Stricter firewall rules in exam mode | Simon Rettberg | 2025-02-04 | 1 | -3/+20 | |
| | | ||||||
| * | [pam-slx-plug] Always use /bin/bash as user shell | Simon Rettberg | 2025-02-03 | 1 | -0/+1 | |
| | | ||||||
| * | [pam-slx-plug] Support "external" sssd domains | Simon Rettberg | 2025-01-29 | 1 | -0/+13 | |
| | | ||||||
| * | [run-virt] Fix stupid copy paste error :/ | Simon Rettberg | 2025-01-23 | 1 | -1/+1 | |
| | | ||||||
| * | [libvirt-src] Bump to 11.0.0 | Simon Rettberg | 2025-01-23 | 2 | -1/+2 | |
| | | ||||||
| * | [virt-manager] Bump to 5.0.0 | Simon Rettberg | 2025-01-23 | 3 | -6/+12 | |
| | | ||||||
| * | [virt-viewer] Make version configurable | Simon Rettberg | 2025-01-22 | 1 | -1/+1 | |
| | | ||||||
| * | [libvirt-src] Make version configurable | Simon Rettberg | 2025-01-22 | 1 | -1/+1 | |
| | | ||||||
| * | [nvidia-common] Work around NVIDIA being funny | Simon Rettberg | 2025-01-15 | 1 | -0/+2 | |
| | | ||||||
| * | [run-virt] pwdaemon: Don't prefix UPN with DOMAIN\ | Simon Rettberg | 2025-01-15 | 1 | -1/+7 | |
| | | ||||||
| * | [vmware12] Make sure directory exists, handle error | Simon Rettberg | 2025-01-15 | 1 | -1/+2 | |
| | | ||||||
| * | [nvidia-common] Update local download url | Simon Rettberg | 2024-12-11 | 1 | -1/+1 | |
| | | ||||||
| * | [hardware-stats] Report firmware type | Simon Rettberg | 2024-12-11 | 1 | -0/+5 | |
| | | ||||||
| * | qemu: Switch back to mainline virt-viewer, fork too unstable | Simon Rettberg | 2024-12-11 | 1 | -1/+1 | |
| | | ||||||
| * | [qemu] javatool: Only enable virt-manager if explicitly enabled | Simon Rettberg | 2024-12-10 | 1 | -2/+2 | |
| | | ||||||
| * | [virt-viewer-video] Fix build (messy) | Simon Rettberg | 2024-12-10 | 2 | -22/+21![]() | |
| | | ||||||
| * | [virt-viewer-video] Add forked virt-viewer with video streaming | Simon Rettberg | 2024-12-09 | 4 | -1/+115 | |
| | | ||||||
| * | [pvs2] Diable low ram warning popup in dedicated mode | Simon Rettberg | 2024-12-03 | 1 | -0/+5 | |
| | | ||||||
| * | [hardware-stats] Guard against race conditions regarding standby | Simon Rettberg | 2024-12-03 | 3 | -6/+34 | |
| | | | | | | | Don't update runstate while entering/leaving standby, don't send standby updates while shutting down, wait for completing resume action before sending shutdown notification. | |||||
| * | kernel: iTCO watchdog seems buggy on several devices, disable | Simon Rettberg | 2024-11-30 | 1 | -0/+3 | |
| | | | | | | | | | | Observed on multiple devices that the iTCO watchdog does nothing on timeout, and echoed on the web in places like: https://community.intel.com/t5/Processors/Using-linux-iTCO-wdt-driver-on-i3-7100/m-p/1126815 Just rely on the softdog primarily, or more "enterprisey" solutions as found in servers (to be tested regarding reliability). | |||||
| * | kernel: Disable AMT watchdog (mei_wdt), buggy after standby | Simon Rettberg | 2024-11-29 | 1 | -0/+1 | |
| | | | | | | iTCO_wdt seems the one we actually want, but if mei_wdt registers first, this is what will be /dev/watchdog0, i.e. the default for systemd. | |||||
| * | [vmware-common] Use alternate method to capture mouse on startup | Simon Rettberg | 2024-11-22 | 1 | -4/+15 | |
| | | | | | | | | The old method of sending Ctrl-G to vmware seems wonky on newer VMware versions: Sometimes, the guest OS receives a never-ending stream of G keypresses, until you press G on the keyboard. Try to capture the mouse by simulating a mouseclick instead. | |||||
| * | [kiosk-chromium/kiosk-firefox] Add log messages to preload scripts | Simon Rettberg | 2024-11-22 | 2 | -4/+17 | |
| | | ||||||
| * | [kiosk-chromium] Preload: Simply use cat | Simon Rettberg | 2024-11-22 | 1 | -2/+2 | |
| | | ||||||
| * | [kiosk-firefox] Fix copy/paste error in preload script | Simon Rettberg | 2024-11-22 | 1 | -1/+1 | |
| | | ||||||
| * | [run-virt] fw: If unable to redirect ipv6 dns, block entirely | Simon Rettberg | 2024-11-22 | 1 | -2/+5 | |
| | | ||||||
| * | [kiosk-common] Make sure browsers (firefox) start maximized | Simon Rettberg | 2024-11-18 | 1 | -119/+4![]() | |
| | | ||||||

