Re: [PATCH] qemu_hotplug: Properly assign USB address to hotplugged usb-net device

2024-05-13 Thread Michal Prívozník
On 5/11/24 21:29, Rayhan Faizel wrote: > Signed-off-by: Rayhan Faizel > --- > src/qemu/qemu_hotplug.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) Can you expand the commit message a bit? And if there's a gitlab issue associated, please put a link too. Michal _

[PATCH] qemu_hotplug: Properly assign USB address to hotplugged usb-net device

2024-05-11 Thread Rayhan Faizel
Signed-off-by: Rayhan Faizel --- src/qemu/qemu_hotplug.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_hotplug.c b/src/qemu/qemu_hotplug.c index 774962b0df..3b39941780 100644 --- a/src/qemu/qemu_hotplug.c +++ b/src/qemu/qemu_hotplug.c @@ -1159,8 +1159,11