Commit Graph

52 Commits

Author SHA1 Message Date
SimonFair
511a2093be Fix for Spice Mouse if Copy paste enabled. 2023-02-04 09:22:28 +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
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
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
SimonFair
f2f43c6d61 Add Nic boot order 2022-11-08 20:45:44 +00: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
4fd4386cf0 Add boot order for NVME PCI devices type 0108
Add boot order for NVME PCI
2022-10-11 17:23:47 +01:00
tom mortensen
286ea13767 Merge pull request #1148 from SimonFair/SpiceHTMLClient
Spice html client in addition to VNC
2022-09-27 12:22:24 -07:00
SimonFair
10df2460a8 Update for Windows
Remove 9P option for Windows.
Update XML if virtiofs and Windows in addition to Linux.
2022-09-25 17:22:48 +01:00
SimonFair
ce58b56c36 Update GUI Options
Include 9P and Virtiofs
Memory backing Needs to be reviewed.
2022-09-24 21:56:49 +01:00
SimonFair
a2265ef9dc Add startupPolicy to Custom.form 2022-09-19 16:39:07 +01:00
SimonFair
cd3bdde293 Fix no cdrom boot order and update ELEC templates to set boot order = 1 2022-09-10 16:39:20 +01:00
SimonFair
f710765003 Enable Update of Boot Order in GUI Template. 2022-09-10 13:42:19 +01:00
SimonFair
b3fe8659fe VM Manager updates
Add option to eject and insert CD ISOs on VM Machines page
Add boot order on VM Machines page
2022-08-23 18:00:58 +01:00
SimonFair
d150e3ea7f Add display only initially. 2022-08-20 16:14:21 +01:00
SimonFair
717ee6c647 Add autoport and ports Add password prompt
Revert change to not update manual ports as now in GUI.
2022-08-13 17:02:38 +01:00
SimonFair
b883da15fa Change to text and field names
Use Virtual Console as text
Add ports view only on Template
Use VMRC for field names and new functions.
2022-08-12 15:00:10 +01:00
SimonFair
7f3584061a Add autoport processing. 2022-08-05 08:36:04 +01:00
SimonFair
dfb068bc3e GUI Updates. 2022-08-04 22:36:49 +01:00
SimonFair
7e350c692b Update GUI Pages and processors 2022-08-04 20:53:50 +01:00
SimonFair
5d7d77ad4f Update to GUI 2022-08-04 18:11:36 +01:00
tom mortensen
8f58f7fddd Merge pull request #972 from F4IL3D/libvirt_network
feat: make libvirt networks accessible via gui
2022-05-26 13:45:17 -07:00
SimonFair
439c47c942 Show IP on VM Manager VM Page 2022-04-03 12:12:16 +01:00
Christoph
702ab2d92e fixed OVMF & OVMF-TPM NVRAM file removal on change 2021-10-16 10:46:21 +02:00
Eric Schultz
db2efa2dbb improve ovmf-tpm xml support 2021-10-14 13:23:28 -07:00
F4IL3D
7f80367fd5 feat: make libvirt networks accessible via gui 2021-10-12 18:36:38 +02:00
Christoph
32b15d1916 fix for TPM
Added persistent_state flag to TPM section to keep Bitlocker in working state even after a reboot from the host
2021-09-28 14:24:31 +02:00
ich777
0a627d37fa added Windows 11 template and OVMF TPM 2021-09-27 18:49:27 +02:00
bergware
3f1f93451b Initialize variables properly with array values 2021-06-03 06:13:32 +02:00
bergware
ac59bc145b VM manager: new setting "Network Model" 2020-07-23 09:49:33 +02:00
bergware
6996a8758a VMs: change default network model to virtio-net 2020-04-23 09:20:36 +02:00
Eric Schultz
0f94acd8fb VMs: enable cpu cache passthrough; AMD + multithreaded 2020-02-10 04:35:23 -06:00
Eric Schultz
bf78f59d75 Dont force single threaded VMs for AMD 2020-02-10 04:09:27 -06:00
bergware
204d9fb25c Copyright year update 2018-12-25 10:28:59 +01:00
bergware
eff9b2abde Copyright year update 2018-12-25 10:05:54 +01:00
Tom Mortensen
2694bc40e0 VM manager: fixed: set memballoon model='none' if any PCI device passthrough configured 2018-11-07 08:31:59 -08:00
bergware
181a30ae9a Small update to libvirt.php for XML settings consistency 2018-08-13 23:19:38 +02:00
Eric Schultz
3a36536484 VM Manager: Allow USB3 controllers to have 15 ports by default instead of 4 2018-04-19 09:01:07 -05:00
Eric Schultz
51d237a710 VMs: allow SCSI bus type selection for disks and cdroms 2018-04-06 07:44:14 -05:00
Eric Schultz
cfe3259020 VM Edit: basic/advanced view toggle replaced with form/xml view 2018-03-09 16:46:53 -06:00
Eric Schultz
61b5b5ce8d VM Edit: allow specifying ROM BIOS for Graphics Cards 2018-03-08 02:57:28 -06:00