Re: [libvirt] [PATCH 05/12] Move virInterface 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-interface.c file to hold all the > methods related to the virInterface type. > --- > docs/apibuild.py| 1 + > src/Makefile.am | 2 + > src/libvirt-interface.c | 835 > ++

[libvirt] [PATCH 05/12] Move virInterface related APIs out of libvirt.c

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