[libvirt] [PATCH v4 1/2] cleanup conf/device_conf.h inclusion from util/virnetdev.h

2015-03-25 Thread Shivaprasad G Bhat
Move the struct and enum definitions from device_conf.h to virnetdev.h thus avoiding the file inclusion. The wrong reference of conf files from util/ is allowed in Makefile.am for now. The reason being, The change in Makefile.am for libvirt_util_la_CFLAGS to remove conf from the utils would requir

Re: [libvirt] [PATCH v4 1/2] cleanup conf/device_conf.h inclusion from util/virnetdev.h

2015-03-25 Thread Ján Tomko
On Wed, Mar 25, 2015 at 07:33:41PM +0530, Shivaprasad G Bhat wrote: > Move the struct and enum definitions from device_conf.h to > virnetdev.h thus avoiding the file inclusion. > > The wrong reference of conf files from util/ is allowed > in Makefile.am for now. The reason being, > The change in M

Re: [libvirt] [PATCH v4 1/2] cleanup conf/device_conf.h inclusion from util/virnetdev.h

2015-03-26 Thread Shivaprasad bhat
Thanks Jan.. On Thu, Mar 26, 2015 at 12:14 AM, Ján Tomko wrote: > On Wed, Mar 25, 2015 at 07:33:41PM +0530, Shivaprasad G Bhat wrote: >> Move the struct and enum definitions from device_conf.h to >> virnetdev.h thus avoiding the file inclusion. >> >> The wrong reference of conf files from util/ i