From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FX0Wf-0003mT-PX for qemu-devel@nongnu.org; Fri, 21 Apr 2006 14:38:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FX0We-0003lk-En for qemu-devel@nongnu.org; Fri, 21 Apr 2006 14:38:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FX0We-0003lg-5z for qemu-devel@nongnu.org; Fri, 21 Apr 2006 14:38:40 -0400 Received: from [24.93.47.44] (helo=ms-smtp-05.texas.rr.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FX0YF-0001r0-Uf for qemu-devel@nongnu.org; Fri, 21 Apr 2006 14:40:20 -0400 Received: from [192.168.0.11] (cpe-67-9-160-120.austin.res.rr.com [67.9.160.120]) by ms-smtp-05.texas.rr.com (8.13.4/8.13.4) with ESMTP id k3LIccrZ001861 for ; Fri, 21 Apr 2006 13:38:38 -0500 (CDT) Message-ID: <444926AC.3070104@austin.rr.com> Date: Fri, 21 Apr 2006 13:38:36 -0500 From: Lonnie Mendez MIME-Version: 1.0 Subject: Re: [Qemu-devel] Large USB patch References: <4447E811.1040403@gmx.de> <4448F1F6.4090609@austin.rr.com> <4448FF3F.3030009@austin.rr.com> <44490614.50406@austin.rr.com> <44490852.2080608@gmx.de> <44491659.30804@austin.rr.com> <44491F0A.2090608@austin.rr.com> In-Reply-To: <44491F0A.2090608@austin.rr.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org lo. A few more things to note in the current problems category: -emulated devices don't seem to be interacting: frame 36: pid=SETUP addr=0x00 ep=0 len=8 data_out= 80 06 00 01 00 00 40 00 frame 37: pid=SETUP addr=0x00 ep=0 len=8 data_out= 80 06 00 01 00 00 40 00 frame 38: pid=SETUP addr=0x00 ep=0 len=8 data_out= 80 06 00 01 00 00 40 00 -qemu segfaults after giving invalid string for device removal: usb_add tablet usb_del tablet usb_del 001:001 This only happens with the emulated devices. -performing usb_del on a valid string handle gives error message: (qemu) usb_add host:001:021 (qemu) info usb Controller 001: uhci 001:001 = host:001:021 Summary: 1 USB Controller, 1 USB Devices (qemu) usb_del 001:001 Could not remove USB device '001:001' (qemu) info usb Controller 001: uhci Summary: 1 USB Controller, 0 USB Devices (qemu)