Re: [libvirt] Re: [PATCH] Implement finer grained migration control for Xen

2009-10-17 Thread Maximilian Wilhelm
Anno domini 2009 Chris Lalancette scripsit: > > Attached you can find a patch implementing the same flags for Xen: > > * src/xen/xen_driver.c: Add support for VIR_MIGRATE_PERSIST_DEST flag > > * src/xen/xend_internal.c: Add support for VIR_MIGRATE_UNDEFINE_SOURCE flag > > I'm not totaly sure i

Re: [libvirt] [PATCH 3/3] test: Support virNodeDeviceCreate and virNodeDeviceDestroy

2009-10-17 Thread Matthias Bolte
2009/10/16 Cole Robinson : > > Signed-off-by: Cole Robinson > --- >  src/test/test_driver.c |  129 > +++- >  1 files changed, 127 insertions(+), 2 deletions(-) > > diff --git a/src/test/test_driver.c b/src/test/test_driver.c > index 0541a73..888bc9c 100

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  

Re: [libvirt] [PATCH 1/3] node device: Fix locking issue in virNodeDeviceDestroy

2009-10-17 Thread Matthias Bolte
2009/10/16 Cole Robinson : > Certain error paths won't unlock the node device object. > > Signed-off-by: Cole Robinson > --- >  src/node_device/node_device_driver.c |    2 ++ >  1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/src/node_device/node_device_driver.c > b/src/node_dev

Re: [libvirt] [PATCH] tests: Centralize VIR_TEST_DEBUG lookup, and document it

2009-10-17 Thread Matthias Bolte
2009/10/16 Cole Robinson : > Provide a simple interface for other tests to lookup the testDebug variable. > Also remove a redundant error message in interface tests. > > If anyone feels inclined to change this env variable to match the existing > LIBVIRT_* format, it should now be easier to do so.