Re: [libvirt] PATCH: 8/12:Interal driver API for node devices

2008-11-14 Thread Mark McLoughlin
On Thu, 2008-11-13 at 17:31 +, Daniel P. Berrange wrote: This is the basic internal driver support code for the node device APIs. The actual registration of the drivers was pushed to a later patch to allow this to compile on its own thus be fully bisectable. Daniel diff -r

Re: [libvirt] PATCH: 8/12:Interal driver API for node devices

2008-11-14 Thread David Lively
On Fri, 2008-11-14 at 13:20 +, Mark McLoughlin wrote: On Thu, 2008-11-13 at 17:31 +, Daniel P. Berrange wrote: +virBufferVSprintf(buf, capability type='%s'\n, + virNodeDevCapTypeToString(caps-type)); +switch (caps-type) { ... +

Re: [libvirt] PATCH: 8/12:Interal driver API for node devices

2008-11-13 Thread Daniel P. Berrange
This is the basic internal driver support code for the node device APIs. The actual registration of the drivers was pushed to a later patch to allow this to compile on its own thus be fully bisectable. Daniel diff -r 6812c3044043 src/Makefile.am --- a/src/Makefile.am Wed Nov 12 21:11:46 2008