Re: [libvirt] [PATCH] qemu: command: Extract formatting of floppy related stuff into a helper

2018-02-09 Thread Ján Tomko
On Thu, Feb 08, 2018 at 03:25:25PM +0100, Peter Krempa wrote: The floppy command formatting is special-cased since it does not directly translate to a single '-device' argument. Move the code from qemuBuildDiskDriveCommandLine to a new helper function so that all the related code is together.

[libvirt] [PATCH] qemu: command: Extract formatting of floppy related stuff into a helper

2018-02-08 Thread Peter Krempa
The floppy command formatting is special-cased since it does not directly translate to a single '-device' argument. Move the code from qemuBuildDiskDriveCommandLine to a new helper function so that all the related code is together. --- src/qemu/qemu_command.c | 91