]> xenbits.xensource.com Git - libvirt.git/commit
Fix flags passed to virDomainDefParseString by XenAPI driver
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 18 Nov 2014 16:02:11 +0000 (16:02 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 13 Jan 2015 10:43:07 +0000 (10:43 +0000)
commit70948db22ab46192b34f574b8bff5f31ae4778ca
tree202c633ce422443728cd1eeafbd784551df53ca2
parent4d6ed1bf0b4e5905c051737db14f7c49288e5f3a
Fix flags passed to virDomainDefParseString by XenAPI driver

The XenAPI driver was passing the flags for
virDomainCreateXML straight into the virDomainDefParseString
method, even though they expect totally different sets of
flags. It should have been using VIR_DOMAIN_XML_INACTIVE
src/xenapi/xenapi_driver.c