]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Pass xmlopt down to virDomainDeviceInfoParseXML
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 18 Oct 2017 13:30:07 +0000 (15:30 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 19 Oct 2017 15:33:29 +0000 (17:33 +0200)
commiteebfdcb41e9d63e0d41f57650a31ca4c833ae247
tree03f0a3b43e7fdfb15642ace90f8949ec33193636
parent6bc4a371cf4f811d10c5960c229393a477fde75c
conf: Pass xmlopt down to virDomainDeviceInfoParseXML

This function is going to make decisions based on the features
set per each driver. For that we need the virDomainXMLOption
object.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/domain_conf.c