From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRktY-0007cq-70 for qemu-devel@nongnu.org; Wed, 01 Jun 2011 08:51:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRktS-0007j0-JA for qemu-devel@nongnu.org; Wed, 01 Jun 2011 08:51:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRktR-0007il-Sx for qemu-devel@nongnu.org; Wed, 01 Jun 2011 08:51:26 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p51CpOD2031435 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 1 Jun 2011 08:51:25 -0400 Message-ID: <4DE635CA.1060304@redhat.com> Date: Wed, 01 Jun 2011 14:51:22 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1306834530-12763-1-git-send-email-hdegoede@redhat.com> <1306834530-12763-14-git-send-email-hdegoede@redhat.com> In-Reply-To: <1306834530-12763-14-git-send-email-hdegoede@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 13/14] usb-bus: Don't detach non attached devices on device exit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org On 05/31/11 11:35, Hans de Goede wrote: > This causes an "Error: tried to detach unattached usb device " to be printed, > this can happen when deleting ie a usb host qdev, which did not > get attached (because a device matching the filter never got plugged in). Patch applied. thanks, Gerd