[PATCH 0 of 3] MigrationJob Indications
by Jay Gagnon
This set breaks CSMI into three indications that track the status of the migration job through its entire lifecycle.
There might be a few rough spots in the main patch here, as a seemingly innocuous typo turned into two days of sfcb debugging. As a result, I'm a bit sick of looking at this thing, so if you see something that's not finished product quality, please point it out. I think the overall approach is fairly sound, since it's a pretty straightforward problem.
16 years, 8 months
[PATCH 0 of 6] #3 - Adopt get_() common look and feel to DevicePool and Adopted interface changes to assocs
by Heidi Eckhart
Adopted the get_() function look and feel to the DevicePool provider.
Updated the association providers that uses these functions.
Diff to patch set 1:
- patch #1 (svpc_types) - add Resource Pool types to svpc_types.h and map existing types to
base resource types
- patch #2 (DevicePool) - implement configurable enum_pools() function; adopt resource types
- patch #6 (EAFP) - adopt resource types; validate client given device ref
- patch #7 (AC) - adopt DevicePool interface changes; updated NOT_FOUND error message to be
consistent with others
Diff to patch set 2:
- unified resource types to CIM_RES_TYPE_foo and adopted these changes to the providers
- fixed some style issues
Diff to patch set 3:
- moved adoption of new resource types CIM_RES_TYPE_foo into separate patch set
16 years, 8 months
[PATCH 00 of 10] #3 - Adopt get_() common look and feel to DevicePool and Adopted interface changes to assocs
by Heidi Eckhart
Adopted the get_() function look and feel to the DevicePool provider.
Updated the association providers that uses these functions.
Diff to patch set 1:
- patch #1 (svpc_types) - add Resource Pool types to svpc_types.h and map existing types to
base resource types
- patch #2 (DevicePool) - implement configurable enum_pools() function; adopt resource types
- patch #6 (EAFP) - adopt resource types; validate client given device ref
- patch #7 (AC) - adopt DevicePool interface changes; updated NOT_FOUND error message to be
consistent with others
Diff to patch set 2:
- unified resource types to CIM_RES_TYPE_foo and adopted these changes to the providers
- fixed some style issues
16 years, 8 months
[PATCH] Add method provider registration for KVM_ComputerSystem
by lizg@cn.ibm.com
# HG changeset patch
# User Zhengang Li <lizg(a)cn.ibm.com>
# Date 1204768763 -28800
# Node ID 57d5360488f3f6b8d0e4d76b1fe8d9567580c7b5
# Parent 604bd97baadf924a706cdfc99ad8bc4eb2e2a6db
Add method provider registration for KVM_ComputerSystem
It's schema change. Please redo the preuninstall/uninstall/install/postinstall after
applying this patch.
Signed-off-by: Zhengang Li <lizg(a)cn.ibm.com>
diff -r 604bd97baadf -r 57d5360488f3 schema/ComputerSystem.registration
--- a/schema/ComputerSystem.registration Wed Mar 05 07:02:25 2008 -0800
+++ b/schema/ComputerSystem.registration Thu Mar 06 09:59:23 2008 +0800
@@ -1,4 +1,4 @@
# Copyright IBM Corp. 2007
# Classname Namespace ProviderName ProviderModule ProviderTypes
Xen_ComputerSystem root/virt Virt_ComputerSystem Virt_ComputerSystem instance method
-KVM_ComputerSystem root/virt Virt_ComputerSystem Virt_ComputerSystem instance
+KVM_ComputerSystem root/virt Virt_ComputerSystem Virt_ComputerSystem instance method
16 years, 8 months
Patch set order
by Heidi Eckhart
Please apply in the following order:
[PATCH 00 of 10] #3 - Adopt get_() common look and feel to DevicePool
and Adopted interface changes to assocs
[PATCH 0 of 3] #2 - Add configurable enum_devices() to Device provider
and Adopt interface changes to SD & EAFP
[PATCH 0 of 5] Add configurable enum_rasds interface to RASD and Adopt
changes to assoc providers
[PATCH 0 of 3] Renamed device function for constistency with other providers
thanks ... Heidi
--
Regards
Heidi Eckhart
Software Engineer
IBM Linux Technology Center - Open Hypervisor
16 years, 8 months