From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTmcp-0000SZ-70 for qemu-devel@nongnu.org; Tue, 16 Sep 2014 02:52:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTmcj-0003pX-2Q for qemu-devel@nongnu.org; Tue, 16 Sep 2014 02:52:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTmci-0003o7-Rs for qemu-devel@nongnu.org; Tue, 16 Sep 2014 02:52:25 -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 s8G6qKgt022944 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 16 Sep 2014 02:52:20 -0400 From: Gerd Hoffmann Date: Tue, 16 Sep 2014 08:43:38 +0200 Message-Id: <1410849819-24102-5-git-send-email-kraxel@redhat.com> In-Reply-To: <1410849819-24102-1-git-send-email-kraxel@redhat.com> References: <1410849819-24102-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 4/5] [wip] usb: tag ohci as hotpluggable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann FIXME: turn off hotplug for companions Signed-off-by: Gerd Hoffmann --- hw/usb/hcd-ohci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/usb/hcd-ohci.c b/hw/usb/hcd-ohci.c index 83bec34..8113b5a 100644 --- a/hw/usb/hcd-ohci.c +++ b/hw/usb/hcd-ohci.c @@ -2116,7 +2116,6 @@ static void ohci_pci_class_init(ObjectClass *klass, void *data) set_bit(DEVICE_CATEGORY_USB, dc->categories); dc->desc = "Apple USB Controller"; dc->props = ohci_pci_properties; - dc->hotpluggable = false; dc->vmsd = &vmstate_ohci; } -- 1.8.3.1