Re: [PATCH 11/27] qemu: hotplug: Extract code for unplugging fdsets

2022-02-10 Thread Ján Tomko
On a Wednesday in 2022, Peter Krempa wrote: The code unplugging the fdset for a 'vdpa' network device can be later reused. Extract it into 'qemuHotplugRemoveFDSet'. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 69 +++-- 1 file changed, 39 insertio

[PATCH 11/27] qemu: hotplug: Extract code for unplugging fdsets

2022-02-09 Thread Peter Krempa
The code unplugging the fdset for a 'vdpa' network device can be later reused. Extract it into 'qemuHotplugRemoveFDSet'. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 69 +++-- 1 file changed, 39 insertions(+), 30 deletions(-) diff --git a/src/qem