Re: [PATCH] usbredir: Do not detach usb if backend chardev disconnect

2023-01-02 Thread Gerd Hoffmann
On Thu, Dec 22, 2022 at 09:21:25PM +0800, Minglei Liu wrote: > ping ! > please review this patch : [PATCH] usbredir: Do not detach usb if backend > chardev disconnect - minglei.liu (kernel.org) > <https://lore.kernel.org/qemu-devel/20221109115619.696826-1-minglei@smartx.com/>

Re: [PATCH] usbredir: Do not detach usb if backend chardev disconnect

2022-12-22 Thread Minglei Liu
ping ! please review this patch : [PATCH] usbredir: Do not detach usb if backend chardev disconnect - minglei.liu (kernel.org) <https://lore.kernel.org/qemu-devel/20221109115619.696826-1-minglei@smartx.com/> minglei.liu 于2022年11月9日周三 19:56写道: > If the network between qemu and usbre

[PATCH] usbredir: Do not detach usb if backend chardev disconnect

2022-11-09 Thread minglei.liu
If the network between qemu and usbredirserver is temporarily disconnected, the USB device in the VM will be unplugged. If the reconnect parameter is configured for the backend chardev, the device will be reconnected later. But from the inside of the VM, this USB device has experienced unplug and r