Re: [libvirt] [PATCH 8/9] qemu: command: Refactor floppy controller command formatting

2018-07-10 Thread Peter Krempa
On Tue, Jul 10, 2018 at 11:27:51 +0200, Ján Tomko wrote: > On Tue, Jul 10, 2018 at 10:44:48AM +0200, Peter Krempa wrote: > > Aggregate the code for the two separate formats used according to the > > machine type and add some supporting code so that the function is > > actually readable. > > > > Si

Re: [libvirt] [PATCH 8/9] qemu: command: Refactor floppy controller command formatting

2018-07-10 Thread Ján Tomko
On Tue, Jul 10, 2018 at 10:44:48AM +0200, Peter Krempa wrote: Aggregate the code for the two separate formats used according to the machine type and add some supporting code so that the function is actually readable. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 58 +

[libvirt] [PATCH 8/9] qemu: command: Refactor floppy controller command formatting

2018-07-10 Thread Peter Krempa
Aggregate the code for the two separate formats used according to the machine type and add some supporting code so that the function is actually readable. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 58 - 1 file changed, 28 insertions