From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGyfE-0006IA-Su for qemu-devel@nongnu.org; Wed, 17 Jun 2009 13:11:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGyfA-00068V-D1 for qemu-devel@nongnu.org; Wed, 17 Jun 2009 13:11:08 -0400 Received: from [199.232.76.173] (port=54860 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGyfA-000685-1Y for qemu-devel@nongnu.org; Wed, 17 Jun 2009 13:11:04 -0400 Received: from mail-fx0-f209.google.com ([209.85.220.209]:54072) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MGyf9-00087R-Ix for qemu-devel@nongnu.org; Wed, 17 Jun 2009 13:11:03 -0400 Received: by fxm5 with SMTP id 5so453600fxm.34 for ; Wed, 17 Jun 2009 10:11:02 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1245256322-30990-3-git-send-email-gleb@redhat.com> References: <1245256322-30990-1-git-send-email-gleb@redhat.com> <1245256322-30990-3-git-send-email-gleb@redhat.com> Date: Wed, 17 Jun 2009 20:11:02 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH 3/3] Register usb-uhci reset function. From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gleb Natapov Cc: qemu-devel@nongnu.org On 6/17/09, Gleb Natapov wrote: > The device is not reset on system reset currently. > Without this patch RHEL4.8 hangs after reboot if -usbdevice table > is in use. > > Signed-off-by: Gleb Natapov Thanks, applied.