Re: [libvirt] [PATCH v4 1/4] domain_conf: separate structures from virDomainDef

2014-09-23 Thread Pavel Hrdina
On 09/22/2014 05:47 PM, John Ferlan wrote: On 09/18/2014 04:39 AM, Pavel Hrdina wrote: Cleanup virDomanDef structure from other nested structure and create separate type definition for them. Fix a typo in virDomainHugePage. Signed-off-by: Pavel Hrdina --- src/conf/domain_conf.h | 102

Re: [libvirt] [PATCH v4 1/4] domain_conf: separate structures from virDomainDef

2014-09-22 Thread John Ferlan
On 09/18/2014 04:39 AM, Pavel Hrdina wrote: > Cleanup virDomanDef structure from other nested structure and create > separate type definition for them. > > Fix a typo in virDomainHugePage. > > Signed-off-by: Pavel Hrdina > --- > src/conf/domain_conf.h | 102 > +---

[libvirt] [PATCH v4 1/4] domain_conf: separate structures from virDomainDef

2014-09-18 Thread Pavel Hrdina
Cleanup virDomanDef structure from other nested structure and create separate type definition for them. Fix a typo in virDomainHugePage. Signed-off-by: Pavel Hrdina --- src/conf/domain_conf.h | 102 + 1 file changed, 61 insertions(+), 41 deletions