Re: [libvirt] [PATCH 0/4] qemu: fix usage of disk and storage source private data

2017-11-09 Thread John Ferlan
On 11/09/2017 07:20 AM, Peter Krempa wrote: > There were a few cases where we'd use private data for a storage source > which was not allocated. Fix it by checking whether it is allocated. > > Qemu command line parser allocated disk definition via VIR_ALLOC rather > than the proper function.

[libvirt] [PATCH 0/4] qemu: fix usage of disk and storage source private data

2017-11-09 Thread Peter Krempa
There were a few cases where we'd use private data for a storage source which was not allocated. Fix it by checking whether it is allocated. Qemu command line parser allocated disk definition via VIR_ALLOC rather than the proper function. This resulted into the disk private data strucutre not