From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1pGH-0002bQ-Sp for qemu-devel@nongnu.org; Wed, 15 Aug 2012 21:52:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1pGH-0000eR-1f for qemu-devel@nongnu.org; Wed, 15 Aug 2012 21:52:37 -0400 Message-ID: <1345081931.11751.19.camel@pasglop> From: Benjamin Herrenschmidt Date: Thu, 16 Aug 2012 11:52:11 +1000 In-Reply-To: <502C4D06.5070706@linux.vnet.ibm.com> References: <1344966575-25952-1-git-send-email-zhlcindy@linux.vnet.ibm.com> <1344966575-25952-2-git-send-email-zhlcindy@linux.vnet.ibm.com> <21561D9F-70C7-4DCB-86AD-6C844BA59981@suse.de> <502B3AF5.8010201@linux.vnet.ibm.com> <30B60976-E886-46D8-9798-23962C00B320@suse.de> <502C4D06.5070706@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Subject: Re: [Qemu-devel] [Qemu-ppc][PATCH v8 2/2] Add USB enablement on sPAPR platform. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Li Zhang Cc: "aliguori@us.ibm.com" , Alexander Graf , "qemu-devel@nongnu.org" , "qemu-ppc@nongnu.org" , Li Zhang , "david@gibson.dropbear.id.au" On Thu, 2012-08-16 at 09:29 +0800, Li Zhang wrote: > > Yes, that's pretty much what I was asking for (here and for the > mac99 u3 machine). Just base your patch on ppc-next. My patches are in > there. > That's great. Thanks a lot! Note that you missed the hard freeze for qemu 1.2, it was today. So we'll have to do a simpler patch to wire up USB to pseries for 1.2 and delay your work for the next release. Something along the lines in spapr.c of: if (usb_enabled) { instanciate ohci if (vga enabled) { add mouse & kbd } } Cheers, Ben.