Re: [libvirt] [PATCH 1/7] vmware/vmx: use virDomainDefPostParse after parsing vmx config

2015-12-07 Thread Erik Skultety
On 04/12/15 20:30, Pavel Hrdina wrote: > Signed-off-by: Pavel Hrdina Although the commit subject says exactly what the patch does (it adds virDomainDefPostParse call at the end of vmx parsing routine), it might be helpful to add a simple note for future reference why this

[libvirt] [PATCH 1/7] vmware/vmx: use virDomainDefPostParse after parsing vmx config

2015-12-04 Thread Pavel Hrdina
Signed-off-by: Pavel Hrdina --- src/esx/esx_driver.c | 4 ++-- src/vmware/vmware_conf.c | 3 ++- src/vmware/vmware_driver.c | 2 +- src/vmx/vmx.c | 5 + src/vmx/vmx.h | 1 + tests/vmx2xmltest.c| 2 +- 6 files changed, 12