]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix allocation of virDomainFSDef
authorJán Tomko <jtomko@redhat.com>
Thu, 18 Jun 2020 09:58:29 +0000 (11:58 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 18 Jun 2020 13:56:15 +0000 (15:56 +0200)
commitea3320048897f5279bc49cb49d26f8099706a834
treea40e484de1797c35dc8fbfa4bad7920d04efa9aa
parentf1d7852a439869711c302ba5415bbbd6b4f483f4
Fix allocation of virDomainFSDef

Some less commonly used drivers were omitted when we switched
the allocator from a plain VIR_ALLOC to virDomainFSDefNew.

https://bugzilla.redhat.com/show_bug.cgi?id=1846450

Fixes: da665fbd4858890fbb3bbf5da2a7b6ca37bb3220
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
src/openvz/openvz_conf.c
src/vbox/vbox_common.c