From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33130 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ONNUC-0000ze-5h for qemu-devel@nongnu.org; Sat, 12 Jun 2010 05:58:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ONNUA-0004qU-Rs for qemu-devel@nongnu.org; Sat, 12 Jun 2010 05:58:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62187) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ONNUA-0004q4-Ks for qemu-devel@nongnu.org; Sat, 12 Jun 2010 05:58:42 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5C9wej4003929 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 12 Jun 2010 05:58:40 -0400 Received: from localhost (dhcp-1-229.tlv.redhat.com [10.35.1.229]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o5C9wcK7017815 for ; Sat, 12 Jun 2010 05:58:39 -0400 Date: Sat, 12 Jun 2010 12:58:54 +0300 From: Shahar Havivi Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/2 v3] Release usb devices on shutdown and usb_del command List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org v3: separate usb hot-unplug and host terminate handling remove empty methods from bsd and stub added usb-linux atexit method to reset usb devices on termination Shahar Havivi (2): Return usb device to host on usb_del command Return usb device to host on exit usb-linux.c | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-)