From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56586 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOaUz-0002C5-QZ for qemu-devel@nongnu.org; Tue, 15 Jun 2010 14:04:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOaUy-0000Ht-Ih for qemu-devel@nongnu.org; Tue, 15 Jun 2010 14:04:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48188) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOaUy-0000Hj-CH for qemu-devel@nongnu.org; Tue, 15 Jun 2010 14:04:32 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5FI4V4f000333 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 15 Jun 2010 14:04:31 -0400 Received: from localhost (dhcp-1-229.tlv.redhat.com [10.35.1.229]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o5FI4U2a019877 for ; Tue, 15 Jun 2010 14:04:30 -0400 Date: Tue, 15 Jun 2010 21:05:17 +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 v4] Release usb devices on shutdown and usb_del List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org v4: use exit notifier instead of atexit() Shahar Havivi (2): Return usb device to host on usb_del command Return usb device to host on exit usb-linux.c | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-)