]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Move disk target 'ioemu:' stripping to virDomainDiskDefPostParse
authorPeter Krempa <pkrempa@redhat.com>
Wed, 14 Apr 2021 07:59:22 +0000 (09:59 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 19 Apr 2021 12:43:59 +0000 (14:43 +0200)
commitfb89cce88398e6c00d17de4ae39a84e79f47865b
treeebad2498b76f38a066b528f5f7a8059b835caaf2
parent1645fc6aa792fc353a7439955c62fc1439ce593d
conf: Move disk target 'ioemu:' stripping to virDomainDiskDefPostParse

Modifications of the data such as this one don't belong into the parser.

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