]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: parse: Allocate disk definition with private data
authorPeter Krempa <pkrempa@redhat.com>
Wed, 8 Nov 2017 19:44:35 +0000 (20:44 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 13 Nov 2017 12:28:49 +0000 (13:28 +0100)
commit994c49ac34181cb664b18856df38c2f5c326ff03
tree7eef8e8e1c862e4728468eedfe517179457a37ed
parent9249187f5b783dab0edcab0f3767da9f0b7253f0
qemu: parse: Allocate disk definition with private data

Use virDomainDiskDefNew instead of VIR_ALLOC in
qemuParseCommandLineDisk.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1510781
src/qemu/qemu_parse_command.c