Re: [libvirt] [PATCH v2 2/4] qemu: command: Use 'actualType' when deciding whether to use disk format

2019-06-26 Thread Ján Tomko
On Tue, Jun 25, 2019 at 04:30:31PM +0200, Peter Krempa wrote: qemuBuildDriveSourceStr omits the disk format string when we are emulating a 'fat' filesystem froma directory. The logic should decide from a based on the 'actualType' as a disk type=pool may be converted to a directory.

[libvirt] [PATCH v2 2/4] qemu: command: Use 'actualType' when deciding whether to use disk format

2019-06-25 Thread Peter Krempa
qemuBuildDriveSourceStr omits the disk format string when we are emulating a 'fat' filesystem froma directory. The logic should decide based on the 'actualType' as a disk type=pool may be converted to a directory. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 2 +- 1 file changed, 1