Re: [libvirt] [PATCH 07/12] Move virNodeDevice related APIs out of libvirt.c

2014-10-23 Thread Eric Blake
On 10/22/2014 11:14 AM, Daniel P. Berrange wrote: > Introduce a src/libvirt-nodedev.c file to hold all the > methods related to the virNodeDevice type. > --- > docs/apibuild.py | 1 + > src/Makefile.am | 2 + > src/libvirt-nodedev.c | 756 > +

[libvirt] [PATCH 07/12] Move virNodeDevice related APIs out of libvirt.c

2014-10-22 Thread Daniel P. Berrange
Introduce a src/libvirt-nodedev.c file to hold all the methods related to the virNodeDevice type. --- docs/apibuild.py | 1 + src/Makefile.am | 2 + src/libvirt-nodedev.c | 756 ++ src/libvirt.c | 728 --