From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFgeS-0003K4-33 for qemu-devel@nongnu.org; Wed, 22 Jun 2016 07:49:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFgeL-0001wF-FJ for qemu-devel@nongnu.org; Wed, 22 Jun 2016 07:48:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34650) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFgeL-0001va-8T for qemu-devel@nongnu.org; Wed, 22 Jun 2016 07:48:53 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6BE762A0C92 for ; Wed, 22 Jun 2016 11:48:51 +0000 (UTC) From: Gerd Hoffmann Date: Wed, 22 Jun 2016 13:48:42 +0200 Message-Id: <1466596127-3330-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/5] usb: add hotplug support for usb-bot and usb-uas. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here is the usb patch queue, with hotplug support for usb-bot and usb-uas. Also some dead code removal. please pull, Gerd The following changes since commit 6f1d2d1c5ad20d464705b17318cb7ca495f8078a: Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-20160621-1' into staging (2016-06-21 15:19:58 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-20160622-2 for you to fetch changes up to 0d4cf3e72aadc40aa866fef7ceb82dfbfdc9ac47: usb-uas: hotplug support (2016-06-22 12:53:26 +0200) ---------------------------------------------------------------- usb: add hotplug support for usb-bot and usb-uas. ---------------------------------------------------------------- Gerd Hoffmann (5): usb-storage: qcow2 encryption support is finally gone, zap dead code usb: make USBDevice->attached bool usb: Add QOM property "attached". usb-bot: hotplug support usb-uas: hotplug support hw/usb/bus.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++---- hw/usb/dev-storage.c | 42 ++++++------------------------------------ hw/usb/dev-uas.c | 5 +++++ include/hw/usb.h | 3 ++- 4 files changed, 60 insertions(+), 41 deletions(-)