Commit Graph

524 Commits

Author SHA1 Message Date
bergware
f71f73d034 VMs: added lock/unlock for sortable items 2023-01-17 09:54:33 +01:00
SimonFair
75fbfd7f01 Fix for missing NIC option 2023-01-12 18:06:45 +00:00
bergware
d3b9d9dd1e VMs: fix translation omission 2023-01-08 19:13:33 +01:00
bergware
e8642cae5a update meta viewport for mobile devices 2023-01-08 16:25:43 +01:00
bergware
5333fa5194 VMs: fix translation omission 2023-01-08 12:39:31 +01:00
bergware
09ec1b06f6 Changed ID to CLASS for elements occurring more than once 2023-01-07 21:32:49 +01:00
bergware
d361550c0a Changed ID to CLASS for elements occurring more than once 2023-01-07 20:53:31 +01:00
Tom Mortensen
efc1d969b2 get rid of call to 'clearhistory' 2023-01-05 08:56:31 -08:00
tom mortensen
f3523bf1fa Merge pull request #1225 from bergware/master
Miscellaneous fixes
2022-12-30 14:04:15 -08:00
tom mortensen
ec9704c701 Merge pull request #1223 from SimonFair/VM-PHP8-additional-fixes
Add support for rtl8139 network model.
2022-12-30 13:58:34 -08:00
bergware
d5bd7f92a9 VMs: fix lockup when no VMs are present 2022-12-30 21:49:11 +01:00
SimonFair
fc29b58dea Add support for rtl8139 network model. 2022-12-27 19:37:24 +00:00
tom mortensen
508b9f6787 Merge pull request #1221 from SimonFair/VM-PHP8-additional-fixes
Additional VM Manager PHP fixes
2022-12-21 10:48:48 -08:00
SimonFair
03061e26f4 Update VMMachines.page 2022-12-20 12:41:32 +00:00
SimonFair
7ed6864efb Additional VM Manager PHP fixes
<?#$color = strpos($msg, "rror:")!==false ? 'red-text':'green-text'?> Still need to find a fix for this, but remarked out to get it working for now.
2022-12-19 17:22:14 +00:00
SimonFair
10b0a7b02b Merge remote-tracking branch 'upstream/master' into MemoryBacking-processing 2022-12-18 12:12:01 +00:00
SimonFair
d23e731ec6 Update Memory Backup processing forVirtiofs. 2022-12-18 12:03:35 +00:00
tom mortensen
92a4158f2a Merge pull request #1217 from SimonFair/Virtual-console-enable-copy-paste
Enable copy paste option for virtual consoles
2022-12-12 10:03:25 -08:00
SimonFair
b662cea439 Enable cope paste option for virtual consoles
If you enable copy paste you need to install additional software on the client in addition to the QEMU agent if that has been installed. https://www.spice-space.org/download.html is the location for spice-vdagent for both window and linux. Note copy paste function will not work with web spice viewer you need to use virt-viewer.
2022-12-11 11:18:16 +00:00
SimonFair
55258e7570 Fix for bus text. 2022-12-03 15:40:42 +00:00
SimonFair
34b7f64cfb Initial Fix
Create __construct() function.
Fix typo for macs should be $macs
Fix logfile size
Remove Bus, working on fix.
2022-12-03 14:45:47 +00:00
tom mortensen
362e9fd657 Merge pull request #1208 from SimonFair/Spice-fix-and-update-
Spice Bug fix for users with non standard GUI ports defined.
2022-11-28 09:54:41 -08:00
SimonFair
8b7f6b3b89 Fix help text. 2022-11-27 15:49:16 +00:00
SimonFair
7349bd6314 Bug fix for users with non standard GUI ports defined.
Change title to say VM name on host: x.x.x.x
2022-11-25 19:34:39 +00:00
SimonFair
63ad115195 Remove get_disk_stats_old function. 2022-11-25 18:25:00 +00:00
SimonFair
2f2d3931e2 Set serial to vdisk+index on create. 2022-11-25 15:32:16 +00:00
SimonFair
06df20c29a Add Serial option to vdisk 2022-11-25 07:15:38 +00:00
SimonFair
f17bf4b791 Change to use API
Change to use libvirt_domain_interface_addresses which has been available for a long time but was not documented in the API manual. Using this function stops tainted warnings being written to the log.

Domain id=4 is tainted: custom-ga-command will no longer be seen in the log.
2022-11-16 18:16:19 +00:00
tom mortensen
b3e63f5505 Merge pull request #1200 from SimonFair/Rename-VM-fix-and-add-Clone-VM-option-
Fix for VM Rename.
2022-11-15 11:38:31 -08:00
SimonFair
a9a213ab7a Fix for VM Rename, 2022-11-13 20:48:24 +00:00
SimonFair
984b64da51 Allow Network PCI devices to have boot order. 2022-11-12 11:20:48 +00:00
Tom Mortensen
e01a277bf6 remove 'x' bit from windows11.png file 2022-11-10 10:46:14 -08:00
SimonFair
f2f43c6d61 Add Nic boot order 2022-11-08 20:45:44 +00:00
SimonFair
a51508ea17 Change Share selection to map to values and not manual. 2022-11-05 12:48:25 +00:00
SimonFair
2e11b30d98 Set correct values when edit for USBBoot
Still need to add PCI type check.
2022-11-04 17:15:56 +00:00
SimonFair
9c2809bcb2 Disable input if set to USB Boot Yes 2022-11-02 12:35:18 +00:00
SimonFair
cfe2d8f6a6 Add Boot Order field clear if USB Boot selected. 2022-11-02 08:22:35 +00:00
tom mortensen
2316e554dc Merge pull request #1185 from SimonFair/Additional-boot-options-
Add boot order for USB and USB Boot option
2022-10-31 10:52:44 -07:00
SimonFair
c1775e571a Add boot order for USB and USBBoption
Add boot order field to USB devices
Add OS boot setting for USB Boot.
2022-10-30 15:43:11 +00:00
SimonFair
594f711c74 Fix conflict. 2022-10-29 11:49:26 +01:00
SimonFair
e75a0790c4 Merge remote-tracking branch 'upstream/master' into Fix-Vm-GUI-HyperV-option 2022-10-29 11:48:54 +01:00
SimonFair
826dcd0a89 Revert "Resolve Conflict"
This reverts commit 05d19e3a26.
2022-10-29 11:45:51 +01:00
SimonFair
05d19e3a26 Resolve Conflict 2022-10-29 11:42:35 +01:00
SimonFair
24e9149a03 Add start option with console 2022-10-29 11:37:24 +01:00
SimonFair
3c668e5b7d Code tidy 2022-10-28 14:24:31 +01:00
SimonFair
6dace82c6c Update HyperV Option changes. 2022-10-28 14:07:09 +01:00
SimonFair
9132a26063 Fix changing from passthru to custom CPU. 2022-10-28 11:04:29 +01:00
SimonFair
f7d3b31048 Code tidy. 2022-10-26 20:55:39 +01:00
SimonFair
ed25310da9 Test for guest agent
Test for guest agent to suppress error message in libvirt log.
Show text for guest not running or guest agent is not installed.
2022-10-26 20:14:40 +01:00
SimonFair
0b4bf38522 Fix Hotplug within Templates.
Change hotplug to remove #remove from usb vendor/product.
2022-10-26 20:12:44 +01:00