Re: [libvirt] [PATCH 1/4] cpu: allow include files for CPU definition

2018-08-16 Thread Daniel P . Berrangé
On Tue, Aug 14, 2018 at 12:55:19PM +0200, Jiri Denemark wrote: > On Wed, Aug 01, 2018 at 18:02:29 +0100, Daniel P. Berrangé wrote: > > Allow for syntax > > > > > > It seems the code should just work with > > > > but Makefile.am and libvirt.spec would need some adjustment. > > > to

Re: [libvirt] [PATCH 1/4] cpu: allow include files for CPU definition

2018-08-14 Thread Jiri Denemark
On Wed, Aug 01, 2018 at 18:02:29 +0100, Daniel P. Berrangé wrote: > Allow for syntax > > It seems the code should just work with but Makefile.am and libvirt.spec would need some adjustment. > to reference other files in the CPU database directory > > Signed-off-by: Daniel P.

Re: [libvirt] [PATCH 1/4] cpu: allow include files for CPU definition

2018-08-13 Thread John Ferlan
On 08/01/2018 01:02 PM, Daniel P. Berrangé wrote: > Allow for syntax > > > > to reference other files in the CPU database directory > > Signed-off-by: Daniel P. Berrangé > --- > libvirt.spec.in | 2 +- > mingw-libvirt.spec.in | 4 +-- > src/Makefile.am | 2 +- >

[libvirt] [PATCH 1/4] cpu: allow include files for CPU definition

2018-08-01 Thread Daniel P . Berrangé
Allow for syntax to reference other files in the CPU database directory Signed-off-by: Daniel P. Berrangé --- libvirt.spec.in | 2 +- mingw-libvirt.spec.in | 4 +-- src/Makefile.am | 2 +- src/cpu/cpu_map.c | 84 +-- 4 files