]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Move preserved mount points path generation into a separate function
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 15 Jun 2017 13:48:52 +0000 (15:48 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 11 Jul 2017 12:45:15 +0000 (14:45 +0200)
commit4d8a914be00b5d94b7a5ee8dd3a857d26700592d
tree09d8e794ad197a6f5940f7e427e27df4b318a958
parent7154917908d9f712a950a2716c4687e57ccb74e7
qemu: Move preserved mount points path generation into a separate function

This function is going to be used on other places, so
instead of copying code we can just call the function.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_domain.c