Re: [libvirt] [PATCH 3/6] qemu: Remove unused argument 'bootable' from qemuBuildDriveStr

2018-08-09 Thread Ján Tomko
On Thu, Aug 09, 2018 at 02:48:56PM +0200, Peter Krempa wrote: Now that the argument is unused we can remove it transitively from all the call graphs. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 20 +++- src/qemu/qemu_command.h | 3 +-- src/qemu/qemu_hotplug.c | 2

[libvirt] [PATCH 3/6] qemu: Remove unused argument 'bootable' from qemuBuildDriveStr

2018-08-09 Thread Peter Krempa
Now that the argument is unused we can remove it transitively from all the call graphs. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 20 +++- src/qemu/qemu_command.h | 3 +-- src/qemu/qemu_hotplug.c | 2 +- 3 files changed, 9 insertions(+), 16 deletions(-) diff