On a Tuesday in 2022, Peter Krempa wrote:
The helper will aggregate code that is used to connect the network
backend to the corresponding host portion.
This will be used to refactor the duplicated code between the cold-start
and hotplug helper functions.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_command.c | 43 +++++++++++++++++++++++++++++++++++++++++
src/qemu/qemu_command.h | 5 +++++
src/qemu/qemu_hotplug.c | 3 +++
3 files changed, 51 insertions(+)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano