On Thu, Aug 16, 2012 at 9:52 AM, Benjamin Herrenschmidt <b...@kernel.crashing.org> wrote: > 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 > } > }
Oh, so sorry for that. I will do that for next release. > Cheers, > Ben. > > -- Best Regards -Li