Re: [libvirt] [PATCH 1/1] Backend of node device API NPIV support

2009-05-05 Thread Daniel P. Berrange
On Mon, May 04, 2009 at 04:58:21PM -0400, David Allan wrote: @@ -258,6 +307,310 @@ cleanup: } +static int +nodeDeviceVportCreateDelete(virConnectPtr conn, +const int parent_host, +const char *wwpn, +

[libvirt] [PATCH 1/1] Backend of node device API NPIV support

2009-05-04 Thread David Allan
--- src/node_device.c | 355 src/node_device.h | 14 ++ src/node_device_conf.c | 106 ++- src/node_device_conf.h | 16 ++ src/node_device_hal.c | 134 ++ src/storage_backend.c | 24 +--- src/virsh.c