From deeptik at linux.vnet.ibm.com Fri Aug 6 12:46:28 2010 From: deeptik at linux.vnet.ibm.com (Deepti B. Kalakeri) Date: Fri, 06 Aug 2010 05:46:28 -0700 Subject: [Libvirt-cim] [PATCH] [TEST] Fixing the VSMS/28*py syntax error Message-ID: <96d09403ca73d1416c08.1281098788@elm3b151.beaverton.ibm.com> # HG changeset patch # User Deepti B. Kalakeri # Date 1281098750 25200 # Node ID 96d09403ca73d1416c08f631899a4a99fa680b4d # Parent 5a0cbe707ba9daa7a98b4db6cebf6f908e6f3412 [TEST] Fixing the VSMS/28*py syntax error. Tested has been verified with KVM Libvirt-CIM Sources. Signed-off-by: Deepti B. Kalakeri diff -r 5a0cbe707ba9 -r 96d09403ca73 suites/libvirt-cim/cimtest/VirtualSystemManagementService/28_definesystem_with_vsi_profile.py --- a/suites/libvirt-cim/cimtest/VirtualSystemManagementService/28_definesystem_with_vsi_profile.py Thu Jul 29 11:22:22 2010 -0400 +++ b/suites/libvirt-cim/cimtest/VirtualSystemManagementService/28_definesystem_with_vsi_profile.py Fri Aug 06 05:45:50 2010 -0700 @@ -143,7 +143,7 @@ return PASS - do_main(sup_types) + at do_main(sup_types) def main(): options = main.options server = options.ip From cvincent at linux.vnet.ibm.com Wed Aug 11 15:19:53 2010 From: cvincent at linux.vnet.ibm.com (Chip Vincent) Date: Wed, 11 Aug 2010 11:19:53 -0400 Subject: [Libvirt-cim] [PATCH] Include stat.h In-Reply-To: References: Message-ID: <4C62BF99.80901@linux.vnet.ibm.com> +1 I missed this one somehow. Changed has been pushed. Sharad Mishra wrote: > # HG changeset patch > # User Sharad Mishra > # Date 1274737698 25200 > # Node ID db79e8c20f6217503c7152186fd37751da9ce9ec > # Parent 19ce54b3c16676a443c5df53562b0d67294dc04c > Include stat.h > > This file should be included to support *stat* functions. > > Signed-off-by: Sharad Mishra > > diff -r 19ce54b3c166 -r db79e8c20f62 libxkutil/infostore.c > --- a/libxkutil/infostore.c Thu May 06 21:22:31 2010 -0400 > +++ b/libxkutil/infostore.c Mon May 24 14:48:18 2010 -0700 > @@ -23,6 +23,7 @@ > #include > #include > #include > +#include > #include > #include > > > _______________________________________________ > Libvirt-cim mailing list > Libvirt-cim at redhat.com > https://www.redhat.com/mailman/listinfo/libvirt-cim > -- Chip Vincent Open Virtualization, Linux Technology Center IBM Systems & Technology Group phone: 919-254-4482, T/L 444-4482 email: cvincent at us.ibm.com From cvincent at linux.vnet.ibm.com Wed Aug 11 15:42:27 2010 From: cvincent at linux.vnet.ibm.com (Chip Vincent) Date: Wed, 11 Aug 2010 11:42:27 -0400 Subject: [Libvirt-cim] [PATCH] [TEST] Fixing the VSMS/28*py syntax error In-Reply-To: <96d09403ca73d1416c08.1281098788@elm3b151.beaverton.ibm.com> References: <96d09403ca73d1416c08.1281098788@elm3b151.beaverton.ibm.com> Message-ID: <4C62C4E3.4060400@linux.vnet.ibm.com> +1 Deepti B. Kalakeri wrote: > # HG changeset patch > # User Deepti B. Kalakeri > # Date 1281098750 25200 > # Node ID 96d09403ca73d1416c08f631899a4a99fa680b4d > # Parent 5a0cbe707ba9daa7a98b4db6cebf6f908e6f3412 > [TEST] Fixing the VSMS/28*py syntax error. > > Tested has been verified with KVM Libvirt-CIM Sources. > Signed-off-by: Deepti B. Kalakeri > > diff -r 5a0cbe707ba9 -r 96d09403ca73 suites/libvirt-cim/cimtest/VirtualSystemManagementService/28_definesystem_with_vsi_profile.py > --- a/suites/libvirt-cim/cimtest/VirtualSystemManagementService/28_definesystem_with_vsi_profile.py Thu Jul 29 11:22:22 2010 -0400 > +++ b/suites/libvirt-cim/cimtest/VirtualSystemManagementService/28_definesystem_with_vsi_profile.py Fri Aug 06 05:45:50 2010 -0700 > @@ -143,7 +143,7 @@ > > return PASS > > - do_main(sup_types) > + at do_main(sup_types) > def main(): > options = main.options > server = options.ip > > _______________________________________________ > Libvirt-cim mailing list > Libvirt-cim at redhat.com > https://www.redhat.com/mailman/listinfo/libvirt-cim > -- Chip Vincent Open Virtualization, Linux Technology Center IBM Systems & Technology Group phone: 919-254-4482, T/L 444-4482 email: cvincent at us.ibm.com From snmishra at us.ibm.com Fri Aug 27 18:03:14 2010 From: snmishra at us.ibm.com (Sharad Mishra) Date: Fri, 27 Aug 2010 18:03:14 -0000 Subject: [Libvirt-cim] [PATCH] Adding CMReturnDone after CMPI InvokeMethod Message-ID: <8715fb1b3e6c80018347.1282932194@elm3b193.beaverton.ibm.com> # HG changeset patch # User Sharad Mishra # Date 1282931870 14400 # Node ID 8715fb1b3e6c80018347bca07670517e91276b94 # Parent 72defbefbe6c2abd63e552491c8619989f14e076 Adding CMReturnDone after CMPI InvokeMethod Signed-off-by: Sharad Mishra diff -r 72defbefbe6c -r 8715fb1b3e6c std_indication.c --- a/std_indication.c Sat Jan 16 09:24:30 2010 -0800 +++ b/std_indication.c Fri Aug 27 13:57:50 2010 -0400 @@ -311,6 +311,7 @@ CMPI_RC_ERR_FAILED, "Invalid method"); + CMReturnDone(results); return s; }