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

2015-03-19 Thread Shivaprasad bhat
Hi All, This patch needs some rework as the Makefile.am change would result in build failures on virhostdev.h and virclosecallbacks.h. It didnt fail for me earlier as the autogen was run prior to the changes. I'll be sending a v2 with the fixes for build failures. Thanks, Shiva On Wed, Mar 11,

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

2015-03-11 Thread Shivaprasad G Bhat
Its wrong to reference the conf/* files from util/* files. Clean up the Makefile.am. Also, move the struct definitions to utils and include the util file in conf instead. There is a similar incorrect reference to domain_conf.h from virclosecallbacks.h which is to be addressed in a future patch.