From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbmwL-00039k-PL for qemu-devel@nongnu.org; Fri, 23 Nov 2012 01:40:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbmwK-0006oW-Lu for qemu-devel@nongnu.org; Fri, 23 Nov 2012 01:40:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:23505) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbmwK-0006oR-E0 for qemu-devel@nongnu.org; Fri, 23 Nov 2012 01:40:40 -0500 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 qAN6eXw3017610 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 23 Nov 2012 01:40:39 -0500 Message-ID: <50AF1A53.4040904@redhat.com> Date: Fri, 23 Nov 2012 07:40:19 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1353592220-385-1-git-send-email-kraxel@redhat.com> <50AE5F7D.1040707@redhat.com> In-Reply-To: <50AE5F7D.1040707@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-1.3] usb: tag usb host adapters as not hotpluggable. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On 11/22/12 18:23, Paolo Bonzini wrote: > Il 22/11/2012 14:50, Gerd Hoffmann ha scritto: >> Hotplugging them simply doesn't work, so tag them accordingly to >> avoid users trying and then crashing qemu. >> >> For xhci there is nothing fundamental which prevents hotplug from >> working, we'll "only" need a exit() function which cleans up >> everything properly. That isn't for 1.3 though. >> >> For ehci+uhci+ohci hotplug can't be supported until qemu gains the >> capability to hotplug multifunction pci devices. > > I think it works but you have to hot-plug function 0 last. > > Can you add a pointer to a launchpad bug or (if there was one) a ML > message reporting the failure? https://bugzilla.redhat.com/show_bug.cgi?id=879096 cheers, Gerd