Commit Graph

118 Commits

Author SHA1 Message Date
tom mortensen 32ff144399 Merge pull request #2235 from bergware/master
Miscellaneous fixes and updates
2025-06-08 11:11:28 -07:00
SimonFair ff0b8846e7 Revert "Add virbr to list"
This reverts commit 5ac98519b5.
2025-06-08 09:42:48 +01:00
SimonFair b8144bb85e Revert "remove duplicate virbr0"
This reverts commit 7b57860252.
2025-06-08 09:42:35 +01:00
bergware 7c485bae57 VMs: fix multiple virbr interfaces may exist 2025-06-07 12:38:02 +02:00
SimonFair 7b57860252 remove duplicate virbr0 2025-06-07 09:01:43 +01:00
SimonFair 5ac98519b5 Add virbr to list 2025-06-07 08:25:56 +01:00
SimonFair 44a3388268 Update libvirt_helpers.php 2025-06-05 13:38:58 +01:00
SimonFair 9736e09824 MAC Address option and ZFS ref link 2025-06-03 17:29:04 +01:00
SimonFair 3a389133be Initial Commit for Virtual sound cards.
Testing + Helptext still to be completed.
2025-04-13 20:02:27 +01:00
SimonFair 65e06ee572 Fix: Clone if driver is QXL.
Fix:  PHP Errors and code tidy.
2025-02-18 17:14:29 +00:00
SimonFair b8442377e1 Fix: PHP Fixes
Revert style element in VM Template
Clone Logging/debug file
2025-02-17 19:06:40 +00:00
SimonFair b5545c18f2 Fix: PHP fixes
Update xmlns to include http://unraid
Fixes for php
2025-02-14 18:51:43 +00:00
bergware 234d38027b VM: make reference to interface instead of vhost
This requires users to update their VM settings and use the interface name instead of the vhost name as network source.

This brings VMs inline with Docker which also shows the interface name for custom networks
2025-02-11 23:10:28 +01:00
bergware a1e0672d44 Revamped VM page styling 2025-02-09 16:55:32 +01:00
bergware 66db975bd8 Code style alignment
- Replace leading spaces by tabs
- Same indentation for all functions
- Remove trailing spaces / tabs
- Remove spaces in concatenation strings
- Only style adjustments, no code changes
2025-02-08 10:09:19 +01:00
SimonFair 30e84566f7 Remove Custom CPU update code. 2025-01-29 22:55:00 +00:00
SimonFair f9ce52faaf Custom CPUs 2024-12-21 16:15:15 +00:00
SimonFair f4bda545c9 Add Display Options 2024-12-20 19:59:59 +00:00
SimonFair 19361f0b4d Initial Commit
Templates Export/Import
Changes for virgl(Virtio3d)
Bios flag.
2024-12-14 10:29:43 +00:00
Squidly271 002d8d9255 Update libvirt_helpers.php 2024-11-02 12:16:56 -04:00
SimonFair ecb8a8dac2 Additional logging to clones and fix check boxes. 2024-10-19 16:48:09 +01:00
SimonFair ed7219d9c7 Add virtio gpu option. 2024-10-06 11:29:57 +01:00
SimonFair 082d7d842b Revert "Add virtio gu(2d) as an option of template."
This reverts commit 9a502776a1.
2024-10-06 11:26:34 +01:00
SimonFair 9a502776a1 Add virtio gu(2d) as an option of template. 2024-10-06 11:17:19 +01:00
SimonFair 00b1f77742 ZFS fixes 2024-08-29 17:45:00 +01:00
SimonFair b56f3e529c Add Discard option. 2024-08-17 00:34:52 +01:00
SimonFair 2ae85fdd31 Add unmap on VM change. 2024-08-15 22:36:15 +01:00
SimonFair 32bb9bb6d9 Add ZFS Checking
This will check VM name does not include characters that are not valid for ZFS.
Existing VMs are not modified but will throw error and disable update if invalid characters are found.
2024-08-12 17:18:28 +01:00
SimonFair fac92be4d4 Fix memory Stats in VM Usage.
Three columns inuse/Current/Maximum
2024-07-19 14:21:09 +01:00
SimonFair c0d4e1de1b Support Blockpull and Blockcommit for stopped VMs. 2024-07-07 14:57:04 +01:00
SimonFair 3fdcbf125d PHP Fixes and opentab for VM URL 2024-06-27 20:17:05 +01:00
tom mortensen 419b9a77e6 Merge pull request #1752 from SimonFair/WebUI
Add nogpu option.
2024-06-04 14:18:35 -07:00
SimonFair cfa1ec4860 Add nogpu 2024-06-04 17:39:15 +01:00
tom mortensen 955ba7f0a6 Merge pull request #1750 from SimonFair/WebUI
Create WebUI option in VM Template.
2024-06-03 13:13:34 -07:00
SimonFair b35ce11344 Change get VM IP to a function. 2024-06-02 15:06:11 +01:00
tom mortensen a823ecf79c Merge pull request #1706 from SimonFair/New-VM-interface
New vm interface template with inline xml view
2024-05-30 12:50:12 -07:00
SimonFair e6ff7a5d7f Updates 2024-05-27 10:43:27 +01:00
SimonFair 4fcf899c5a Merge remote-tracking branch 'upstream/master' into New-VM-interface 2024-05-27 09:12:12 +01:00
SimonFair d9325649bb Create error message for ZFS with no memory dunp. 2024-05-27 08:59:40 +01:00
SimonFair efd598c8f8 Fix templates broken by evdevs. 2024-05-25 19:56:43 +01:00
SimonFair f76337c97f Update VMs to use my_mkdir 2024-05-23 21:43:52 +01:00
SimonFair 6938fbb992 Update libvirt_helpers.php 2024-05-22 17:19:28 +01:00
SimonFair 8d1478a06e Merge remote-tracking branch 'upstream/master' into New-VM-interface 2024-05-22 13:44:15 +01:00
SimonFair 964d083551 Updates 2024-05-22 13:36:35 +01:00
SimonFair 3e37b4a27d Fix for snapshot removal if active volume and vm has spaces in name. 2024-05-20 17:20:14 +01:00
SimonFair 215d16af41 Set error if trying to clone VM with snaps. 2024-05-19 16:21:36 +01:00
SimonFair ab41b013e2 Fixes for exclusive shares for VM Clone. 2024-05-18 16:04:40 +01:00
SimonFair d6eb51f502 Add logging for Revert and Snapshot. 2024-05-17 19:04:46 +01:00
SimonFair b4a3a90a46 Add evdev passthru. 2024-05-06 20:44:44 +01:00
SimonFair 71f99155b8 Merge remote-tracking branch 'upstream/master' into XML-Windows-Size 2024-04-27 10:09:06 +01:00