Re: [Qemu-devel] [PATCH 0/4] Fix usb-ccid hotplug regression

2018-06-14 Thread Gerd Hoffmann
On Wed, Jun 13, 2018 at 06:18:19PM +0200, Paolo Bonzini wrote: > On 31/05/2018 21:51, Marc-André Lureau wrote: > > Hi, > > > > The following series fixes the usb-ccid hotplug regression introduced > > by commit 675f22c6d3b0: the plugged device is not completely removed > > on device_del anymore,

Re: [Qemu-devel] [PATCH 0/4] Fix usb-ccid hotplug regression

2018-06-13 Thread Paolo Bonzini
On 31/05/2018 21:51, Marc-André Lureau wrote: > Hi, > > The following series fixes the usb-ccid hotplug regression introduced > by commit 675f22c6d3b0: the plugged device is not completely removed > on device_del anymore, due to an extra reference added when doing > set_link(). It turns out the

[Qemu-devel] [PATCH 0/4] Fix usb-ccid hotplug regression

2018-05-31 Thread Marc-André Lureau
Hi, The following series fixes the usb-ccid hotplug regression introduced by commit 675f22c6d3b0: the plugged device is not completely removed on device_del anymore, due to an extra reference added when doing set_link(). It turns out the memory management of qdev bus/child is a bit weird, this is