Re: [libvirt] node device libudev backend second look

2009-10-16 Thread Dave Allan
Chris Lalancette wrote: Dave Allan wrote: Attached is a patch against the current head containing an implementation of node device enumeration using libudev. It is complete except for the monitor, but I'm submitting it now as I have a few questions about the implementation that I'd like advic

Re: [libvirt] node device libudev backend second look

2009-10-16 Thread Daniel P. Berrange
On Thu, Oct 15, 2009 at 12:52:49PM -0400, Dave Allan wrote: > diff --git a/configure.in b/configure.in > index 2f9db72..25ed55f 100644 > --- a/configure.in > +++ b/configure.in > @@ -1640,7 +1640,7 @@ test "$enable_shared" = no && lt_cv_objdir=. > LV_LIBTOOL_OBJDIR=${lt_cv_objdir-.} > AC_SUBST([L

Re: [libvirt] node device libudev backend second look

2009-10-16 Thread Chris Lalancette
Dave Allan wrote: > Attached is a patch against the current head containing an > implementation of node device enumeration using libudev. It is complete > except for the monitor, but I'm submitting it now as I have a few > questions about the implementation that I'd like advice on. They are >

[libvirt] node device libudev backend second look

2009-10-15 Thread Dave Allan
Attached is a patch against the current head containing an implementation of node device enumeration using libudev. It is complete except for the monitor, but I'm submitting it now as I have a few questions about the implementation that I'd like advice on. They are marked XXX in comments in t