From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSjVL-0002x4-6k for qemu-devel@nongnu.org; Mon, 29 Oct 2012 03:11:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSjVK-0002Nx-3v for qemu-devel@nongnu.org; Mon, 29 Oct 2012 03:11:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25087) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSjVJ-0002Nt-Rk for qemu-devel@nongnu.org; Mon, 29 Oct 2012 03:11:22 -0400 Message-ID: <508E2C14.5000603@redhat.com> Date: Mon, 29 Oct 2012 08:11:16 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <20121024145527.GB2107@hedwig.ini.cmu.edu> <20121026202444.GA25597@redhat.com> In-Reply-To: <20121026202444.GA25597@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] q35: usb keyboard trouble List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jason Baron Cc: pbonzini@redhat.com, "Gabriel L. Somlo" , qemu-devel@nongnu.org, hdegoede@redhat.com Hi, > + for (i = 0; i < 3; i++) { > + usb = pci_create_multifunction( > + host_bus, PCI_DEVFN(ICH9_USB_DEV, ICH9_USB_UHCI1_FUNC + i), > + true, "ich9-usb-uhci1"); ich9-usb-uhci1,ich9-usb-uhci2,ich9-usb-uhci3 cheers, Gerd