]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
vmware/vmx: use virDomainDefPostParse after parsing vmx config
authorPavel Hrdina <phrdina@redhat.com>
Sat, 28 Nov 2015 04:12:33 +0000 (05:12 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Wed, 9 Dec 2015 11:36:44 +0000 (12:36 +0100)
commiteba20715f944f4cb882c4798c3d1a9ebae52b955
treefea9686f9873e50e559da727f19627331a9b6914
parentea723c4826737b9cc93d18fa82698c9cf0c9816f
vmware/vmx: use virDomainDefPostParse after parsing vmx config

This change ensures to call driver specific post-parse code to modify
domain definition after parsing hypervisor config the same way we do
after parsing XML.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/esx/esx_driver.c
src/vmware/vmware_conf.c
src/vmware/vmware_driver.c
src/vmx/vmx.c
src/vmx/vmx.h
tests/vmx2xmltest.c