Re: [libvirt] [PATCH 2/3] node device: Break out get_wwns and get_parent_node helpers

2009-10-20 Thread Cole Robinson
On 10/20/2009 11:55 AM, Dave Allan wrote: > Cole Robinson wrote: >> These will be used by the test driver, so move them to a shareable space. >> >> Signed-off-by: Cole Robinson >> --- >> src/conf/node_device_conf.c | 89 +++ >> src/conf/node_device_conf.h

Re: [libvirt] [PATCH 2/3] node device: Break out get_wwns and get_parent_node helpers

2009-10-20 Thread Dave Allan
Cole Robinson wrote: These will be used by the test driver, so move them to a shareable space. Signed-off-by: Cole Robinson --- src/conf/node_device_conf.c | 89 +++ src/conf/node_device_conf.h | 11 +++ src/libvirt_private.syms |2

Re: [libvirt] [PATCH 2/3] node device: Break out get_wwns and get_parent_node helpers

2009-10-19 Thread Cole Robinson
On 10/17/2009 08:58 AM, Matthias Bolte wrote: >> >> diff --git a/src/conf/node_device_conf.c b/src/conf/node_device_conf.c >> index f09f814..77f7be3 100644 >> --- a/src/conf/node_device_conf.c >> +++ b/src/conf/node_device_conf.c >> @@ -1215,6 +1215,95 @@ virNodeDeviceDefParseFile(virConnectPtr con

Re: [libvirt] [PATCH 2/3] node device: Break out get_wwns and get_parent_node helpers

2009-10-17 Thread Matthias Bolte
2009/10/16 Cole Robinson : > These will be used by the test driver, so move them to a shareable space. > > Signed-off-by: Cole Robinson > --- >  src/conf/node_device_conf.c          |   89 +++ >  src/conf/node_device_conf.h          |   11 +++ >  src/libvirt_private.syms  

[libvirt] [PATCH 2/3] node device: Break out get_wwns and get_parent_node helpers

2009-10-16 Thread Cole Robinson
These will be used by the test driver, so move them to a shareable space. Signed-off-by: Cole Robinson --- src/conf/node_device_conf.c | 89 +++ src/conf/node_device_conf.h | 11 +++ src/libvirt_private.syms |2 + src/node_device/node