xenadmin/XenModel/Actions
Mihaela Stoica dbdd3cc02c CA-157501: Fixing inconsistent GPU dialogs in XS "Standard" when compared with "Enterprise"
New properties:
- Pool.HasGpu = Pool has at least one PGPU
- Pool.HasVGpu = Pool has at least one PGPU that HasVGpu
- PGPU.HasVGpu = PGPU has at least one supported_VGPU_type that is not pass-through

New or modified helper functions:
- Helpers.GpuCapability = GPU feature not restricted (by licensing) and Pool.HasGpu
- Helpers.VGpuCapability = vGPU feature not restricted (by licensing) and Pool.HasVGpu
- Helpers.ClearwaterSp1OrGreater = API version is 2.1 or greater

The GPU dialogs are displayed as follows:
- GPU page on VM properties dialog: Visible only if VM.CanHaveGpu and the GPU feature not restricted (by licensing)
- GPU page on New VM Wizard: Visible only if VM.CanHaveGpu and the pool has GPU capability (Helpers.GpuCapability)
- GPU page on Pool properties dialog: Visible only if the pool has vGPU capability (Helpers.VGpuCapability)
- GPU tab: Visible only if the pool has GPU capability (Helpers.GpuCapability) and is Clearwater SP1 or greater
- On the GPU tab, the "Placement policy" panel: Visible only if the pool has vGPU capability (Helpers.VGpuCapability)
- On the GPU tab, the "Edit" button on the "vGPU types" panel: Visible only if the PGPU.HasVGpu and vGPU feature not restricted (by licensing)

Also:
- VM.CanHaveVGpu function renamed to CanHaveGpu
- On the GPU tab, renamed "Allowed vGPU types" to "vGPU types
2015-01-19 16:49:47 +00:00
..
AD CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DR CP-5750: Changed the declaration for the ActionBase events Completed, Changed and 2013-08-09 17:20:33 +01:00
Folders CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
GPU Missing license headers. 2013-11-14 12:59:08 +00:00
Host CA-152052: Fix the issue where the License Manager showed the wrong state when assigning/releasing license from pool 2014-11-24 16:57:42 +00:00
Message CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
Network CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
Perfmon CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
Pool CA-149811: End the connection to each slave after that host has joined the pool to prevent XenCenter showing connection lost alerts 2014-10-28 09:36:05 +00:00
Pool_Patch CA-147163: Non-modal hotfix upload progress dialog 2015-01-09 12:54:12 +00:00
SR CP-8547: Add button in XenCenter to initiate space reclamation on an SR: Changes following code review. 2014-06-24 14:48:31 +01:00
StorageLink CA-145254 Incorrect error message when try to create CIFS SR with invalid credentials 2014-09-05 16:23:22 +01:00
Updates CA-141389 Log all GET and POST calls 2014-08-07 16:23:06 +01:00
VBD CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
VDI [CA-112327] Fixed Bug in BatchingMigrateVirtualDiskManager class 2013-11-04 12:35:12 +00:00
VIF CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VM CA-157501: Fixing inconsistent GPU dialogs in XS "Standard" when compared with "Enterprise" 2015-01-19 16:49:47 +00:00
VMAppliances CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
VMPP CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
WLB CA-135563:WLB tab show error message after disable WLB using Read Only user 2014-05-16 14:14:27 +08:00
Action.cs CA-142249: Prevent an ArgumentOutOfRangeException in ActionProgressDialog by ignoring negative values in the action's PercentComplete property. 2014-08-12 09:46:45 +01:00
AsyncAction.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:40:26 +01:00
CancellingAction.cs CP-6093: Redesign of the CloseXenCenterWarningDialog to use the same controls as 2013-11-23 11:59:49 +00:00
DelegatedAsyncAction.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
GetDataSourcesAction.cs CP-6317: Importing from branch clearwater-ln. 2013-09-26 14:45:26 +01:00
MultipleAction.cs CA-147163: Non-modal hotfix upload progress dialog 2015-01-09 12:54:12 +00:00
MultipleActionLauncher.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ParallelAction.cs [CA-112327] Fixed Bug in BatchingMigrateVirtualDiskManager class 2013-11-04 12:35:12 +00:00
ProduceConsumerQueue.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
PureAsyncAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
SaveChangesAction.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
ZipStatusReportAction.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00