[PATCH] Add method provider registration for KVM_ComputerSystem

# HG changeset patch # User Zhengang Li <lizg@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@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

lizg@cn.ibm.com wrote:
# HG changeset patch # User Zhengang Li <lizg@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@cn.ibm.com>
diff -r 604bd97baadf -r 57d5360488f3 schema/ComputerSystem.registration
Thanks for catching this Zhengang. +1 -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com

ZL> # HG changeset patch ZL> # User Zhengang Li <lizg@cn.ibm.com> ZL> # Date 1204768763 -28800 ZL> # Node ID 57d5360488f3f6b8d0e4d76b1fe8d9567580c7b5 ZL> # Parent 604bd97baadf924a706cdfc99ad8bc4eb2e2a6db ZL> Add method provider registration for KVM_ComputerSystem Yikes! This was quite a silly omission. I've applied this. Thanks! -- Dan Smith IBM Linux Technology Center Open Hypervisor Team email: danms@us.ibm.com
participants (3)
-
Dan Smith
-
Kaitlin Rupert
-
lizg@cn.ibm.com