Commit Graph

248 Commits

Author SHA1 Message Date
SimonFair 108c27c8ad Code clean up and second set of buttons after advanced options 2023-11-05 16:29:00 +00:00
SimonFair 8f1fa9de6d Change timer defaults for new VM if hyperv changes 2023-11-05 15:45:33 +00:00
SimonFair ea6500ae35 Add timer support 2023-11-05 14:02:38 +00:00
SimonFair a18a6032fd Update get Clock function 2023-11-04 20:23:03 +00:00
SimonFair 21c8d79c71 Fix QEMU args value 2023-11-04 11:45:39 +00:00
SimonFair f725ea1acd Update libvirt_helpers.php 2023-11-04 11:38:07 +00:00
SimonFair b6ff572965 Merge remote-tracking branch 'upstream/master' into QEMU-Cmdline-and-Clocks 2023-11-04 11:35:38 +00:00
SimonFair e0a55a18be Add QEMU args Support 2023-11-04 11:32:15 +00:00
SimonFair 9f39b162d0 Add QEMU arg Support 2023-11-04 11:31:46 +00:00
tom mortensen 019a3028d6 Merge pull request #1483 from SimonFair/VM-template-enhancements-for-Windows-VMs
Additional multifunction changes
2023-10-30 09:47:00 -07:00
SimonFair b10bceac79 Additional multifunction changes
Slot has to be > 1 for pc and 0 for q35
2023-10-29 17:29:32 +00:00
tom mortensen 00a0087d2b Merge pull request #1482 from SimonFair/VM-template-enhancements-for-Windows-VMs
Fix to multifunction which fails with non zero slot on beta21
2023-10-28 14:03:06 -07:00
SimonFair ce53616c6b Fix to multifunction which fails with non zero slot on beta21 2023-10-28 21:42:25 +01:00
tom mortensen 66b458e53a Merge pull request #1474 from SimonFair/VM-template-enhancements-for-Windows-VMs
VM  template enhancements for windows vms
2023-10-28 09:15:17 -07:00
SimonFair 7663e0ca68 Fix errors in VS 2023-10-28 13:39:52 +01:00
bergware c9b86b8853 Copyright update 2023-10-26 17:14:53 +02:00
bergware de4aa58e2a Copyright update 2023-10-26 17:04:48 +02:00
bergware ceeb125ba9 Use "null coalescing assignment" operator for $docroot 2023-10-26 14:00:15 +02:00
bergware a671e237a0 VM machines: add translation 2023-10-26 02:52:44 +02:00
bergware de4e0f1e14 VM manager: display and dialog fixes 2023-10-25 22:57:19 +02:00
bergware 39faad3430 VM manager: display and dialog fixes 2023-10-25 22:53:00 +02:00
bergware 9bd92dca96 VM manager: display and dialog fixes 2023-10-25 22:50:25 +02:00
bergware 6734542fac VM manager: display and dialog fixes 2023-10-25 22:48:39 +02:00
bergware cb27feffd6 VM machines: fix ISOs dialog 2023-10-25 19:23:01 +02:00
bergware 6d20bdc430 Make dialog window appearance more consistent 2023-10-25 18:50:51 +02:00
SimonFair c9b8d13261 Update libvirt.php 2023-10-21 15:58:09 +01:00
SimonFair 1ba8f32464 Add hypeclock for windows machines 2023-10-21 14:58:40 +01:00
SimonFair f86df19b7d Add migratable help text. 2023-10-21 11:55:58 +01:00
SimonFair b04b5d3519 Add option to set cpu migration
Support is only on host passthrough not custom.
2023-10-21 10:54:15 +01:00
SimonFair 7b181bd71a Add cpumigrate field 2023-10-20 18:31:07 +01:00
SimonFair daf3393398 Additional VM Manager Changes 2023-10-19 21:00:34 +01:00
SimonFair 2d21f674ff Show all graphics cards
Add IP addresses to title on name.
2023-10-18 23:02:50 +01:00
tom mortensen 2f8b0f4ce3 Merge pull request #1464 from SimonFair/Vm-Multifunction-support
VM multifunction support
2023-10-17 10:14:00 -07:00
SimonFair 8fc34e3f4a Add PCI Other multifunction support. 2023-10-16 20:42:36 +01:00
bergware ddf80158a9 VMsettings: fix typo 2023-10-16 18:27:54 +02:00
SimonFair bde58c0298 Revise processing 2023-10-16 13:24:54 +01:00
bergware dab8b99c9c minor syntax update 2023-10-16 12:18:57 +02:00
tom mortensen e7abf704c5 Merge pull request #1462 from bergware/master
Miscellaneous updates and fixes
2023-10-15 14:24:33 -07:00
bergware 646314051b Minor code cleanup 2023-10-15 16:34:35 +02:00
bergware 9d788f010f VM snapshot: updated remove dialog 2023-10-15 16:29:07 +02:00
bergware 903a630fd0 VM snapshot: updated remove dialog 2023-10-15 16:27:55 +02:00
bergware 5d6cbbd3a6 Dialog window: adjust height 2023-10-15 16:22:30 +02:00
bergware b2fcdf1d32 VM menu: add space in text 2023-10-15 16:05:57 +02:00
bergware ef26fb3f57 Revert "VM manager: minor icon update"
This reverts commit ab661ccc06.
2023-10-15 15:50:53 +02:00
bergware ab661ccc06 VM manager: minor icon update 2023-10-15 15:47:08 +02:00
SimonFair 43465bfd35 Disable input if Virtual.
Add Support for OtherPCI Devices
2023-10-15 11:16:20 +01:00
SimonFair b4bd84cd03 Update libvirt.php 2023-10-14 23:48:43 +01:00
SimonFair 83d02ea7ff Initial commit of multifunction support
Need to remove option for virtual gpus.
2023-10-14 23:46:31 +01:00
bergware 202cb8c222 Move inline styling in page files to dedicated css files
Instead of styling defined inside a page file, these settings are now kept in a dedicated css file. This has several advantages:

- It comes much easier to maintain styling, all css files are easy to find and update
- Browser can cache css files, which may improve page loading time
- Separate theme css files exist, no more need to make selection by coding

- This PR is a 1-to-1 move of existing inline styling to css files
- In future more optimization can be made by consolidating css files
2023-10-14 19:02:35 +02:00
bergware aef7b4c012 VMs: add missing space in text 2023-10-14 14:02:22 +02:00