Re: [Qemu-devel] [PATCH 4/4] usb-uas: hotplug support

2016-02-02 Thread Markus Armbruster
Gerd Hoffmann writes: > Make attached property settable and turns off auto-attach in case the > device was hotplugged. Hotplugging works simliar to usb-bot now. > > Signed-off-by: Gerd Hoffmann Assuming we want this because we can't have a general

[Qemu-devel] [PATCH 4/4] usb-uas: hotplug support

2016-01-26 Thread Gerd Hoffmann
Make attached property settable and turns off auto-attach in case the device was hotplugged. Hotplugging works simliar to usb-bot now. Signed-off-by: Gerd Hoffmann --- hw/usb/dev-uas.c | 5 + 1 file changed, 5 insertions(+) diff --git a/hw/usb/dev-uas.c