On Fri, Jun 01, 2018 at 05:51:07PM +0200, Peter Krempa wrote:
Introduce a new setup function for all the related configuration and
move the setup and attachment of the PR code.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_block.c | 8 ++++++++
src/qemu/qemu_block.h | 3 +++
src/qemu/qemu_command.c | 21 +++++++++++++++++++++
src/qemu/qemu_command.h | 3 +++
src/qemu/qemu_hotplug.c | 16 ++--------------
5 files changed, 37 insertions(+), 14 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano